Help with run Mu

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
libra
Newbie
Newbie
Posts: 3
Joined: Sat Apr 03, 2010 7:26 pm

Help with run Mu

Post by libra »

Hello, i have many problems with running Mu (its a multiplayer game), i get some errors when i'd try to run the game:

1) fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"

2) err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting

3) err:module:LdrInitializeThunk Main exe initialization for L"Y:\\Juegos\\AriethMu.exe" failed, status c0000142


After that i decide to download the library MSVCR90.dll, but i dont know where can i place it...if u know maybe u can help me.

I would like to know how can i run the game with wine, maybe i'd writte bad the command in the terminal. This is the dir. where the game is:

/home/li3ra/Escritorio/AriethMu-S5/AriethSeason5_NoSound/AriethMu.exe

and this is how i run it: i open the game's directory in a terminal then i writte:

wine AriethMu\.exe

PD: AriethMu.exe its the laucher of game, must open to play, but obiusly DONT OPEN =(...maybe i writte the bad the command. Thx ill apreciate if u can help me, ill wait your answer...
James McKenzie

Help with run Mu

Post by James McKenzie »

libra wrote:
Hello, i have many problems with running Mu (its a multiplayer game), i get some errors when i'd try to run the game:

1) fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"

2) err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting

3) err:module:LdrInitializeThunk Main exe initialization for L"Y:\\Juegos\\AriethMu.exe" failed, status c0000142

After that i decide to download the library MSVCR90.dll, but i dont know where can i place it...if u know maybe u can help me.

I would like to know how can i run the game with wine, maybe i'd writte bad the command in the terminal. This is the dir. where the game is:

/home/li3ra/Escritorio/AriethMu-S5/AriethSeason5_NoSound/AriethMu.exe

and this is how i run it: i open the game's directory in a terminal then i writte:

wine AriethMu\.exe

PD: AriethMu.exe its the laucher of game, must open to play, but obiusly DONT OPEN =(...maybe i writte the bad the command. Thx ill apreciate if u can help me, ill wait your answer...

Try reading the FAQ, it should have an entry for this dll. It's in the
Visual C++ runtime for 2008 and it can be installed with winetricks.

James McKenzie
libra
Newbie
Newbie
Posts: 3
Joined: Sat Apr 03, 2010 7:26 pm

Post by libra »

hi James, i already istall the library (vcrun2008) but i cant run the game yet...now appears this:

wine: could not load L"C:\\windows\\system32\\AriethMu.exe": Module not found
James McKenzie

Help with run Mu

Post by James McKenzie »

libra wrote:
hi James, i already istall the library (vcrun2008) but i cant run the game yet...now appears this:

wine: could not load L"C:\\windows\\system32\\AriethMu.exe": Module not found

Are you changing to the directory where the program was loaded before
running it?

If you are using a desktop link, try running the program from a terminal
session from the installed directory.

James McKenzie
libra
Newbie
Newbie
Posts: 3
Joined: Sat Apr 03, 2010 7:26 pm

Post by libra »

i cant runing the game i did all u say but not works....cant open
Locked