b4mbi
2011-May-21 12:01 UTC
[Wine] Problems with starting World of Warcraft under Ubuntu 10.04
Hey everyone, I recently had to reset my whole computer and I thought, I can finally get rid of Windows and just use Ubuntu. But now, I have problems starting World of Warcraft under Wine, which should actually work fine! I have rendering activated, but when I start WOW with this: Code: :~/Wine/World of Warcraft$ wine Wow.exe -opengl I get the error: Code: err:module:attach_process_dlls "opengl32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"D:\\World of Warcraft\\Wow.exe" failed, status c0000005 Any ideas? thanks in advance! Christoph
James McKenzie
2011-May-21 12:25 UTC
[Wine] Problems with starting World of Warcraft under Ubuntu 10.04
On 5/21/11 5:01 AM, b4mbi wrote:> Hey everyone, > > I recently had to reset my whole computer and I thought, I can finally get rid of Windows and just use Ubuntu. > But now, I have problems starting World of Warcraft under Wine, which should actually work fine! > I have rendering activated, but when I start WOW with this: > > Code: > :~/Wine/World of Warcraft$ wine Wow.exe -opengl > > > > I get the error: > > Code: > err:module:attach_process_dlls "opengl32.dll" failed to initialize, aborting > err:module:LdrInitializeThunk Main exe initialization for L"D:\\World of Warcraft\\Wow.exe" failed, status c0000005 >Linux Distribution, bitness (32/64) and version (name or number) Video card and driver version From an initial look it appears that you have a 64 bit Ubuntu installation, 32 bit wine and did not install the 32 bit video drivers. This is based upon other times that this has been found. James McKenzie
b4mbi
2011-May-21 13:23 UTC
[Wine] Re: Problems with starting World of Warcraft under Ubuntu 10.04
Ok, I solved it myself, everything was alright but the settings of my xorg.conf just had to change the driver-settings to fglrx, now it works just fine! thanks anyway for the quick reply! christoph