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

Post here if you are a new Porteus member and you're looking for some help.
User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Wine, libjpeg.so.62 and Vulkan support

Post#16 by Ed_P » 26 Oct 2021, 23:26

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

Cornelius
White ninja
White ninja
Posts: 4
Joined: 21 Oct 2021, 13:35
Distribution: Porteus-KDE-v5.0rc3-x86_64

Wine, libjpeg.so.62 and Vulkan support

Post#17 by Cornelius » 29 Oct 2021, 15:46

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

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

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

Post#18 by fulalas » 30 Oct 2021, 03:33

@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 :)

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

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

Post#19 by Ed_P » 30 Oct 2021, 04:03

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

Post Reply