Ecran bleu systématique au démarrage

Ecran bleu systématique au démarrage - Win Vista - Windows & Software

Marsh Posté le 19-01-2009 à 15:50:37    

Bonjour à tous,
 
J'ai un pb avec un portable (ACER TravelMate 6292) sous Vista.
 
Au démarrage j'ai systématiquement un écran bleu et n'est donc le temps de rien faire.
 
En mode sans échec j'ai une fenêtre me disant que Windows à récupérer d'un arrêt non planifié, dans les détails du problème j'ai ces infos :
 
Nom d'événement de problème : BlueScreen
Version du système : 6.0.6001.2.1.0.256.6
Id de paramètres régionaux : 1036.
 
BCCode : 1000008e
BCP1 : C0000005
BCP2 : 00000000
BCP3 : B1473A48
BCP4 : 00000000
OS Version : 6_0_6001
Service Pack : 1_0
Product : 256_1
 
Il me donne également 3 fichiers aidant à décrire le pb :
C:\Windows\Minidump\Mini011909-38.dmp
....\Temp\WER-47595-0.sysdata.xml
....\Temp\WER20F7.tmp.version.txt
 
Voila si ca parle à quelqun
 

Reply

Marsh Posté le 19-01-2009 à 15:50:37   

Reply

Marsh Posté le 19-01-2009 à 16:12:10    

Tu peux nous filer le fichier .dmp à tous hasard :)

Reply

Marsh Posté le 19-01-2009 à 16:27:51    

je poste d'un autre pc donc non je ne peux pas, je n'ai pas d'accès réseau en mode sans échec.
 
Que dois-je rechercher dans ce fichier ?

Reply

Marsh Posté le 19-01-2009 à 16:29:04    

Faut l'ouvrir avec WinDbg, il contient la stacktrace et le module où s'est produit l'exception

Reply

Marsh Posté le 19-01-2009 à 17:04:01    

En fait j'ai pu récupérer le fichier via une clé usb, mais même avec WinDbg je n'arrive pas à le lire.
 
peut etre du fait que sous xp, car même avec le bloc note il est moins lisible que sous le poste d'origine

Reply

Marsh Posté le 19-01-2009 à 17:07:45    

Attention avec WinDbg, il faut configurer les symboles

Reply

Marsh Posté le 19-01-2009 à 17:14:36    

en fait si je ne l'ouvrait pas correctement  
 

