Do you have a line like "uxtheme" = "" in your config file ?
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
On Sat, 2003-10-11 at 02:56, BiGgUn wrote:
Hi folks,
I have a big problem with the last version of wine. I have made 'make clean', 'make distclean' and recompile everything and i still get a segmentation fault !
I have deleted all my sources and made a new check out from cvs server. After running wineinstall, i still get the segmentation fault :( What did i do wrong ?
I run a Debian GNU/Linux Woody, with kernel 2.4.18.
TIA, Stephan.