Bluescreens wegen Grafikarte????

Diskutiere Bluescreens wegen Grafikarte???? im Hardware Forum Forum im Bereich Hardware & Software Forum;
  • Bluescreens wegen Grafikarte???? Beitrag #61
merlin

merlin

Bekanntes Mitglied
Dabei seit
01.09.2001
Beiträge
10.671
Reaktionspunkte
4
Ort
/home/merlin
How to Troubleshoot a STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED Error Message
The information in this article applies to:
Microsoft Windows NT Server 4.0 Terminal Server Edition
Microsoft Windows 2000 Server
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional
Microsoft Windows NT Workstation 4.0
Microsoft Windows NT Server 4.0
Microsoft Windows NT Server, Enterprise Edition 4.0

This article was previously published under Q275678
SUMMARY
This article describes how to troubleshoot a "STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED" error message.
MORE INFORMATION
A "STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED" error message is a common type of STOP error message you may receive on a Windows NT-based computer. A "STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED" error message indicates that an error condition was detected by the kernel and Windows NT was unable to continue running because of this error condition. The types of problems that can cause a "STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED" error message are very similar to the problems that cause a "STOP 0x0000000A" error message, such as bad pointers, invalid addresses and other types of access violations. The STOP 0x0000001E bug check identifies an error that occurred in a section of code where no error handling routines exist. Note that most exceptions are generated directly in the section of code that is running.

The top four lines of a STOP 0x0000001E generally appear as:
STOP: 0x0000001E (0xAAAAAAAA,0xBBBBBBBB,0xCCCCCCCC,0xDDDDDDDD) KMODE_EXCEPTION_NOT_HANDLED
AAAAAAAAA from BBBBBBBB (CCCCCCCC,DDDDDDDD)
Address BBBBBBBB has base at XXXXXXXX - MODULE1.SYS Address CCCCCCCC has base at YYYYYYYY - MODULE2.SYS

The four hexadecimal parameters after the STOP code (0xAAAAAAAA, 0xBBBBBBBB, 0xCCCCCCCC, 0xDDDDDDDD) have the following meanings:
0xAAAAAAAA is a code that identifies the exception that was not handled.
0xBBBBBBBB is the address at which the exception occurred.
0xCCCCCCCC is the first parameter of the exception, and sometimes this is another address in code.
0xDDDDDDDD is the second parameter of the exception, which can vary in meaning.
Interpreting the Parameters
Usually the exception address identifies the driver or function that caused the problem. Always note this address and the date of the driver or image that contains this address.

The first parameter is a Windows NT error code, and all error codes are defined in the Ntstatus.h file (which can also be found in the Windows NT 4.0 SDK). The first parameter tells you the type of error.

The second parameter is also important because it tells you in what code module the error occurred. This can frequently point to an individual driver or piece of hardware that is at fault, which will generally be listed on the third line of the STOP screen.

The last two parameters vary depending upon the exception that has occurred. Typically, you can find a description of the parameters included with the name of the error code in the Ntstatus.h file.

If there where no parameters to the error code, these will be 0x00000000.

For example, in the following STOP error message, an access violation (0xC0000005) occurred in module Srv.sys, which is the kernel mode server service:

STOP: 0x0000001E (0xC0000005, 0xFCA733B9, 0x00000000, 0x00000000)
KMODE_EXCEPTION_NOT_HANDLED 0xC0000005 from 0xFCA733B9 (0x0, 0x0)Address FCA733B9 has base at FCA70000 - SRV.SYS
Note that no parameters went with this error code.
How to Troubleshoot a "STOP 0x0000001E KMODE_EXCEPTION_NOT_HANDLED" Error Message
Try to replace the driver that is identified in the STOP error message, either with a known good copy from your installation media, or with an updated version from the manufacturer.
Disable the driver that is identified in the STOP error message or any newly installed drivers.
Verify that any new hardware or software is properly installed. Disconnect the new hardware or replace it to see if this resolves the issue.
If you have a video driver that was not supplied with the operating system, try switching to the standard VGA driver or a driver that is compatible with the operating system.
View the following Microsoft Hardware Compatibility List Web site to verify that all your hardware and drivers are compatible with the operating system:
http://www.microsoft.com/hcl

