http://bugs.winehq.org/show_bug.cgi?id=59617 --- Comment #9 from Paul Gofman <pgofman@codeweavers.com> --- This is strange. It is not like Wine is broken for everyone since then (or, anyone else this way, as far as reports known by me go), so there must be something specific to the setup which is either a core problem or triggers some real bug (which so far I don't have info to guess). One weak guess is that maybe there is some wrongly set up (or in some way special) Vulkan device / driver in host configuration for which vkGetPhysicalDeviceProperties2KHR crashes for some reason, but before the patch it was not called because vkGetRandROutputDisplayEXT was failing for it without crashing. But even if that is the case I cannot fix it without understanding what is actually going on (and maybe it is not a Wine bug even). First of all, the log is not from upstream Wine and thus the issue may potential be caused by other unknown patches:
40916.439:0020:0024:trace:module:hidden_exports_init getting default HideWineExports
There are also other things in the log which look a bit weird to me at the first glance. Before anything else, could you please check if the issue persists with current upstream Wine, without any custom patches on top? If it does, may I ask for the following additional info: 1. The resulting vulkaninfo.txt from 'vulkaninfo >&vulkaninfo.txt' ('>&' is there to also see the warnings it might print to stderr). 2. Output of xrandr, xrandr --listproviders and xrandr --listmonitors 3. Full command line how Wine is being run. 4. A compressed log with the failure from current upstream Wine with WINEDEBUG=+pid,+seh,+timestamp,+syscall,+unwind,+loaddll,+module,win,+explorer,+win,+x11drv,+event,+xrandr . The log may be rather big but should compress very well. 5. Attach Wine's <winebinpath>/lib/wine/x86_64-windows/win32u.dll <winebinpath>/lib/wine/x86_64-unix/win32u.so from the build which reproduces the issue. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.