You are not logged in.

#1 2019-11-07 09:16:56

Salkay
Member
Registered: 2014-05-22
Posts: 619

[BUG FILED] Missing Qt5 DLLs in wine 4.18-1

I've previously used the PC Kindle reader perfectly fine via wine. However, it's no longer working with the current wine 4.17-1.

$ WINEPREFIX=~/.wine-kindle wine ~/.wine-kindle/drive_c/Program\ Files/Amazon/Kindle/Kindle.exe
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-chm.desktop"
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-gif.desktop"
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-hlp.desktop"
0009:err:module:import_dll Library Qt5WebKitWidgets.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Widgets.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5WebKit.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5WinExtras.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-htm.desktop"
0009:err:module:import_dll Library Qt5Gui.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Network.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Xml.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Script.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Sql.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library Qt5Core.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library WebCoreViewer.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library icuuc46.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:import_dll Library libfsdk_win32.dll (which is needed by L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe") not found
0009:err:module:LdrInitializeThunk Importing dlls for L"Z:\\home\\salkay\\.wine-kindle\\drive_c\\Program Files\\Amazon\\Kindle\\Kindle.exe" failed, status c0000135
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-ini.desktop"
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-jfif.desktop"
000d:err:menubuilder:write_freedesktop_association_entry error writing association file "/home/salkay/.local/share/applications/wine-extension-jpe.desktop"

If I revert to a previous version, e.g. wine 4.17-1 or earlier, it launches fine. I don't entirely understand wine, but are these DLLs missing from the latest version of wine? I also tried searching for them in winetricks, but couldn't see anything obvious.

Last edited by Salkay (2019-11-08 02:39:43)

Offline

#2 2019-11-07 11:28:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,668

Re: [BUG FILED] Missing Qt5 DLLs in wine 4.18-1

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

Will presumably be fixed once wine 4.19 hits the repos

Offline

#3 2019-11-08 02:39:31

Salkay
Member
Registered: 2014-05-22
Posts: 619

Re: [BUG FILED] Missing Qt5 DLLs in wine 4.18-1

Thanks V1del! For future reference, how did you find the bug?

Offline

#4 2019-11-08 09:43:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,668

Re: [BUG FILED] Missing Qt5 DLLs in wine 4.18-1

I read changelogs of projects of interest to me, and it just so happens that this one is listed as fixed for 4.19: https://www.winehq.org/announce/4.19

But more generally actively looking for bug reports can usually happen if you google for the non program specific parts of the error message and/or check the bug trackers (so in this case search for the strings:

err:module:import_dll Library ... (which is needed ... not found

Last edited by V1del (2019-11-08 09:50:53)

Offline

#5 2019-11-09 08:40:20

Salkay
Member
Registered: 2014-05-22
Posts: 619

Re: [BUG FILED] Missing Qt5 DLLs in wine 4.18-1

Thanks @V1del. In this case Googling that string didn't work for me, or at least pulled up too many false positives. Thanks for the hints though. I'll check the changelog next time.

Offline

Board footer

Powered by FluxBB