[SOLVED] BSOD

Code:
[COLOR=#ff0000]BugCheck A[/COLOR], {0, 2, 1, [COLOR=#0000cd]fffff80002c9693c[/COLOR]}

*** WARNING: Unable to verify timestamp for AVer888RC_64.sys
*** ERROR: Module load completed but symbols could not be loaded for AVer888RC_64.sys
Probably caused by : [COLOR=#ff0000]AVer888RC_64.sys[/COLOR] ( AVer888RC_64+3bc5 )

It appears that an old video capture driver may be causing problems, specifically by attempting to write to an invalid address and causing a page fault at IRQL Level 2, which is a illegal operation, thus leading to the bugcheck Stop 0xA.

Code:
1: kd> [COLOR=#008000]lmvm AVer888RC_64[/COLOR]
start             end                 module name
fffff880`050b0000 fffff880`05134b80   AVer888RC_64 T (no symbols)           
    Loaded symbol image file: AVer888RC_64.sys
    Image path: \SystemRoot\system32\drivers\AVer888RC_64.sys
    Image name: AVer888RC_64.sys
    Timestamp:        [COLOR=#ff0000]Fri Nov 13 06:21:19 2009[/COLOR] (4AFCFADF)
    CheckSum:         0008E5AD
    ImageSize:        00084B80
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

I would recommend finding a alternative, or finding a update to the driver. The support page can be found here.

Code:
1: kd> [COLOR=#008000]kNL[/COLOR]
 # Child-SP          RetAddr           Call Site
00 fffff880`035a8538 fffff800`02c8f169 nt!KeBugCheckEx
01 fffff880`035a8540 fffff800`02c8dde0 nt!KiBugCheckDispatch+0x69
02 fffff880`035a8680 fffff800`02c9693c nt!KiPageFault+0x260
03 fffff880`035a8810 fffff880`050b3bc5 [COLOR=#ff0000]nt!KeWaitForSingleObject+0x13c[/COLOR]
04 fffff880`035a88b0 fffffa80`00000001 [COLOR=#ff0000]AVer888RC_64+0x3bc5[/COLOR]
05 fffff880`035a88b8 fffffa80`00000000 0xfffffa80`00000001
06 fffff880`035a88c0 fffffa80`0bc30000 0xfffffa80`00000000
07 fffff880`035a88c8 fffffa80`000e0001 0xfffffa80`0bc30000
08 fffff880`035a88d0 00000000`00000000 0xfffffa80`000e0001

Code:
1: kd> [COLOR=#008000]ln fffff80002c9693c[/COLOR]
Browse module
Set bu breakpoint

(fffff800`02c96800)   nt!KeWaitForSingleObject+0x13c   |  (fffff800`02c96ec0)   nt!KeRemoveQueueEx
 
Code:
[COLOR=#ff0000]BugCheck A[/COLOR], {0, 2, 1, [COLOR=#0000cd]fffff80002c9693c[/COLOR]}

*** WARNING: Unable to verify timestamp for AVer888RC_64.sys
*** ERROR: Module load completed but symbols could not be loaded for AVer888RC_64.sys
Probably caused by : [COLOR=#ff0000]AVer888RC_64.sys[/COLOR] ( AVer888RC_64+3bc5 )

It appears that an old video capture driver may be causing problems, specifically by attempting to write to an invalid address and causing a page fault at IRQL Level 2, which is a illegal operation, thus leading to the bugcheck Stop 0xA.

Code:
1: kd> [COLOR=#008000]lmvm AVer888RC_64[/COLOR]
start             end                 module name
fffff880`050b0000 fffff880`05134b80   AVer888RC_64 T (no symbols)           
    Loaded symbol image file: AVer888RC_64.sys
    Image path: \SystemRoot\system32\drivers\AVer888RC_64.sys
    Image name: AVer888RC_64.sys
    Timestamp:        [COLOR=#ff0000]Fri Nov 13 06:21:19 2009[/COLOR] (4AFCFADF)
    CheckSum:         0008E5AD
    ImageSize:        00084B80
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

I would recommend finding a alternative, or finding a update to the driver. The support page can be found here.

Code:
1: kd> [COLOR=#008000]kNL[/COLOR]
 # Child-SP          RetAddr           Call Site
00 fffff880`035a8538 fffff800`02c8f169 nt!KeBugCheckEx
01 fffff880`035a8540 fffff800`02c8dde0 nt!KiBugCheckDispatch+0x69
02 fffff880`035a8680 fffff800`02c9693c nt!KiPageFault+0x260
03 fffff880`035a8810 fffff880`050b3bc5 [COLOR=#ff0000]nt!KeWaitForSingleObject+0x13c[/COLOR]
04 fffff880`035a88b0 fffffa80`00000001 [COLOR=#ff0000]AVer888RC_64+0x3bc5[/COLOR]
05 fffff880`035a88b8 fffffa80`00000000 0xfffffa80`00000001
06 fffff880`035a88c0 fffffa80`0bc30000 0xfffffa80`00000000
07 fffff880`035a88c8 fffffa80`000e0001 0xfffffa80`0bc30000
08 fffff880`035a88d0 00000000`00000000 0xfffffa80`000e0001

Code:
1: kd> [COLOR=#008000]ln fffff80002c9693c[/COLOR]
Browse module
Set bu breakpoint

(fffff800`02c96800)   nt!KeWaitForSingleObject+0x13c   |  (fffff800`02c96ec0)   nt!KeRemoveQueueEx


Thank you!!! I`m trying it...
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top