405 Benutzer online
13. August 2025, 23:33:03

Windows Community



 Antworten / AufrufeThemen mit dem Stichwort vista-bluescreen
7
Antworten
6608
Aufrufe
Bluescreen bei Vista 32
Begonnen von HILTI
02. Juni 2009, 09:23:34
Habe seit ein paar wochen ab und zu einen Bluesceen nur ich weiß nicht wieso

Amd Phenom 9500 Quad Core 2.2
Ram 2GB
MSI BOard
Gforce 8600 GT


Fehler :
Problemsignatur:
 Problemereignisname: BlueScreen
 Betriebsystemversion: 6.0.6002.2.2.0.256.1
 Gebietsschema-ID: 1031

Zusatzinformationen zum Problem:
 BCCode: 1000007e
 BCP1: C0000005
 BCP2: 20646156
 BCP3: 8719BBC0
 BCP4: 8719B8BC
 OS Version: 6_0_6002
 Service Pack: 2_0
 Product: 256_1

Dateien, die bei der Beschreibung des Problems hilfreich sind:
 C:\Windows\Minidump\Mini060209-01.dmp
 C:\Users\Hilbert\AppData\Local\Temp\WER-158781-0.sysdata.xml
 C:\Users\Hilbert\AppData\Local\Temp\WER7C1.tmp.version.txt


VIelleicht weiß einer von euch was er bedeutet.


VIelen dank im vorraus



-------------

