Richard Campbell wrote:
For those interested/too lazy to generate their own,
here is a log of
firefox attempting to start up. Please note firefox never
crashes(YAY!), it simply doesn't display a window.
This MIGHT have something to do with it:
(ntuser/window.c:2455) Window class not found (FirefoxMessageWindow)
Maybe window creation is failing somewhere? I could be wrong, i'm not
familiar with the mozilla codebase AT ALL.
The last bug that caused firefox to crash was the buffer overflow in
msvcrt that i fixed some time ago. this bug is related to window class
lookup (basically when it looks for a class name, not an atom). win32k
only searches the classes that were created by the calling process, this
is however wrong. i'm going to fix it as soon as i get some other
patches done (likely tomorrow or this weekend). THe problems that no GUI
is loaded is likely to be related to this bug.
Best Regards
Thomas