Page 2 of 2

Wine, libjpeg.so.62 and Vulkan support

Posted: 26 Oct 2021, 23:26
by Ed_P
Thank you fulalas.

The .dll files in Windows folders show wine glasses next to their icons. :o Dbl clicking on an .exe file opens it with the Archive Manager, which is a surprising view, but right clicking on it does show wine as an Open With option.

The QW.exe still didn't work but the Windows 7 Microsoft Games Solitaire works. :Yahoo!:

Added in 5 hours 17 minutes 27 seconds:
Is the missing get_vulkan_driver the cause of the missing Windows DLLs?

Code: Select all

guest@porteus:/mnt/sda3/Program Files (x86)/QUICKENW$ wine start /unix qw.exe
0050:err:vulkan:get_vulkan_driver Wine was built without Vulkan support.
guest@porteus:/mnt/sda3/Program Files (x86)/QUICKENW$ 0108:err:module:import_dll Library IPROF32.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QCOMUTIL.dll") not found
0108:err:module:import_dll Library QCOMUTIL.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library QWUTIL7.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\ONLNCALL.dll") not found
0108:err:module:import_dll Library ONLNCALL.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:import_dll Library IPROF32.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QCOMUTIL.dll") not found
0108:err:module:import_dll Library QCOMUTIL.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library QWUTIL7.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:import_dll Library IPROF32.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QWUTIL7.dll") not found
 :
 :
 0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\XPORT.dll") not found
0108:err:module:import_dll Library XPORT.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QCOMUTIL.dll") not found
0108:err:module:import_dll Library QCOMUTIL.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:import_dll Library Q_encutl.dll (which is needed by L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE") not found
0108:err:module:LdrInitializeThunk Importing dlls for L"Z:\\mnt\\sda3\\Program Files (x86)\\QUICKENW\\QW.EXE" failed, status c0000135
0070:err:ntdll:RtlLeaveCriticalSection section 000000000014F1D0 is not acquired
guest@porteus:/mnt/sda3/Program Files (x86)/QUICKENW$ 
The qw.exe file is from 32-bit Windows 7, the system I'm running Porteus on is 64-bit Windows 10.

Added in 45 minutes 7 seconds:

Code: Select all

guest@porteus:/mnt/sda3/Windows/System32$ ls mfc42*
mfc42.dll*  mfc42u.dll*
guest@porteus:/mnt/sda3/Windows/System32$ 

Wine, libjpeg.so.62 and Vulkan support

Posted: 29 Oct 2021, 15:46
by Cornelius
fulalas wrote:
24 Oct 2021, 12:38
I've just built a fully updated multilib-ultralite module, including libjpegturbo. Let me know if this works for you. :)

https://www.mediafire.com/file/8kehxsp6 ... 211025.xzm
I had a chance to try out the solution by @fulalas today and it worked perfectly! :Yahoo!:
I just downloaded and activated the updated multilib-ultralite module and that's all that was needed.
I still get the "Wine was built without Vulcan support" but it doesn't effect my program. It was just an issue with libjpeg. My Windows 32bit application runs perfectly.

Thank you so much for the help, Fulalas you are a :star: !

[Solved] Wine, libjpeg.so.62 and Vulkan support

Posted: 30 Oct 2021, 03:33
by fulalas
@Ed_P, vulkan warning message has nothing to do with these DLL errors you're seeing.

@Cornelius, that's good news! I'm happy it's working for you now :)

[Solved] Wine, libjpeg.so.62 and Vulkan support

Posted: 30 Oct 2021, 04:03
by Ed_P
fulalas wrote:
30 Oct 2021, 03:33
@Ed_P, vulkan warning message has nothing to do with these DLL errors you're seeing.
Any suggestions on how to resolve the DLL errors I'm seeing?