Run any system diagnostics that are supplied by your computer manufacturer, especially a RAM check. If this is a new installation of the hardware or software, contact the manufacturer for any requires updates for drivers or firmware.
Disable all filter drivers, such as remote control software, antivirus programs, backup programs, and so on.
 
  • Bluescreens wegen Grafikarte???? Beitrag #62
dchamp14

dchamp14

Bekanntes Mitglied
Dabei seit
12.10.2002
Beiträge
755
Reaktionspunkte
0
Ort
Nebenan
LIEGT wahrscheinlich wieder am Ram oder??? Neues Ram oder was osnt den Text kapier ich nich nur die letzten paar Zeilen hab ich jetzt auch gemacht
 
  • Bluescreens wegen Grafikarte???? Beitrag #63
dchamp14

dchamp14

Bekanntes Mitglied
Dabei seit
12.10.2002
Beiträge
755
Reaktionspunkte
0
Ort
Nebenan
Ich hab die Bluescreens satt, meint ihr der Ram is defekt oder die Slots oder hat vielleicht sogar der Ram die Solts am Arsch gemacht?
 
  • Bluescreens wegen Grafikarte???? Beitrag #64
dchamp14

dchamp14

Bekanntes Mitglied
Dabei seit
12.10.2002
Beiträge
755
Reaktionspunkte
0
Ort
Nebenan
keiner eine idee
 
  • Bluescreens wegen Grafikarte???? Beitrag #65
merlin

merlin

Bekanntes Mitglied
Dabei seit
01.09.2001
Beiträge
10.671
Reaktionspunkte
4
Ort
/home/merlin
Original geschrieben von merlin
Meistens werden diese Bluescreens durch fehlerhaften RAM oder Treiber verursacht.

Original geschrieben von merlin
Ein weiteres Indiz dafür, dass evtl. dein RAM nicht in Ordung ist. Memtest muss nicht unbedingt immer alle Fehler anzeigen, teste einfach mal mit anderen RAMs.
Ich würde dir auch raten, ein anderes Mainboard zu verwenden, ein Abit NF7 kostet zur Zeit gerade einmal knapp 80€.
 
  • Bluescreens wegen Grafikarte???? Beitrag #66
dchamp14

dchamp14

Bekanntes Mitglied
Dabei seit
12.10.2002
Beiträge
755
Reaktionspunkte
0
Ort
Nebenan
okay thank you :kus:
 
  • Bluescreens wegen Grafikarte???? Beitrag #67
dchamp14

dchamp14

Bekanntes Mitglied
Dabei seit
12.10.2002
Beiträge
755
Reaktionspunkte
0
Ort
Nebenan
Hab mir jetzt diesen Ram geholt:

Infineon HYS64D32309GU-6 ]

Arbeitsspeicher Eigenschaften:
Modulname Infineon HYS64D32309GU-6
Modulgröße 256 MB (1 rows, 4 banks)
Modulart Unbuffered
Speicherart DDR SDRAM
Speichergeschwindigkeit PC2700 (166 MHz)
Modulbreite 64 bit
Modulspannung SSTL 2.5
Fehlerkorrekturmethode Keine
Auffrischungsrate Reduziert (7.8 us), Self-Refresh
Maximale CAS Wartezeit 2.5 (6.0 ns @ 166 MHz)
2te Maximale CAS Wartezeit 2.0 (7.5 ns @ 133 MHz)

Hoffe das die Probs jetzt ein Ende haben!
 
Thema:

Bluescreens wegen Grafikarte????

ANGEBOTE & SPONSOREN

https://www.mofapower.de/

Statistik des Forums

Themen
213.180
Beiträge
1.579.174
Mitglieder
55.879
Neuestes Mitglied
stonetreck
Oben