On: err:module:import_dll Library Qt5Pdf.dll (which is needed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
abdu
Level 2
Level 2
Posts: 20
Joined: Mon Jul 05, 2021 7:43 pm

On: err:module:import_dll Library Qt5Pdf.dll (which is needed

Post by abdu »

Has anyone experienced this issue so know how to solve?
...:err:module:import_dll Library Qt5Pdf.dll (which is needed by L"C:\\.....
not solving is

Code: Select all

winetricks Qt5Pdf
One expert please help out
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: On: err:module:import_dll Library Qt5Pdf.dll (which is needed

Post by jkfloris »

I assume this is about Shamela?
When I start the program, I also get these messages:

Code: Select all

0124:err:module:import_dll Library Qt5Pdf.dll (which is needed by L"C:\\shamela4\\app\\win\\64\\bin\\lib\\PySide2\\plugins\\imageformats\\qpdf.dll") not found
0124:err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\shamela4\\app\\win\\64\\bin\\lib\\PySide2\\plugins\\imageformats\\qsvg.dll") not found
Both files are not part of Windows (or Wine) and should come with the program. This is not the case, but the program seems to work. (I can't read Arabic, so I can't really test the program). Should the files be needed, please email the developers of Shamela.

Is there something that does not work?
abdu
Level 2
Level 2
Posts: 20
Joined: Mon Jul 05, 2021 7:43 pm

Re: On: err:module:import_dll Library Qt5Pdf.dll (which is needed

Post by abdu »

Yea after that first error till the last thing action just keep on looping and last line DEADBEEF (Wth is it anyway)

Code: Select all

0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0120:fixme:netprofm:list_manager_GetConnectivity 03A83C78, 03B20F2C
0120:fixme:file:NtLockFile I/O completion on lock not implemented yet
0120:fixme:win:RegisterPowerSettingNotification (00040046,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0120:err:module:import_dll Library Qt5Pdf.dll (which is needed by L"C:\\shamela4_16\\1442.041\\lib\\PySide2\\plugins\\imageformats\\qpdf.dll") not found
0120:err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\shamela4_16\\1442.041\\lib\\PySide2\\plugins\\imageformats\\qsvg.dll") not found
0120:err:vulkan:wine_vk_init Failed to load libvulkan.so.1.
0120:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
0120:err:wgl:init_opengl OpenGL support is disabled.
0120:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format.
0120:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 00A0F208.
0120:fixme:system:EnableNonClientDpiScaling (0004009E): stub
0120:fixme:file:server_get_file_info Unsupported info class e
0120:fixme:file:server_get_file_info Unsupported info class e
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented

...


0120:fixme:system:EnableNonClientDpiScaling (00020068): stub
0120:fixme:font:find_matching_face Untranslated charset 255
0120:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"\\??\\unix\\usr\\share\\fonts\\droid\\DroidSansArabic.ttf"
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented
0120:fixme:win:UnregisterPowerSettingNotification (DEADBEEF): stub

Please give guidance to correctly cope till solve it
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: On: err:module:import_dll Library Qt5Pdf.dll (which is needed

Post by jkfloris »

Code: Select all

0120:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
You are still missing libGL.so.1
Make sure you have installed the lib32-libglvnd and libglvnd packages.
Locked