DLLs for Orcs Must Die

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
korinan
Newbie
Newbie
Posts: 2
Joined: Sun Apr 08, 2012 4:12 am

DLLs for Orcs Must Die

Post by korinan »

Hi,

I could install Orcs Must Die, but when I try to run it, I get the following errors:

Code: Select all

err:module:import_dll Library fmod_event.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library PhysXLoader.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library steam_api.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library fmodex.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library NxCharacter.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\vPhysX.vplugin") not found
err:module:import_dll Library PhysXLoader.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\vPhysX.vplugin") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\VisionEnginePlugin.vPlugin") not found
err:module:import_dll Library VisionEnginePlugin.vPlugin (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\vPhysX.vplugin") not found
err:module:import_dll Library vPhysX.vplugin (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\VisionEnginePlugin.vPlugin") not found
err:module:import_dll Library VisionEnginePlugin.vPlugin (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library fmodex.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\SoundEnginePlugin.vPlugin") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\SoundEnginePlugin.vPlugin") not found
err:module:import_dll Library fmod_event.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\SoundEnginePlugin.vPlugin") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\VisionEnginePlugin.vPlugin") not found
err:module:import_dll Library VisionEnginePlugin.vPlugin (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\SoundEnginePlugin.vPlugin") not found
err:module:import_dll Library SoundEnginePlugin.vPlugin (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library d3dx9_43.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe" failed, status c000013
Do you know how to fix that? I didn't find those dlls with winetricks...
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Post by Mateusz Stachowski »

I assume that you are trying to run the standalone version of the game (not through Steam). The first thing you should try to install is that:

winetricks d3dx9_43

If that didn't solve the problem you could try installing vcrun2008 and or vcrun2005 with winetricks.

There is also the AppDB (for test results of running programs on Wine) page for that game: http://appdb.winehq.org/objectManager.p ... &iId=13550
korinan
Newbie
Newbie
Posts: 2
Joined: Sun Apr 08, 2012 4:12 am

Post by korinan »

Thanks a lot, exactly, I have the standalone version of the game. I saw the page for that game, but the informations there didn't indicate that anyone had the same problem before that I am having right now. Thanks for your hints, I tried it, but I got the same Errors as before. But maybe I got a corrupted version of the game or something, so I'll try to get something else.
Locked