-----Original Message----- From: wine-devel-admin@winehq.org [mailto:wine-devel-admin@winehq.org]On Behalf Of Juan Lang Sent: 05 September 2003 23:28 To: Alexandre Julliard Cc: wine-devel@winehq.com Subject: Re: Resend: ntdll loader fix
Interesting. The behavior of the program that called it (ipconfig.exe) was different, it crashed in a different location. But since the FormatMessage fix got rid of the crash altogether, I'm not particularly concerned.
I think your problem was hidden when you ran the program with winedbg. I have noticed several native DLLs that cause crashes in the loader, but of course these are caught by the exception handler. However, in winedbg all first chance exceptions cause a break into the debugger. Typing "cont" would have eventually got you to the real crash.
Rob