Wine problem with 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
playw
Newbie
Newbie
Posts: 2
Joined: Mon Oct 31, 2011 8:11 am

Wine problem with Orcs Must Die

Post by playw »

Hi

I've never used wine before, today I wanted to run Orcs Must Die Demo . exe
I install it, but when i try run .exe in wine, nothing happens,
I dont know why it doesn't work, maybe i should install some directx ?

it should work, http://appdb.winehq.org/objectManager.p ... &iId=24607

do you know what is needed to run this game?

greetings
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

Wine problem with Orcs Must Die

Post by tparker »

On 10/31/2011 09:18 AM, playw wrote:
Hi

I've never used wine before, today I wanted to run Orcs Must Die Demo . exe
I install it, but when i try run .exe in wine, nothing happens,
Run it from command line and repost with any error messages that gives
you, then we will have a place to start looking for the problem. Also,
what version of Wine are you using, and what video card and driver?
playw
Newbie
Newbie
Posts: 2
Joined: Mon Oct 31, 2011 8:11 am

Post by playw »

Code: Select all


(...)

ctctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\vBase90.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\Program Files\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\vBase90.dll") not found
err:module:import_dll Library vBase90.dll (which is needed by L"C:\\Program Files\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\Vision90.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\Program Files\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\Vision90.dll") not found
err:module:import_dll Library Vision90.dll (which is needed by L"C:\\Program Files\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"

(..)
wine 1.0.1
gt320m with nvidia driver
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

Wine problem with Orcs Must Die

Post by tparker »

On 10/31/2011 09:34 AM, playw wrote:
wine 1.0.1
That version of wine is very old. Your errors say you are missing
MSVCR90.dll, but your best bet is to update to a current version of Wine
(1.3.31) and try the game again since the missing .dll may already be
included in the newer Wine version.
Locked