Tooltips not appearing in ifcviewer (see videos linked)

Questions about Wine on Linux
Locked
chinamode
Newbie
Newbie
Posts: 1
Joined: Thu Apr 30, 2020 6:50 pm

Tooltips not appearing in ifcviewer (see videos linked)

Post by chinamode »

Wine version: wine-5.0

Operating system: KDE Neon 5.18 (based on Ubuntu 18.04)

Terminal output of `wine ifcviewer-C++_64bit_Unicode.exe` (where I open a recent file, hover on some text elements to try to get tootips to show, then exit the program):

Code: Select all

002b:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x22dff0, 0x22e000 0x22dff4
002b:fixme:nls:get_dummy_preferred_ui_language (0x38 0x22dff0 0x22e000 0x22dff4) returning a dummy value (current locale)
002b:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"ifcviewer.AppID.NoVersion": stub
002b:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x22f600, 0x22f610 0x22f604
002b:fixme:nls:get_dummy_preferred_ui_language (0x38 0x22f600 0x22f610 0x22f604) returning a dummy value (current locale)
002b:fixme:process:RegisterApplicationRestart (L" /RestartByRestartManager:E416394C-697F-47c7-A2D0-3C720E514D0D",0)
002b:fixme:process:RegisterApplicationRecoveryCallback 0x656034, (nil), 5000, 0: stub, faking success
002b:fixme:shell:InitNetworkAddressControl stub
002b:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
002c:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
002b:fixme:shell:IPersistFile_fnSaveCompleted (0x16746d0)->(L"C:\\users\\giovanni\\Recent\\extruded-solid-ifc4-add2-tc1.ifcxml.lnk"): stub
002b:fixme:shell:SHAddToRecentDocs Unsupported flags: 4
002b:fixme:msvcrt:__clean_type_info_names_internal (0x8699c8) stub
What I'm trying to do is to get tooltips to show up when I hover with the mouse over some text elements, like they do in Windows. Here you can see how the program behaves in my Windows VM, tooltips appear when hovering on some text, while here is how the program behaves in Wine, no tooltips appear.

What I tried: I'm on a fresh wine installation where I only ran winecfg and installed the libraries it prompted me to download. I also changed the Windows version to 10 and changed the display DPI to 120. This is the program I'm running, specifically the `./64bit/ifcviewer-C++_64bit_Unicode.exe` executable. This is the file I'm opening.
Locked