It's happening nonstop

austinsmurfy

New member
Joined
Sep 14, 2015
Posts
3
· OS - Windows 10
· x86 (64-bit)
· What was original installed OS on system? Windows 8
· OEM version
· Age of system (hardware) 2014/15
· Age of OS installation - have you re-installed the OS. Reformatted my computer several times to get rid of the BOSD

· CPU INtel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz
· Video Card GTX 970m and Intel(r) HD Graphics 4600
· MotherBoard - Laptop
· Power Supply - Laptop

· System Manufacturer Alienware
· Exact model number (if laptop, check label on bottom) Alienware 15 12651040190

· Laptop

I saw i needed two files but wasn't sure which i was missing. Please help me, this is so annoying going through this like 3 times and hour.

 

Attachments

Last edited:
Code:
[COLOR=#ff0000]BugCheck 139[/COLOR], {[COLOR=#0000cd]21[/COLOR], fffff80138c94320, [COLOR=#008000]fffff80138c94278[/COLOR], 0}

Probably caused by : [COLOR=#ff0000]Qcamain10x64.sys[/COLOR] ( Qcamain10x64+1daf1 )

It appears that an invalid SEH chain was detected, thus leading to the bugcheck. This could be due to poor coding or a attempt at exploiting the SEH. We aren't going to get much information from a Minidump, so let's examine the offending driver:

Code:
0: kd> [COLOR=#006400]lmvm Qcamain10x64[/COLOR]

start             end                 module name
fffff800`86bf0000 fffff800`86e37000   Qcamain10x64 T (no symbols)           
    Loaded symbol image file: Qcamain10x64.sys
    Image path: \SystemRoot\System32\drivers\Qcamain10x64.sys
    Image name: Qcamain10x64.sys
    Timestamp:        [COLOR=#ff0000]Mon May 18 21:18:19 2015[/COLOR] (555A490B)
    CheckSum:         0022A3A8
    ImageSize:        00247000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

The driver appears to belong to your network adapter (Killer Wireless-n/a/ac 1525 Wireless Network Adapter), therefore I would suggest looking for any updates for the driver from the manufacturer website.

Code:
0: kd> [COLOR=#006400].exr 0xfffff80138c94278[/COLOR]
ExceptionAddress: fffff80137007ca6 (nt! ?? ::FNODOBFM::`string'+0x000000000001bea6)
   ExceptionCode: [COLOR=#ff0000]c0000409[/COLOR] (Security check failure or stack buffer overrun)
  ExceptionFlags: 00000001
NumberParameters: 1
   Parameter[0]: 0000000000000021
Subcode: 0x21 (unknown subcode)

Code:
0: kd> [COLOR=#008000].trap 0xfffff80138c94320[/COLOR]
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=0000000000000021
rdx=fffff80137268200 rsi=0000000000000000 rdi=0000000000000000
rip=fffff80137007ca6 rsp=fffff80138c944b0 rbp=0000000000000000
 r8=000000000000003f  r9=000000000005fdbd r10=0000000000000000
r11=0000000000000001 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl zr na po nc
nt! ?? ::FNODOBFM::`string'+0x1bea6:
[COLOR=#0000cd]fffff801`37007ca6[/COLOR] cd29            [COLOR=#ff0000]int     29h[/COLOR]
 

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

Back
Top