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.
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.
Do you have a line like "uxtheme" = "" in your config file ?
I don't have this line in my config file. Should i put it in [DllOverride] section ?
Stephan
The crash I had was fixed by yesterday ntdll/loader fix in cvs.
So it appears your crash is not related with mine. I'm clueless about what can be the reason for you.
Maybe try that line but I think it will not change anything.
Max
On Sat, 2003-10-11 at 12:33, BiGgUn wrote:
Do you have a line like "uxtheme" = "" in your config file ?
I don't have this line in my config file. Should i put it in [DllOverride] section ?
Stephan
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