hab die dump datei ausgewertet viuelleicht könnt ihr damit was anfangen.

Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\Minidump\Mini060209-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: „SRV*c:\windows\symbols*http://msdl.microsoft.com/download/symbols“
Executable search path is:
Unable to load image \SystemRoot\system32\ntkrnlpa.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntkrnlpa.exe
*** ERROR: Module load completed but symbols could not be loaded for ntkrnlpa.exe
Windows Server 2008/Windows Vista Kernel Version 6002 (Service Pack 2) MP (4 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Machine Name:
Kernel base = 0x81e37000 PsLoadedModuleList = 0x81f4ec70
Debug session time: Mon Jun  1 22:50:53.677 2009 (GMT+2)
System Uptime: 0 days 2:18:50.468
Unable to load image \SystemRoot\system32\ntkrnlpa.exe, Win32 error 0n2
*** WARNING: Unable to verify timestamp for ntkrnlpa.exe
*** ERROR: Module load completed but symbols could not be loaded for ntkrnlpa.exe
Loading Kernel Symbols
...............................................................
................................................................
.......................
Loading User Symbols
Loading unloaded module list
..........
Unable to load image \SystemRoot\system32\DRIVERS\nvlddmkm.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000007E, {c0000005, 20646156, 8719bbc0, 8719b8bc}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************
*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************
*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************
Probably caused by : nvlddmkm.sys ( nvlddmkm+4b4090 )

Followup: MachineOwner
---------

0: kd> „!analyze -v“
      ^ Syntax error in '„!analyze -v“'
0: kd> !analyze -v
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
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:
Arg1: c0000005, The exception code that was not handled
Arg2: 20646156, The address that the exception occurred at
Arg3: 8719bbc0, Exception Record Address
Arg4: 8719b8bc, Context Record Address

Debugging Details:
------------------

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************
*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************
*************************************************************************
***                                                                  ***
***                                                                  ***
***    Your debugger is not using the correct symbols                ***
***                                                                  ***
***    In order for this command to work properly, your symbol path  ***
***    must point to .pdb files that have full type information.      ***
***                                                                  ***
***    Certain .pdb files (such as the public OS symbols) do not      ***
***    contain the required information.  Contact the group that      ***
***    provided you with these symbols if you need this command to    ***
***    work.                                                          ***
***                                                                  ***
***    Type referenced: nt!_KPRCB                                    ***
***                                                                  ***
*************************************************************************

ADDITIONAL_DEBUG_TEXT: 
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

FAULTING_MODULE: 81e37000 nt

DEBUG_FLR_IMAGE_TIMESTAMP:  49fa9243

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in 0x%08lx verweist auf Speicher 0x%08lx. Der Vorgang %s konnte nicht im Speicher durchgef hrt werden.

FAULTING_IP:
+3eefe
20646156 ??              ???

EXCEPTION_RECORD:  8719bbc0 -- (.exr 0xffffffff8719bbc0)
ExceptionAddress: 20646156
  ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
  Parameter[0]: 00000008
  Parameter[1]: 20646156
Attempt to execute non-executable address 20646156

CONTEXT:  8719b8bc -- (.cxr 0xffffffff8719b8bc)
eax=8719bca4 ebx=93881750 ecx=20646156 edx=8eabe070 esi=00000000 edi=93872ab0
eip=20646156 esp=8719bc88 ebp=8719bca8 iopl=0        nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000            efl=00010246
20646156 ??              ???
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x7E

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 8eabe090 to 20646156

STACK_TEXT: 
WARNING: Frame IP not in any known module. Following frames may be wrong.
8719bc84 8eabe090 93881750 93872ab0 8719bca4 0x20646156
8719bca8 8e79ca1e 93881750 93872ab0 8719bcd8 nvlddmkm+0x4b4090
8719bd08 8e79d2c0 84de4730 81f3913c 8719bd2c nvlddmkm+0x192a1e
8719bd18 8e704803 00000000 98856b70 85b4ef38 nvlddmkm+0x1932c0
8719bd2c 8204486f 85b4ef38 84de4730 846fd8b0 nvlddmkm+0xfa803
8719bd44 81edce22 846fd8b0 00000000 83993d78 nt+0x20d86f
8719bd7c 8200cc42 846fd8b0 9e36b428 00000000 nt+0xa5e22
8719bdc0 81e75efe 81edcd25 00000001 00000000 nt+0x1d5c42
00000000 00000000 00000000 00000000 00000000 nt+0x3eefe


FOLLOWUP_IP:
nvlddmkm+4b4090
8eabe090 85c0            test    eax,eax

SYMBOL_STACK_INDEX:  1

SYMBOL_NAME:  nvlddmkm+4b4090

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nvlddmkm

IMAGE_NAME:  nvlddmkm.sys

STACK_COMMAND:  .cxr 0xffffffff8719b8bc ; kb

BUCKET_ID:  WRONG_SYMBOLS

Followup: MachineOwner
---------

bluescreenbluescreen errorerror go-windowsgo-windows blueblue windowswindows vistavista problemproblem screenscreen fehlerfehler forumforum 10311031 problemeprobleme anzeigenanzeigen startenstarten hilfehilfe durchdurch fehlercodefehlercode programmprogramm dmpdmp bsodbsod minidumpminidump 4870560848705608 syssys 14041404 20092009 gebietsschemagebietsschema fehlermeldungfehlermeldung gespeichertgespeichert ramram installationinstallation
2
Antworten
9664
Aufrufe
Vista Bluescreen Gebietsschema-ID:1031
Begonnen von Nag
09. Dezember 2008, 00:47:57
Hallo Go Vista Forum,

Besitze nun schon seit einigen Monaten Windows Vista Home Premium in der 32-Bit Version. Bin eigentlich auch soweit zufrieden, nur kommt es bei mir in letzter Zeit zu häufigen Soundausfällen oder leichtem knacksen, was sehr unangenehm ist.

Vorhin wollte ich dann CS:S starten und der PC verabschiedete sich mit einem Bluescreen und startete sofort neu. Die Fehlermeldung war nicht einsehbar da der PC zu schnell resetette.

Windows Ereignismeldung gab folgenden Error aus:

Problemsignatur:
  Problemereignisname: BlueScreen
  Betriebsystemversion: 6.0.6001.2.1.0.768.3
  Gebietsschema-ID: 1031

Zusatzinformationen zum Problem:
  BCCode: 24
  BCP1: 001904AA
  BCP2: BCF75948
  BCP3: BCF75644
  BCP4: 81F05218
  OS Version: 6_0_6001
  Service Pack: 1_0
  Product: 768_1

Dateien, die bei der Beschreibung des Problems hilfreich sind:
  C:\Windows\Minidump\Mini120808-01.dmp
  C:\Users\Bastian\AppData\Local\Temp\WER-65738-0.sysdata.xml
  C:\Users\Bastian\AppData\Local\Temp\WER3BE6.tmp.version.txt

Lesen Sie unsere Datenschutzrichtlinie:
  http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0407

Meine Hardware:
Mainboard: Gigabyte MA790x-DS4
CPU: AMD Athlon X2 Dual Core Processor 4200+ 2,20 Ghz
Arbeitsspeicher: 2x 2 Gigabyte Kits von Geil. DDR2 Dual Channel PC 6400 800 MHZ
Soundkarte: Creative X-Fi Extreme Gamer
Graka: ATI HD4850
TVKarte: Hauppauge Wintv GO

Der Ram wurde erst kürzlich ausgetauscht.
XP ist als zweitsystem Installiert. Dort läuft alles Problemlos.

Hoffe ihr könnt mir bei meinem Problem weiterhelfen. : )

Mfg

