https://bugs.winehq.org/show_bug.cgi?id=44775
--- Comment #10 from GG gillg02@hotmail.com --- I think wine installation is a good clue... winevulkan.dll exists, but I found their compilation logs : https://www.playonlinux.com/wine/logs/linux-amd64/wine-3.4-linux-amd64.log
We could see somewhere the end of ./configure
[...] config.status: executing include/stamp-h commands config.status: executing Makefile commands
configure: OpenCL 32-bit development files not found, OpenCL won't be supported. configure: pcap 32-bit development files not found, wpcap won't be supported. configure: libpulse 32-bit development files not found or too old, Pulse won't be supported. configure: gstreamer-1.0 base plugins 32-bit development files not found, GStreamer won't be supported. configure: libudev 32-bit development files not found, plug and play won't be supported. configure: libSDL2 32-bit development files not found, SDL2 won't be supported. configure: libvulkan 32-bit development files not found, Vulkan won't be supported.
configure: Finished. Do 'make' to compile Wine.
So libvulkan seems not present on compilation plateform... I guess is the problem ?
Any advice to get a "compiled" version of wine 3.4 x64 or I have to install all libs/headers and compile myself ? Any issue if I use an LXC to compile instead of my master system ?