Hello all Getting a segfault when I try to start wow.exe Code: 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: 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