https://bugs.winehq.org/show_bug.cgi?id=41251
Bug ID: 41251 Summary: SWTOR client does not start up (import_dll Library not found) Product: Wine Version: 1.9.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pyramid@sapo.pt Distribution: ---
SWTOR launcher.exe starts, then executes the loading of the client with console output: Waiting for swtor... Found, PID: 138 Waiting for threads to end..
After that, the wine processes (wineserver, winedevices.exe) just terminate. Enabling wine logs reveals:
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\...\swtor.exe") not found
All required libraries (dll) are installed on the wine 32bit prefix correctly. Downgrading from wine 1.9.17 to 1.9.15 (don't have 1.9.16 handy for testing) allows for game client start without errors.
Additional info:
# uname -a Linux ... 4.7.2-1-default #1 SMP PREEMPT Sun Aug 21 08:59:11 UTC 2016 (34ba8d6) x86_64 x86_64 x86_64 GN # wine --version wine-1.9.17 # set | grep WINE WINEARCH=win32 WINEPREFIX=/data/machines/wine32/
https://bugs.winehq.org/show_bug.cgi?id=41251
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #1 from Austin English austinenglish@gmail.com --- (In reply to pyramid from comment #0)
SWTOR launcher.exe starts, then executes the loading of the client with console output: Waiting for swtor... Found, PID: 138 Waiting for threads to end..
After that, the wine processes (wineserver, winedevices.exe) just terminate. Enabling wine logs reveals:
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\...\swtor.exe") not found
All required libraries (dll) are installed on the wine 32bit prefix correctly.
What dlls did you install, exactly? This dll is included in wine and has been for a while.
Not a blocker.
https://bugs.winehq.org/show_bug.cgi?id=41251
--- Comment #2 from pyramid@sapo.pt --- That's the strange thing. I verified that the libraries are there, and still there is this strange error message which says they don't.