(Warcraft) Wow.exe segfault xubuntu hardy on Wine 0.9.61

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
dave_23
Level 1
Level 1
Posts: 5
Joined: Wed May 07, 2008 9:38 pm

(Warcraft) Wow.exe segfault xubuntu hardy on Wine 0.9.61

Post by dave_23 »

Hello all

Getting a segfault when I try to start wow.exe
The launcher.exe works fine, but when it tries to start wow.exe it fails.

Code: Select all

dmk@hermes:~/.wine/drive_c/Program Files/World of Warcraft$ wine Wow.exe -opengl
Segmentation fault
dmk@hermes:~$ wine --version
wine-0.9.61
This is a fresh install of xubuntu and wine, i'm not all that ubuntu savvy, so i could be missing some obvious stuff.

Athlon64
xubuntu 8.04 (2.6.24-16-generic)
nVidia 8800GTS (x86_64-169.12 driver)

did a WINEDEBUG=trace+all
here's where i think the problem is :
(something to do with opengl)

Code: Select all

0009:trace:module:get_load_order got hardcoded default for L"OPENGL32.dll"
0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x115140): returning TRUE
0009:trace:ntdll:NtReadFile (0x18,(nil),(nil),(nil),0xff902d5c,0xff902d6f,0x00000055,0xff902d50,(nil)),partial stub!
0009: get_handle_fd( handle=0x18 )
0009: *fd* 0x18 -> 27
0009: get_handle_fd() = 0 { type=1, removable=0, access=00120089, options=00000000 }
0009:trace:ntdll:NtReadFile = 0xc0000011
0009:trace:module:load_builtin_dll Trying built-in L"C:\\windows\\system32\\OPENGL32.dll"
0009:trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\OPENGL32.dll",0xff902a68,(nil),(nil))
0009:trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\OPENGL32.dll" 520 0xff9027f4 (nil))
0009:trace:heap:RtlAllocateHeap (0x110000,00000002,00000050): returning 0x118ba0
0009:trace:heap:RtlAllocateHeap (0x110000,00000002,0000013e): returning 0x118bf8
0009:trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\OPENGL32.dll" -> "/home/dmk/.wine/dosdevices/c:/windows/system32/opengl32.dll"
0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x118ba0): returning TRUE
0009:trace:heap:RtlFreeHeap (0x110000,00000002,0x118bf8): returning TRUE
0009:trace:module:load_builtin_dll Trying built-in L"OPENGL32.dll"
0009: *killed* exit_code=0
0008: *process killed*
wineserver: shutting down
Any ideas would be great.

Thanks

Dave
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: (Warcraft) Wow.exe segfault xubuntu hardy on Wine 0.9.61

Post by vitamin »

dave_23 wrote:Hello all

Getting a segfault when I try to start wow.exe
The launcher.exe works fine, but when it tries to start wow.exe it fails.

Code: Select all

dmk@hermes:~/.wine/drive_c/Program Files/World of Warcraft$ wine Wow.exe -opengl
Segmentation fault
dmk@hermes:~$ wine --version
wine-0.9.61
By a looks of it you have wrong libGL library. Most likely it's still Mesa one not from nvidia. You should get the same result (crash) if you run 'glxgears'.
dave_23
Level 1
Level 1
Posts: 5
Joined: Wed May 07, 2008 9:38 pm

Post by dave_23 »

Hello!

Thanks for the reply - glxgears is working.

Thanks!

Dave
dave_23
Level 1
Level 1
Posts: 5
Joined: Wed May 07, 2008 9:38 pm

Post by dave_23 »

Well, I tried rolling my own wine with the instructions from
http://wiki.winehq.org/WineOn64bit

No dice on that either. nothing errored in the compile, wow just doesn't like it.
(segfault still)

Has anyone had a problem with copying wow from their windows partition? (because that's how i did it..)

Any other ideas?

Thanks!

Dave
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

Did you try switching off Compiz before running the game ?
Did you try the DirectX mode ?
dave_23
Level 1
Level 1
Posts: 5
Joined: Wed May 07, 2008 9:38 pm

Post by dave_23 »

I actually don't use compiz, just vanilla xfce

I'll give the directx a try.. i didn't before because everything i've read says to disable it and use opengl

Dave
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

Sorry, my bad, though I read kubuntu...
From what I have read it seems that directx run. Seems to be slow but usable.
I think it might be worth a try.
dave_23
Level 1
Level 1
Posts: 5
Joined: Wed May 07, 2008 9:38 pm

Post by dave_23 »

solution for this was to install the latest beta nvidia drives 173.08

Dave
Locked