error c000005 with War Thunder

Questions about Wine on Linux
Locked
turtlezeeks
Newbie
Newbie
Posts: 2
Joined: Mon May 27, 2013 1:38 am

error c000005 with War Thunder

Post by turtlezeeks »

I am having some issues getting War Thunder to work on wine. I am new to using Wine, so please mention anything that I may have overlooked.

I am able to get the launcher to load, but when i hit play, I run into issues. Here is the output:

Code: Select all

primusrun wine "c:\Program Files (x86)\War Thunder\launcher.exe"

fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
err:ole:RegisterDragDrop COM not initialized
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (20000): STUB
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:win:EnumDisplayDevicesW ((null),0,0x33ef1c,0x00000000), stub!
err:ole:RevokeDragDrop invalid hwnd (nil)
err:module:attach_process_dlls "aces.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files (x86)\\War Thunder\\aces.exe" failed, status c0000005
I have confirmed that aces.dll does exist. (It is in the same folder as the launcher). The file permissions are here:

Code: Select all

ls -l *.dll
-rw-r--r-- 1 burnskt burnskt 4186520 May 26 12:52 aces.dll
-rw-r--r-- 1 burnskt burnskt 1038848 Sep 29  2011 dbghelp.dll
-rw-r--r-- 1 burnskt burnskt  947200 Feb 29  2012 htmlayout.dll
-rw-r--r-- 1 burnskt burnskt  331760 May 26 12:54 libsndfile-1.dll
-rw-r--r-- 1 burnskt burnskt  321520 May 26 12:51 ortp.dll
-rw-r--r-- 1 burnskt burnskt  311280 May 26 13:02 vivoxoal.dll
-rw-r--r-- 1 burnskt burnskt 7025648 May 26 13:03 vivoxsdk.dll
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: error c000005 with War Thunder

Post by dimesio »

Try installing to a 32 bit wineprefix. Create one with

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
(substitute the actual path), then install to that. http://wiki.winehq.org/FAQ#wineprefix
turtlezeeks
Newbie
Newbie
Posts: 2
Joined: Mon May 27, 2013 1:38 am

Re: error c000005 with War Thunder

Post by turtlezeeks »

Just wanted to say that I solved the problem (for anyone else having the same issues). As soon as I updated my wine version to the current dev version (1.5+), everything worked as well as you can expect with wine.
Locked