- Laptop: HP dv6355
Graphics: NVIDIA GeForce Go 6150 (UMA)
Processor: AMD Turion 64 X2 (1.8 GHz)
Memory: 2 GB
OS: Ubuntu 8.04
Wine: 1.1.4
I now have a replacement computer (desktop), with the following:
- Motherboard: Asus M3N78-EM
Graphics: GeForce 8300 (onboard)
Processor: AMD Phenom 64 x4 (2.6GHz)
Memory: 4 Gb OCZ
OS: Ubuntu 8.10
Wine: 1.1.10
Upon running "wine eqgame.exe patchme", I get the following:
So I've started debugging Wine, and I think I'm getting somewhere.fixme:advapi:SetSecurityInfo stub
Segmentation fault
The output is too long for the buffer, but here's what I got back:WINEDEBUG=+relay wine eqgame.exe patchme
<deleted>
I assume (and I could be wrong) that the call directly before the segmentation fault is the culprit:
Also, I find it interesting that for some reason, the command prompt shows up again at that point, though I'm not familiar enough with debugging to know if that's normal or not.0009:Call KERNEL32.LoadLibraryA(7e1ba239 "opengl32.dll") ret=7e11df2a
Segmentation fault
jen@silverpawn:~/.wine/drive_c/Program Files/Sony/EverQuest$ 0010:Call PE DLL (proc=0x7ecad4b0,module=0x7ec70000 L"rpcrt4.dll",reason=PROCESS_DETACH,res=0x1)
So, knowing that it's an issue with the opengl32.dll, can anyone help me move forward with this? I know just enough about graphics to be dangerous.

Thanks!!!
Jen