BSOD 1 min after being in Desktop


  1. Posts : 10
    Windows 7 Home Premium 64bit.
       #1

    BSOD 1 min after being in Desktop


    Hello once again guys, I have another computer with similar BSOD as the 2nd one I posted, the Windows loads, I can do some stuff and after like 1 min of being in the desktop it crashes, horizontal lines all over the place and then BSOD.

    It also does that when I open internet explorer or Google chrome, last time it BSOD I was going to open the diagnostic tool on my USB Stick.

    As allways attachment is posted bellow, thanks for the help in advance.
      My Computer

  2.    #2

    Do not double post like you have here.

    BSOD when opening Skype ks.sys

    It doesn't help us or you.

    I will offer to help you though.

    I advise creating a restore point first, use these instructions if you are unsure how.

    Let's begin.

    Code:
    BugCheck 3B, {c0000005, fffff8800436515a, fffff8800cbf7e30, 0}
    
    Probably caused by : ks.sys ( ks!KspPropertyHandler+2ea )
    Not too much to show apart from an access violation linked with the Kernel Streaming service.

    We can prove this by looking at this.

    Code:
    1: kd> ln fffff8800436515a
    (fffff880`04364e70)   ks!KspPropertyHandler+0x2ea   |  (fffff880`0437d4f8)   ks!KsFastPropertyHandler
    Code:
    1: kd> .cxr 0xfffff8800cbf7e30
    rax=0000000000000000 rbx=fffffa80057abb80 rcx=00000000ffffffff
    rdx=fffffa80090bd220 rsi=0000000000000000 rdi=0000000000000048
    rip=fffff8800436515a rsp=fffff8800cbf8810 rbp=fffffa8005606908
     r8=0000000000000001  r9=0000000000000000 r10=0000000000000048
    r11=0000000000000001 r12=0000000000000000 r13=0000000000000100
    r14=fffffa8007127a60 r15=0000000000000028
    iopl=0         nv up ei pl nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010202
    ks!KspPropertyHandler+0x2ea:
    fffff880`0436515a 4c3b08          cmp     r9,qword ptr [rax] ds:002b:00000000`00000000=????????????????
    Rax is has been zeroed for what ever reason which isn't good.

    Code:
    1: kd> u ks!KspPropertyHandler+0x2ea
    ks!KspPropertyHandler+0x2ea:
    fffff880`0436515a 4c3b08          cmp     r9,qword ptr [rax] , <-- rax is zero so it has not jumped.
    fffff880`0436515d 750a            jne     ks!KspPropertyHandler+0x2f9 (fffff880`04365169) <-- jump if not zero
    fffff880`0436515f 488b4008        mov     rax,qword ptr [rax+8]
    fffff880`04365163 48394208        cmp     qword ptr [rdx+8],rax
    fffff880`04365167 740e            je      ks!KspPropertyHandler+0x307 (fffff880`04365177)
    fffff880`04365169 4d03f7          add     r14,r15
    fffff880`0436516c 4403d9          add     r11d,ecx
    fffff880`0436516f 0f843f040000    je      ks!KspPropertyHandler+0x744 (fffff880`043655b4)
    Let's dump the raw stack.

    Your AMD SATA controller is causing issues.

    Code:
    Unable to load image \SystemRoot\system32\DRIVERS\amd_sata.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for amd_sata.sys
    *** ERROR: Module load completed but symbols could not be loaded for amd_sata.sys
     amd_sata+0x400e
    It's out of date as well.

    Code:
    1: kd> lmvm amd_sata
    start             end                 module name
    fffff880`00c5c000 fffff880`00c73000   amd_sata T (no symbols)           
        Loaded symbol image file: amd_sata.sys
        Image path: \SystemRoot\system32\DRIVERS\amd_sata.sys
        Image name: amd_sata.sys
        Timestamp:        Thu Jun 16 20:07:44 2011 (4DFA5480)
        CheckSum:         0001BC1D
        ImageSize:        00017000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Update it here.

    Your Atheros network adapter is causing issues.

    Code:
    Unable to load image \SystemRoot\system32\DRIVERS\athrx.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for athrx.sys
    *** ERROR: Module load completed but symbols could not be loaded for athrx.sys
     athrx+0x267f53
    It too is out of date.

    Code:
    1: kd> lmvm athrx
    start             end                 module name
    fffff880`03e24000 fffff880`041cf000   athrx    T (no symbols)           
        Loaded symbol image file: athrx.sys
        Image path: \SystemRoot\system32\DRIVERS\athrx.sys
        Image name: athrx.sys
        Timestamp:        Thu Jun 14 09:23:09 2012 (4FD99F6D)
        CheckSum:         0039179C
        ImageSize:        003AB000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Update it here.
      My Computer


  3. Posts : 10
    Windows 7 Home Premium 64bit.
    Thread Starter
       #3

    Thedoctor44 said:
    Do not double post like you have here.

    BSOD when opening Skype ks.sys

    It doesn't help us or you.

    I will offer to help you though.

    I advise creating a restore point first, use these instructions if you are unsure how.

    Let's begin.

    Code:
    BugCheck 3B, {c0000005, fffff8800436515a, fffff8800cbf7e30, 0}
     
    Probably caused by : ks.sys ( ks!KspPropertyHandler+2ea )
    Not too much to show apart from an access violation linked with the Kernel Streaming service.

    We can prove this by looking at this.

    Code:
    1: kd> ln fffff8800436515a
    (fffff880`04364e70)   ks!KspPropertyHandler+0x2ea   |  (fffff880`0437d4f8)   ks!KsFastPropertyHandler
    Code:
    1: kd> .cxr 0xfffff8800cbf7e30
    rax=0000000000000000 rbx=fffffa80057abb80 rcx=00000000ffffffff
    rdx=fffffa80090bd220 rsi=0000000000000000 rdi=0000000000000048
    rip=fffff8800436515a rsp=fffff8800cbf8810 rbp=fffffa8005606908
     r8=0000000000000001  r9=0000000000000000 r10=0000000000000048
    r11=0000000000000001 r12=0000000000000000 r13=0000000000000100
    r14=fffffa8007127a60 r15=0000000000000028
    iopl=0         nv up ei pl nz na pe nc
    cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00010202
    ks!KspPropertyHandler+0x2ea:
    fffff880`0436515a 4c3b08          cmp     r9,qword ptr [rax] ds:002b:00000000`00000000=????????????????
    Rax is has been zeroed for what ever reason which isn't good.

    Code:
    1: kd> u ks!KspPropertyHandler+0x2ea
    ks!KspPropertyHandler+0x2ea:
    fffff880`0436515a 4c3b08          cmp     r9,qword ptr [rax] , <-- rax is zero so it has not jumped.
    fffff880`0436515d 750a            jne     ks!KspPropertyHandler+0x2f9 (fffff880`04365169) <-- jump if not zero
    fffff880`0436515f 488b4008        mov     rax,qword ptr [rax+8]
    fffff880`04365163 48394208        cmp     qword ptr [rdx+8],rax
    fffff880`04365167 740e            je      ks!KspPropertyHandler+0x307 (fffff880`04365177)
    fffff880`04365169 4d03f7          add     r14,r15
    fffff880`0436516c 4403d9          add     r11d,ecx
    fffff880`0436516f 0f843f040000    je      ks!KspPropertyHandler+0x744 (fffff880`043655b4)
    Let's dump the raw stack.

    Your AMD SATA controller is causing issues.

    Code:
    Unable to load image \SystemRoot\system32\DRIVERS\amd_sata.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for amd_sata.sys
    *** ERROR: Module load completed but symbols could not be loaded for amd_sata.sys
     amd_sata+0x400e
    It's out of date as well.

    Code:
    1: kd> lmvm amd_sata
    start             end                 module name
    fffff880`00c5c000 fffff880`00c73000   amd_sata T (no symbols)           
        Loaded symbol image file: amd_sata.sys
        Image path: \SystemRoot\system32\DRIVERS\amd_sata.sys
        Image name: amd_sata.sys
        Timestamp:        Thu Jun 16 20:07:44 2011 (4DFA5480)
        CheckSum:         0001BC1D
        ImageSize:        00017000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Update it here.

    Your Atheros network adapter is causing issues.

    Code:
    Unable to load image \SystemRoot\system32\DRIVERS\athrx.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for athrx.sys
    *** ERROR: Module load completed but symbols could not be loaded for athrx.sys
     athrx+0x267f53
    It too is out of date.

    Code:
    1: kd> lmvm athrx
    start             end                 module name
    fffff880`03e24000 fffff880`041cf000   athrx    T (no symbols)           
        Loaded symbol image file: athrx.sys
        Image path: \SystemRoot\system32\DRIVERS\athrx.sys
        Image name: athrx.sys
        Timestamp:        Thu Jun 14 09:23:09 2012 (4FD99F6D)
        CheckSum:         0039179C
        ImageSize:        003AB000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Update it here.
    Ok, thanks will install them both and reply again soon, but remember each post is diferent.

    But I still need help with the skype post :/

    Anyways, the help u've given to me in this post is to this 050745.zip right?
      My Computer

  4.    #4

    It was in the original .zip file.
    I didn't open the sub folder.
      My Computer


  5. Posts : 10
    Windows 7 Home Premium 64bit.
    Thread Starter
       #5

    Thedoctor44 said:
    It was in the original .zip file.
    I didn't open the sub folder.
    Ok so what file did u open, 050742, 050745 or 050747?
      My Computer

  6.    #6

    The second to latest one...
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:46.
Find Us