Hat dir diese Antwort geholfen?
Tritt der Fehler immer an der selben Stelle auf?
Microsoft sagt dazu
description of this type of bugcheck
KERNEL_MODE_EXCEPTION_NOT_HANDLED (8e)
This is a very common bugcheck. Usually the exception address pinpoints the driver/function that caused the problem. Always note this address as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard coded breakpoint or assertion was hit, but this system was booted /NODEBUG. This is not supposed to happen as developers should never have hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the system is booted /DEBUG. This will let us see why this breakpoint is happening.
Arguments:
rg1: c0000005, The exception code that was not handled
Arg2: 804f3ffd, The address that the exception occurred at
Arg3: f06d88a8, Trap Frame
Arg4: 00000000
Hier gefunden: KLICK
Was so viel sagen will, dass es sich um eine sehr allgemeine Fehlermeldung handelt und die Adresse gewöhnlich auf den Treiber zeigt, der den Fehler verursacht hat.
Er sagt auch, dass ein Fehler aufgetreten ist, für den der Programmierer keine Fehlerroutine geschrieben hat. Er hat stattdessen das Programm abstürzen lassen. Was er nicht tun sollte.
Wenn es jedoch einen solchen Absturz gibt, sollte man den Problembericht an Microsoft senden.
Eine Frage, ob der Problembericht an Microsoft gesendet werden soll, hast du bekommen, oder?
Ich weiß, dass dir das jetzt auch nicht weiterhilft. Aber das ist halt das, was Microsoft dazu sagt.
Bleibt dir nur noch, uns zu sagen, wobei der Fehler immer auftritt. Denn es handelt sich hier um einen Programmfehler. Und die teten gewöhnlich immer bei denselben oder zumindest ähnlichen Aktivitäten des Benutzers auf.