I have a problem with Wine and Garena (Warcraft III), when i try to start the game from Garena it gives me an error message: err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Warcraft III\\war3.exe" failed, status c0000005 I'm using openSUSE 11.0, and I can start Warcraft III independent from Garena but not from it, and if I run Garena and start war3.exe independent, I can not get any hosts... Please can someone help me? what other information do you require?
Drakuwa wrote:> I have a problem with Wine and Garena (Warcraft III), when i try to start the game from Garena it gives me an error message: > > err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting > err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Warcraft III\\war3.exe" failed, status c0000005 > > I'm using openSUSE 11.0, and I can start Warcraft III independent from Garena but not from it, and if I run Garena and start war3.exe independent, I can not get any hosts... > > Please can someone help me? what other information do you require?which version of Wine are you using? type: wine --version
I think they apply on GIT cause I got the patch from the instructions here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14147&iTestingId=34574&bShowAll=true I followed the instructions: git clone git://source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git patch -p1 < path/to/the.patch ./tools/wineinstall and also tried building it manually like: ./configure make depend && make make install and still I got the same problem when building the wineserver...
Drakuwa wrote:> I think they apply on GIT cause I got the patch from the instructions here: http://appdb.winehq.orgThat patch is from Sat, 8 Aug 2009 00:02:48 +0000 (+0200). I really doubt it would work with current git. Remember git changes every day...