https://bugs.winehq.org/show_bug.cgi?id=56212
Bug ID: 56212 Summary: Crash on using Vulkan under wow64 with wayland Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winevulkan Assignee: wine-bugs@winehq.org Reporter: yaroslav.isakov@gmail.com Distribution: ---
Hello! I'm testing new features of Wine, namely WoW64 mode, Wayland driver, and Vulkan (as it's the only way to run games on Wayland ATM), but it crashes with errors mentioning wine_vkAllocateMemory.
The good example is SuperTuxKart (it's the only free pure vulkan game with 32-bit support I found) - when I run i686 binary (version 1.4) with --render-driver=vulkan, it crashes with tons of messages: 0120:fixme:vulkan:wine_vkAllocateMemory Using VK_EXT_external_memory_host 0140:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size 02000000 0140:err:vulkan:wine_vkAllocateMemory NtAllocateVirtualMemory failed 013c:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size 02000000
When I'm trying to run game via dxvk, it fails with similar message: 0148:fixme:vulkan:wine_vkAllocateMemory Using VK_EXT_external_memory_host 0148:fixme:vulkan:wine_vkAllocateMemory Not found compatible memory type
Same game, amd64 binary with vulkan - works (also, no problems running dxvk with 64-bit game, too).
https://bugs.winehq.org/show_bug.cgi?id=56212
yaroslav.isakov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Gentoo
https://bugs.winehq.org/show_bug.cgi?id=56212
--- Comment #1 from yaroslav.isakov@gmail.com --- I forgot to say - I'm using kernel 6.6.4, Mesa 23.3.3, with radv, on AMD Radeon Graphics (RADV GFX1103_R1) (integrated Radeon 780M), if it matters.