Blue death screen on Vista

Discussion in 'Win 7/Vista BSOD' started by psm, Aug 7, 2012.


Thread Status:
Not open for further replies.
  1. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    Dear all, in last time I had problem with nginx virus and in this time it starts to show me blue death screen.
    (I clean my cache according to advices form one member of this forum and virus was removed from my notebook)



    (I re-installed my windows, but problem is still on my computer. I tried also to check RAM by memtest and I check also my tempurature by speedfan and the results are on the picture below - sometimes is problem with motherboard temperature, which can achieve 55 C)

    - after this screen is showed my computer is rebooting but it can not be started again (the first screen is still showed but uploading of system is freezing)

    Coul you please advice me, what can be a problem? Could it be caused by this temperature of my motherboard? One time I tried to cool of my computer by cold air and after it could be started normally.

    Thanks

    Attached Files:

  2. madmonkey Site Manager

    Manager
    PCHF Staff
    Message Count:
    18,839
    Likes Received:
    758
    My System
    Loading...
    Hello psm,

    As your in the BSOD section, please can you confirm you are actually receiving stop errors? if so, please can you follow the posting instructions for this section (also found on the BSOD's link on my signature). If your not receiving BSOD's, then I'll relocate this one to the correct forum.
  3. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    Sorry guys, I could answer just today and this problem was not showed again. I needed to update some think and now I can try this test. I will attach it today.
  4. Google Advertisement

  5. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    Here is my log file.
    Thanks,

    Attached Files:

  6. mkey82 Je ne sais quois

    Tech Member
    Message Count:
    4,556
    Likes Received:
    351
    My System
    Loading...
    Hello.

    This crash has been caused by an Avast driver
    Code:
    Mini072912-01.log
    Debug session time: Sun Jul 29 18:15:56.954 2012 (UTC + 2:00)
    System Uptime: 0 days 0:11:42.757
    KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
    Arg1: c0000005, The exception code that was not handled
    Arg2: 820ef886, The address that the exception occurred at
    Arg3: a34eb6ec, Trap Frame
    Arg4: 00000000
    IMAGE_NAME:  aswSP.SYS
    PROCESS_NAME:  explorer.exe
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    FAILURE_BUCKET_ID:  0x8E_aswSP+13ef0
    a34eb7ac 90fbbef0 00000001 00000200 72447341 nt!ExAllocatePoolWithTag+0x4ca
    a34eb7d8 90fb5994 a34eb7f8 00000000 00000000 aswSP+0x13ef0
    a34ebab4 90fb68ef 88cacac4 90ff3154 87ac6898 aswSP+0xd994
    a34ebb08 90fd3df2 92ff3e48 00000c48 a34ebb7c aswSP+0xe8ef
    a34ebb2c 82234cae 92ff3e48 00000c48 a34ebb7c aswSP+0x2bdf2
    a34ebb54 82234a72 92ff3e48 00000c48 8210f488 nt!PsCallImageNotifyRoutines+0x5e
    a34ebbf8 82226a05 896dcf18 88f50d90 a34ebcf4 nt!MiMapViewOfImageSection+0x812
    a34ebc68 82226af5 88f50d90 a34ebcf4 00000000 nt!MiMapViewOfSection+0x22a
    a34ebc98 82226d02 9e4a6b98 88f50d90 a34ebcf4 nt!MmMapViewOfSection+0x2a
    a34ebd14 82059a2a 000005ec ffffffff 030eeb10 nt!NtMapViewOfSection+0x203
    a34ebd14 76fd96f4 000005ec ffffffff 030eeb10 nt!KiFastCallEntry+0x12a
    030eeb88 00000000 00000000 00000000 00000000 0x76fd96f4
    However, I'm not sure I understand what the problem is exactly from your initial post.
  7. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    Problem was, that I had BSOD on my screen and after it my windows did not want to start again. I could start it maybe after one hour. Can it be caused by antivirus?
  8. mkey82 Je ne sais quois

    Tech Member
    Message Count:
    4,556
    Likes Received:
    351
    My System
    Loading...
    At which point did the startup process get stuck when you tried to turn on the machine?
  9. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    In the process, when windows OS is starting, see picture below. Sometimes it achieved the screen with text "Welcome" and could not go to the next operation.

    Attached Files:

  10. mkey82 Je ne sais quois

    Tech Member
    Message Count:
    4,556
    Likes Received:
    351
    My System
    Loading...
  11. psm Silver Member

    Silver
    Message Count:
    120
    Likes Received:
    1
    My System
    Loading...
    Here is the archive.

    Attached Files:

  12. mkey82 Je ne sais quois

    Tech Member
    Message Count:
    4,556
    Likes Received:
    351
    My System
    Loading...
    I still need your exact laptop model, as written on the sticker on the bottom.

    Insert the windows installation DVD and reboot the PC. Right after the PC restarts tap the F12 key several times to toggle the boot menu. Once it appears, select your DVD drive from the list and boot from the windows DVD. On the first menu choose the language and keyboard layout, press next. On the second screen click "Repair your computer". On the third screen choose your windows installation, probably only one on the list, and click next.

    On the following screen choose the "command prompt." Once you have input, enter "diskpart" and follow it by "list volume". You should see at least two ntfs partitions. The small partition is the boot partition, note the drive letter. Based on its size, you should be able to determine the windows installation partition, note that as well. Type "exit" and press enter to exit the diskpart console.

    Finally input this
    Code:
    sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=d:\Windows
    here we assume that c: is the boot partition, d: is the windows installation partition, you may need to change the drive letters accordingly.

    When that completes, input this
    Code:
    chkdsk d: /r /f /x
    where we assume d: is the system partition as it has been established above.

    Finally, reboot into windows and go to this directory
    Code:
    c:\windows\logs\cbs\
    Archive the cbs.log file and attach it in your next response.
  13. mkey82 Je ne sais quois

    Tech Member
    Message Count:
    4,556
    Likes Received:
    351
    My System
    Loading...
    Hey psm, any updates?

Blue death screen on Vista

Thread Status:
Not open for further replies.