26 Jul
2020
26 Jul
'20
10:54 p.m.
https://bugs.winehq.org/show_bug.cgi?id=49611 --- Comment #21 from Michael F Winthrop <michael.f.winthrop(a)gmail.com> --- I believe this is the problem: dad(a)dad314159:/usr/lib/x86_64-linux-gnu$ ls -l libvulkan* lrwxrwxrwx 1 root root 14 Jan 25 2019 libvulkan.so -> libvulkan.so.1 lrwxrwxrwx 1 root root 19 Jan 25 2019 libvulkan.so.1 -> libvulkan.so.1.1.70 -rw-r--r-- 1 root root 322096 Jan 25 2019 libvulkan.so.1.1.70 For some reason wine is not accepting the link from libvulkan.so.1 to libvulkan.so.1.1.70 as the correct file to use. This crashed the file lookup by wine. -- 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.