qt4 qt5 dependancies?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thekrimzonghost
Level 2
Level 2
Posts: 16
Joined: Sat May 03, 2014 12:45 pm

qt4 qt5 dependancies?

Post by thekrimzonghost »

I have been searching and searching and have found almost nothing about this no one is answering me on any forum what are qt4/qt5's dependencies. I'm getting this error on Final Fantasy 3 and Final Fantasy 4 I would really appreciate any help. I'm also noticing this debug uses double \\ in the URIs is this normal and what is "L" and why does it need to find these dlls?

Code: Select all

err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Multimedia.dll") not found
err:module:import_dll Library Qt5Multimedia.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5MultimediaWidgets.dll") not found
err:module:import_dll Library Qt5MultimediaWidgets.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKitWidgets.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Qml.dll") not found
err:module:import_dll Library Qt5Qml.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Quick.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Quick.dll") not found
err:module:import_dll Library Qt5Quick.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKit.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Multimedia.dll") not found
err:module:import_dll Library Qt5Multimedia.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKit.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Qml.dll") not found
err:module:import_dll Library Qt5Qml.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKit.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKit.dll") not found
err:module:import_dll Library Qt5WebKit.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKitWidgets.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Multimedia.dll") not found
err:module:import_dll Library Qt5Multimedia.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKitWidgets.dll") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5WebKitWidgets.dll") not found
err:module:import_dll Library Qt5WebKitWidgets.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\FF3_Launcher.exe") not found
err:module:import_dll Library DNSAPI.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\Qt5Network.dll") not found
err:module:import_dll Library Qt5Network.dll (which is needed by L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\FF3_Launcher.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Steam\\steamapps\\common\\Final Fantasy III\\FF3_Launcher.exe" failed, status c0000135
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: qt4 qt5 dependancies?

Post by dimesio »

thekrimzonghost wrote:what are qt4/qt5's dependencies.
Ask a Qt developer. Those dlls are not shipped with Windows; if your game requires them, your game should have installed them.
thekrimzonghost
Level 2
Level 2
Posts: 16
Joined: Sat May 03, 2014 12:45 pm

Re: qt4 qt5 dependancies?

Post by thekrimzonghost »

Thats just the problem the dnsapi.dll is a windows dll and it is there and all of the rest of the dlls are there but are not being recognized at runtime...
Locked