https://bugs.winehq.org/show_bug.cgi?id=54436
kolAflash kolAflash@kolahilft.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|8.0 |8.1
--- Comment #13 from kolAflash kolAflash@kolahilft.de --- Until now I only tested with pure Debian-11 systems. (either installed or Debian-11.6 live image) Now I tested a Manjaro live image and could NOT reproduce the problem. https://download.manjaro.org/kde/22.0.3/manjaro-kde-22.0.3-minimal-230213-li...
Then I tried a custom Mesa 3D, libdrm and Vullkan versions I compiled some weeks ago. Also this also made the problem disappear. Command:
env \
VK_ICD_FILENAMES="${HOME}"/opt/mesa3d-versions/mesa-22.2.4/share/vulkan/icd.d/radeon_icd.x86_64.json:"${HOME}"/opt/mesa3d-versions/mesa-22.2.4/share/vulkan/icd.d/radeon_icd.i686.json \
LD_LIBRARY_PATH="${HOME}"/opt/mesa3d-versions/mesa-22.2.4/lib:"${HOME}"/opt/mesa3d-versions/mesa-22.2.4/lib32 /opt/wine-devel/bin/wine ...
Debian-11 has Mesa 3D version 20.3. Library versions in "${HOME}"/opt/mesa3d-versions/mesa-22.2.4/ - libdrm-2.4.114 - mesa-22.2.4 - Vulkan-Headers-1.3.238 - Vulkan-Loader-1.3.238
Strangely the issue also disappears if I simple use:
env VK_ICD_FILENAMES=/dev/zero /opt/wine-devel/bin/wine ...
... I'm confused!