Edit: Falls es im falschen Bereich gelandet ist, entschuldige ich mich. Wusste nicht genau wo ich es hinpacken sollte.
11
Antworten
6364
Aufrufe
Bluescreen
Begonnen von MnDiego
16. Juni 2008, 19:43:33
Hallo Leute,
ich hab mich jetzt mal in diesem Forum angemeldet, weil ich sonst nicht mehr weiter komme ?(

Ich hab seit 2 Wochen das Problem das sich mein Pc immer aufhängt, sobald ich ein Programm öffne geht die cpu belastung auf 100% und er stürzt ab...
Bitte helft mir!!!!


[color=blue][b]Problemsignatur[/b][/color]
Problemereignisame: BlueScreen
Betriebsystemversion: 6.0.6001.2.1.0.768.3
Gebietsschema-ID: 3079

[color=blue][b]Dateien zur Beschreibung des Problems[/b][/color]
Mini061608-02.dmp
sysdata.xml
Version.txt

[color=blue][b]Weitere Informationen über das Problem[/b][/color]
BCCode: 101
BCP1: 00000061
BCP2: 00000000
BCP3: 803D1120
BCP4: 00000001
OS Version: 6_0_6001
Service Pack: 1_0
Product: 768_1


lg MnDiego
8
Antworten
7379
Aufrufe
Vista Bluescreen problem
Begonnen von kizami
01. Juni 2008, 17:00:49
Hallo.
Ich hab ein problem mit meinem Laptop.
Und zwar wenn ich ihn einschalte kommt ein schwwarzer Bildshcirm mit weißer schrift und hab 2 Auswahlmöglichkeiten. Windows normal starten oder mit hilfe oder so...
und wenn des dann fertig geladen hat kommt ein Bluescreen.
Was kann ich tun?
27
Antworten
23971
Aufrufe
Vista: Bluescreen Problem
Begonnen von osw3000
30. Juni 2007, 17:29:29
« 1 2
Moin, mein erster Beitrag hier, ich bin mir nicht sicher ob das hier das richtige Forum ist aber ich hoffe trotzdem, ihr könnt mir helfen.

Habe letzten Freitag Windows Vista Ultimate 32-Bit problemlos installiert. Jedoch habe ich seit dem fast jeden Tag mindestens und in unregelmäßigen Abständen einen Bluescreen bekommen, der nach einigen Sekunden wieder verschwindet und der PC daraufhin neustartet. Jetzt habe ich heute auf "Online eine Lösungmethode finden" oder wie das heißt raufgeklickt und bekam folgende Meldung:

[quote]Problem durch Computerhardware Dieses Problem wurde durch einen nicht wiederherstellbaren Hardwarefehler verursacht, der das Betriebssystem gestört hat. Problembehandlung Wenn Sie diese Fehlermeldung mehr als einmal erhalten, könnte dies auf ein schwerwiegendes Computerproblem hinweisen. Wir empfehlen Ihnen, die folgenden Schritte durchzuführen: 1. Sichern Sie Ihre Dateien, um bei einem vollständigen Hardwareausfall Datenverlust zu vermeiden. 2. Wenden Sie sich an den Originalhersteller des Computers, um die fehlerhafte Komponente zu ermitteln. Weitere technische Informationen Obwohl uns bekannt ist, dass das Problem auf eine Hardwarekomponente zurückzuführen ist, geht aus dem Fehlerbericht nicht die genaue Komponente hervor. Wahrscheinlich wird das Problem durch eine der folgenden Computerkomponenten verursacht:
* Arbeitsspeicher (RAM)
* Systemkarte
* CPU (Central Processing Unit)
* Stromversorgung[/quote]


Muss ich nun zu dem Händler gehen, von dem ich dem PC gekauft habe wie es in der Beschreibung steht oder gibt es noch andere Möglichkeiten? Ich kann mir nämlich nicht vorstellen, dass es an der Hardware liegt, da ich vorher schon für längere Zeit XP Professional drauf hatte ohne einen einzigen Bluescreen zu sehen.
Außerdem kam gestern eine Meldung (z.B. [url=http://www.winfuture.de/news,32658.html]hier[/url] zu finden), dass Intel Core 2 Duo Prozessoren "unbehebare Fehler" enthalten würden. Ich habe den Intel Core 2 Duo E6420 und da die gesamte E6000 Familie zu den betroffenen Prozessoren gehört, könnte es ja auch sein, dass daher die Bluescreens kommen. Was meint ihr?
Ach ja, alle Updates sind installiert und BIOS und Treiber sind auf dem neusten Stand, daran kann es also eigentlich auch nicht liegen...
Wäre wirklich dankbar für eine Antwort.
MfG und vielen Dank im Voraus,
osw3000