On Sat, 2003-10-11 at 09:18, Maxime Bellengé wrote:
Do you have a line like "uxtheme" = "" in your config file ?
I'm not the original person, but I also have this problem with the latest CVS wine:
[dave@tc4 ~/wine]$ grep uxthe ~/.wine/config [dave@tc4 ~/wine]$ wine Segmentation fault
This is on Slackware 9.0, Linux 2.6.0-test7.
I had one such line and it was causing the crash for me. I have found that it is the change in ntdll/loader.c load_dll which returns NT_STATUS_SUCCESS with a WINE_MODREF** wm set to null.
And then the calling function LdrLoadDll use a null pointer causing the crash.
Maybe it is the same problem for you.
Max
--Dave Wickham Deupty Editor, allaboutgames.co.uk