On Friday 24 June 2005 19:06, Jan Schiefer wrote:
Anich Gregor schrieb:
On Friday 24 June 2005 11:11, Jan Schiefer
wrote:
When I hover over the start menu item "Administration" ROS crashes and
goes to the "You can switch of the computer now" screen. The debugger
isn't started.
How to get more information here?
I'm using current SVN in qemu 0.7.0.
Greetings,
Jan Schiefer!
Enable all first chance exceptions in KDB for usermode:
set condition * first always
System won't respond anymore ( so I can't enter the KDB command "bt"
),
because it thinks it shut down.
I think it isn't the right behavior that ROS shuts down when explorer
closes.
Greetings,
Jan Schiefer!
You have to run that command in KDB before explorer is closed. Since there is
no (functional) winlogon atm all ReactOS can do when explorer closes is to
shut down I think. Thats also why "Log off" in explorer makes it shut down.
If explorer crashes (and thus reactos is shut down) you can use that KDB
command for KDB to be entered before explorer handles the crash (and closes)
- if thats what's happening at all (you said it crashed, so i guess explorer
is crashing)