[Bug 52647] wine-staging 7.3 fails to run on debian11 (but work on Debian10)

WineHQ Bugzilla wine-bugs at winehq.org
Mon Mar 28 04:15:36 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52647

--- Comment #18 from Sveinar Søpler <cybermax at dexter.no> ---
(In reply to Alois Schlögl from comment #17)
> 
> On Debian10, this is not the case. That is currently the most promising
> lead, but I do not have a solution yet.

If running vulkaninfo causes a segmentation fault for you, the bug does not
seem like it is with wine.

Vulkan does not really have anything to do with CUDA, in that you do not really
need a working CUDA setup to use vulkan afaik.

I looked at your logreport. I wonder if you have NVIDIA's icd loader someplace
else than /usr/share/vulkan/icd.d/? Cos the 3 listed there is not it i think...
There is a problem when using multiple icd's, as the system might be a bit
confused if not specified. Could it be in /etc/vulkan/ perhaps?

Eg run: VK_ICD_FILENAMES=/etc/vulkan/icd.d/nvidia_icd.json vkcube

or something like that? (Should have nvidia_icd.json someplace, and if you
compiled vulkan loader yourself, it might not follow the Debian default folder
placement)

-- 
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.


More information about the wine-bugs mailing list