[Bug 49611] All 16 & 32 bit windows apps crash when opening a file

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jul 27 20:48:56 CDT 2020


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

--- Comment #35 from Michael F Winthrop <michael.f.winthrop at gmail.com> ---
(In reply to Olivier F. R. Dierick from comment #34)
> (In reply to Michael F Winthrop from comment #32)
> > Created attachment 67811 [details]
> > Attempt to workaround links to libvulkan.so.1 via replace with actual files
> 
> Restore those files to their original state.
> There is no problem with them.
> 
> MIDISOFT Studio 4 is a 32-bit application so Wine runs in 32-bit mode and
> depends on 32-bit libraries.
> 
> As joaopa said, you need to install the 32-bit version of the libvulkan
> library.
> 
> The files in /usr/lib/x86_64-linux-gnu are 64-bit version of the libraries.
> 
> Wine 3.x didn't depend on vulkan library.
> Wine 5.x does, so installing the 32-bit libvulkan ~may~ fix your issue.
> 
> On Debian and Ubuntu this can be done with the command:
> sudo apt-get install libvulkan1:i386
> 
> Regards.

Took you advice. Restored .w as noted in link ou provided. Checked that no
files were root (own or group) [will refrain from root as directed.]

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

>>>>>>>>>>>>>Returned all links as originally found

>>>>>>>>>>>>>then
performed "sudo apt-get install libvulkan1:i386"

>>>>>>>>>>>>>no problems encountered

>>>>>>>>>>>>>rebooted

dad at dad314159:~$ wine notepad &> log.txt

dad at dad314159:~$ cat log.txt
0024:err:module:DelayLoadFailureHook failed to delay load
comctl32.dll.HIMAGELIST_QueryInterface
wine: Call from 7B00F0BF to unimplemented function
comctl32.dll.HIMAGELIST_QueryInterface, aborting
wine: Unimplemented function comctl32.dll.HIMAGELIST_QueryInterface called at
address 7B00F0BF (thread 0024), starting debugger...
winedbg: Internal crash at 0x7bc25735

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