Missing DLLs when launching Torchlight II

Questions about Wine on Linux
Locked
belnac
Newbie
Newbie
Posts: 4
Joined: Sat Mar 09, 2013 1:10 pm

Missing DLLs when launching Torchlight II

Post by belnac »

I've installed Torchlight II but whenever I try to run the game import_dll complains about missing DLLs:

Code: Select all

err:module:import_dll Loading library MSVCR100.dll (which is needed by L"C:\\Program Files (x86)\\Torchlight II\\LIBEAY32.dll") failed (error c000007b).
err:module:import_dll Library LIBEAY32.dll (which is needed by L"C:\\Program Files (x86)\\Torchlight II\\torchlight2.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files (x86)\\Torchlight II\\torchlight2.exe" failed, status c0000135
I didn't have libeay32.dll (as well as another DLL it was complaining about, ssleay32.dll) and downloaded it from dll-files.com and placed it in the game's folder. It still didn't work so I placed it in system32 and still it complains. VC runtime 2010 was previously installed via winetricks *.

How can I at least go about diagnosing this?


* The following DLLs exist in system32:
- msvcp100.dll
- msvcr100.dll
Locked