Warcraft III error during start

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
roguehosting
Level 1
Level 1
Posts: 7
Joined: Thu Dec 18, 2008 8:25 am

Warcraft III error during start

Post by roguehosting »

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"X:\\GAMES\\Warcraft III\\war3.exe" failed, status c0000142
Any idea why is this happening?I use -opengl in command line.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Warcraft III error during start

Post by austin987 »

On Thu, Dec 18, 2008 at 2:33 PM, roguehosting <[email protected]> wrote:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"X:\\GAMES\\Warcraft III\\war3.exe" failed, status c0000142
Any idea why is this happening?I use -opengl in command line.





Install it in wine, don't run it from a windows install.

--
-Austin
roguehosting
Level 1
Level 1
Posts: 7
Joined: Thu Dec 18, 2008 8:25 am

Re: Warcraft III error during start

Post by roguehosting »

austin987 wrote:On Thu, Dec 18, 2008 at 2:33 PM, roguehosting <[email protected]> wrote:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"X:\\GAMES\\Warcraft III\\war3.exe" failed, status c0000142
Any idea why is this happening?I use -opengl in command line.




Install it in wine, don't run it from a windows install.

--
-Austin
First i tried winedoors ,there didnt installed at all.This one i loaded directly from directory from which i usualy start game in windows.
John Drescher

Warcraft III error during start

Post by John Drescher »

First i tried winedoors ,there didnt installed at all.This one i loaded directly from directory from which i usualy start game in windows.
winedoors is not recommended or supported on this list.

John
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Warcraft III error during start

Post by austin987 »

On Thu, Dec 18, 2008 at 3:00 PM, roguehosting <[email protected]> wrote:
austin987 wrote:
On Thu, Dec 18, 2008 at 2:33 PM, roguehosting <[email protected]> wrote:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"X:\\GAMES\\Warcraft III\\war3.exe" failed, status c0000142
Any idea why is this happening?I use -opengl in command line.





Install it in wine, don't run it from a windows install.

--
-Austin
First i tried winedoors ,there didnt installed at all.This one i loaded directly from directory from which i usualy start game in windows.





Don't use winedoors, and don't run from a windows install. To be safe,
use a clean WINEPREFIX:

$ rm -rf ~/.wine
$ wine warcraft_setup.exe

You should read the faq before continuing, to prevent similar mistakes:
http://wiki.winehq.org/FAQ

--
-Austin
roguehosting
Level 1
Level 1
Posts: 7
Joined: Thu Dec 18, 2008 8:25 am

Re: Warcraft III error during start

Post by roguehosting »

austin987 wrote:On Thu, Dec 18, 2008 at 3:00 PM, roguehosting <[email protected]> wrote:
austin987 wrote:
On Thu, Dec 18, 2008 at 2:33 PM, roguehosting <[email protected]> wrote:
Install it in wine, don't run it from a windows install.

--
-Austin
First i tried winedoors ,there didnt installed at all.This one i loaded directly from directory from which i usualy start game in windows.





Don't use winedoors, and don't run from a windows install. To be safe,
use a clean WINEPREFIX:

$ rm -rf ~/.wine
$ wine warcraft_setup.exe

You should read the faq before continuing, to prevent similar mistakes:
http://wiki.winehq.org/FAQ

--
-Austin
Rm rf which directory?In home user directory?Would'nt that erase settings of wine?Also by warcraft setup does that mean i need to do clean install from cd's or somewhere else?Since i have iso images of wcIII and frozen throne instead cd's beacuse i dont have cd rom installed in computer at the moment.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Warcraft III error during start

Post by dimesio »

roguehosting wrote:
Rm rf which directory?In home user directory?Would'nt that erase settings of wine?
Yes. That's the point--to get rid of any improper settings created by your earlier botched attempts.
Also by warcraft setup does that mean i need to do clean install from cd's or somewhere else?
Yes again.

You need to install the games properly in a clean wineprefix before anyone here can help you.
Locked