Code :
  1. Microsoft (R) Windows Debugger  Version 6.4.0007.2
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Loading Dump File [F:\Mini011909-40.dmp]
  4. Mini Kernel Dump File: Only registers and stack trace are available
  5. Symbol search path is: *** Invalid ***
  6. ****************************************************************************
  7. * Symbol loading may be unreliable without a symbol search path.           *
  8. * Use .symfix to have the debugger choose a symbol path.                   *
  9. * After setting your symbol path, use .reload to refresh symbol locations. *
  10. ****************************************************************************
  11. Executable search path is:
  12. *********************************************************************
  13. * Symbols can not be loaded because symbol path is not initialized. *
  14. *                                                                   *
  15. * The Symbol Path can be set by:                                    *
  16. *   using the _NT_SYMBOL_PATH environment variable.                 *
  17. *   using the -y <symbol_path> argument when starting the debugger. *
  18. *   using .sympath and .sympath+                                    *
  19. *********************************************************************
  20. Unable to load image \SystemRoot\system32\ntkrnlpa.exe, Win32 error 2
  21. *** WARNING: Unable to verify timestamp for ntkrnlpa.exe
  22. *** ERROR: Module load completed but symbols could not be loaded for ntkrnlpa.exe
  23. Windows Longhorn Kernel Version 6001 (Service Pack 1) MP (2 procs) Free x86 compatible
  24. Product: WinNt, suite: TerminalServer SingleUserTS
  25. Kernel base = 0x81e50000 PsLoadedModuleList = 0x81f67c70
  26. Debug session time: Mon Jan 19 16:40:58.262 2009 (GMT+1)
  27. System Uptime: 0 days 0:01:21.980
  28. *********************************************************************
  29. * Symbols can not be loaded because symbol path is not initialized. *
  30. *                                                                   *
  31. * The Symbol Path can be set by:                                    *
  32. *   using the _NT_SYMBOL_PATH environment variable.                 *
  33. *   using the -y <symbol_path> argument when starting the debugger. *
  34. *   using .sympath and .sympath+                                    *
  35. *********************************************************************
  36. Unable to load image \SystemRoot\system32\ntkrnlpa.exe, Win32 error 2
  37. *** WARNING: Unable to verify timestamp for ntkrnlpa.exe
  38. *** ERROR: Module load completed but symbols could not be loaded for ntkrnlpa.exe
  39. Loading Kernel Symbols
  40. ..........................................................................................................................................................
  41. Loading unloaded module list
  42. ..............
  43. Loading User Symbols
  44. *******************************************************************************
  45. *                                                                             *
  46. *                        Bugcheck Analysis                                    *
  47. *                                                                             *
  48. *******************************************************************************
  49. Use !analyze -v to get detailed debugging information.
  50. BugCheck 1000008E, {c0000005, 0, 8bd71a48, 0}
  51. ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
  52. *************************************************************************
  53. ***                                                                   ***
  54. ***                                                                   ***
  55. ***    Your debugger is not using the correct symbols                 ***
  56. ***                                                                   ***
  57. ***    In order for this command to work properly, your symbol path   ***
  58. ***    must point to .pdb files that have full type information.      ***
  59. ***                                                                   ***
  60. ***    Certain .pdb files (such as the public OS symbols) do not      ***
  61. ***    contain the required information.  Contact the group that      ***
  62. ***    provided you with these symbols if you need this command to    ***
  63. ***    work.                                                          ***
  64. ***                                                                   ***
  65. ***    Type referenced: nt!_KPRCB                                     ***
  66. ***                                                                   ***
  67. *************************************************************************
  68. *************************************************************************
  69. ***                                                                   ***
  70. ***                                                                   ***
  71. ***    Your debugger is not using the correct symbols                 ***
  72. ***                                                                   ***
  73. ***    In order for this command to work properly, your symbol path   ***
  74. ***    must point to .pdb files that have full type information.      ***
  75. ***                                                                   ***
  76. ***    Certain .pdb files (such as the public OS symbols) do not      ***
  77. ***    contain the required information.  Contact the group that      ***
  78. ***    provided you with these symbols if you need this command to    ***
  79. ***    work.                                                          ***
  80. ***                                                                   ***
  81. ***    Type referenced: nt!_KPRCB                                     ***
  82. ***                                                                   ***
  83. *************************************************************************
  84. Unable to load image \SystemRoot\system32\DRIVERS\rassstp.sys, Win32 error 2
  85. *** WARNING: Unable to verify timestamp for rassstp.sys
  86. *** ERROR: Module load completed but symbols could not be loaded for rassstp.sys
  87. Unable to load image \SystemRoot\system32\drivers\ndis.sys, Win32 error 2
  88. *** WARNING: Unable to verify timestamp for ndis.sys
  89. *** ERROR: Module load completed but symbols could not be loaded for ndis.sys
  90. Probably caused by : rassstp.sys ( rassstp+26dd )
  91. Followup: MachineOwner
  92. ---------


 
 
 
ne connaissant pas ce log je ne vois pas ou et comment configurer les symboles


Message édité par DamienCYS le 19-01-2009 à 17:16:35
Reply

Marsh Posté le 20-01-2009 à 08:32:11    

Bon c'est pas trop grave, apparemment l'erreur est causée par rassstp.sys. Ce qui provient de la carte réseau. Essaye de mettre ses drivers à jour, et si ça ne fonctionne pas ça peut être un problème matériel [:sadnoir]

Reply

Marsh Posté le 20-01-2009 à 09:41:24    

j'ai bien ce fichier, je l'ai supprimer et redémarrer, il l'a bien recréer mais je n'ai plus aucun périphérique réseau de fonctionnel, je suis donc en train de réinstaller les drivers.
 
Merci de ton aide

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed