DCP_watchdog_violation, win8

i do, but only got it today when you ask me to uptodate the steel series driver,

am now out of my home for a couple of days, so i will not be able to see if the problem is fix but will notify you when i will be back at home,

thanks again for you helps and support.
 
about your running tasks:

Steam.exe , jucheck.exe , where.exe , conhost.exe

these are not normal (in win7)

where.exe is used by the collection app and is normal.

conhost.exe is often run by various applications, and probably was being used by the collection app for the scripts.

jucheck.exe is the Java update utility. It is normal on many systems, but Java should be removed and then installed again manually to update. The Java software is known for security leaks, so I would strongly recommending removing it and re-installing it.


Steam.exe is a gaming platform and is normal on many systems.

I agree with writhziden on all 4 executables.

Nothing strange about them at all.
 
I agree with writhziden on all 4 executables.

Nothing strange about them at all.

Hello , jcgriff2 , writhziden

thank you, as this log has made while another program is running, and I'm not still much familiar with the apps used here, i asked him to see if they are still existing in his normal state of computer. i think he can do some system optimization with reducing his start up programs.

i personally disabled all automatic app updates, as java (jucheck), adobe(AAM,..), office (groove,..),... except antivirus and defending applications. and the idea was , i dont really need them to operate every time i turn my computer on. and i would update them manually every time the new version released.

updating his drivers is very important, but what about other games he play and there is no crash or something, that's why i thought it would be the about game that crash.

Thanks.
MMKARIMI

 
ok am back at home,

so what i do,

i unistal avast,
i insstall the last version of Zengine

will try to see if apb make my computer,

do you want any scan to see if something change?
 
No need for scans. Do your normal routine for a few days and report back after a few days whether the system is stable.
 
ok so now, after 1 or 2 hours of gaming (at APB) my pc crash,

will try to play again to see if the frecuency of the crash become sorter

will edit this post to put the last update





EDIT 2013/01/28: after a nice night with only one crash, my pc need an hard reboot to put it out of sleep mode (i press the space bar all the pc woke up but never get the screen), and when i try to reboot i got a windows blue screen, i did not see the name of the error but i got the dump,

will attach the 2 on 3 dump file at this post (when they ask me to send data they show me 3 data, one in windows folder, another in MINIDUMP, and another lost in temp file i never find, so will give you the 2 first)


Edit 2, i try to upload my dumb on the forum but i was not able (upload crash)
so upload it on my server

http://gpcv.comxa.com/Download/crash.rar
 
128Mb File is uploaded!!
check your Disks:
2-1-2013 10-43-45 AM.jpg
Check Disk will take a long time to do a complete check, please be patient.
you must restart your computer and it will check your HDD in the next restart.

recommend you to run this at night:sleep2:
 
Edit 2, i try to upload my dumb on the forum but i was not able (upload crash)
so upload it on my server

http://gpcv.comxa.com/Download/crash.rar

That is a ~900 MB full kernel dump, compressed to ~128 MB.

I have tried 5x now to download it using 2 different networks and am getting CRC errors.

Please try to zip the dump & upload it to your server.

Regards. . .

jcgriff2
 
its wird, i reupload it , in file zila the transfer complet with 128.975 mo send but when i download it its only 123 Mo and one of the 2 file arent in the rar

normaly there is a 012813-47502-01.dmp and memory.dmp but when i download only the memory(corput) is in the rar, maybe you can tell me how open a .dmp and i can copie past the content on pastbin?
 
Hi -

Please ZIP the 900 MB kernel dump. Copy it out to Documents or another folder, then RIGHT-CLICK on it, select "Send To", "Compressed (zipped) Folder"

A zip file named memory.zip or similar will be created. Upload that via F/Z FTP to your site & provide link.

As for the minidump, zip it up & attach to your next post here.

Pastebin is not a viable option here.

Regards. . .

jcgriff2
 
i already try to re-upload the 900mb kernel dump ,when the upload is done, i see in file zila 128 mb complet, but when i download it only 126 mb is downloaded, will retry but if that fail again idk what i would be able to do



gpcv.comxa.com/Download/MEMORY.rar
 

Attachments

The server you are using to upload the file may not be liking the size of it, so you may need to turn to another file-sharing site. Have you put the 900MB dump file into an archive file (.zip, .rar., etc.) and then actually tried to open and extract it from that archive before uploading the archive file to a site, to see if the archive itself is valid?
 
I agree that if the initial problems showed up the Steel Series keyboard driver that is woefully outdated, it's a good solid culprit of this. You should be able to uninstall your drivers for it and Windows will default it to the regular keyboard drivers. Try seeing if the system stabilizes with the regular MS drivers instead of the Steel Series ones. You may need to uninstall any Steel Series software to make sure the drivers are gone, and you may even need to go as far as to use Driver Fusion (free program) to get rid of em entirely.

This kernel dump you sent was actually a 0x116 bugcheck, which means a video card driver failure. The version of the drivers you use for your video card have been known to have bugs, so try updating to a latest version or downgrading to one prior to the 310.x series. As far as deep-diving into this crashdump, I cannot find anything solid to work with. I have some suspicious items, but nothing I can honestly confirm as I don't think I can skillfully traverse it well enough to verify.

Oh, and turn on Driver Verifier and send us any new crashdumps caused by it. Please follow instructions carefully and entirely, otherwise it won't work or we'll get false positives. Send us the minidumps for now, no need for kernel dumps at this time.

Analysts:

Subcode for 0x116 crash shows a STATUS_INSUFFICIENT_RESOURCES error. I'm starting to learn that this is a very generic error and is not so affiliated with lack of memory as originally suspected. I also saw in the raw stack that there was a c0000022, or Access Denied, in that the process tried to access an object but not been given rights to do so. I'm not sure if this is triggering the other error or not, and I'm not sure what object it's referring too. However I can venture to guess it's a registry key at the very least. That's all I can seem to glean from this so far. Perhaps have the guy do a CHKDSK if he hasn't already?
 
a 0x116 is actually an issue with a video driver TDR timeout - interesting your 116 shows that as a subcode. It's probably referring to nonpaged pool as the resource if so, which would indicate either a page fault or access denied to a resource it doesn't own, aka shoddy driver code.
 
Hi Carl,

Thanks for helping out. I've been leaning in that direction with what I've been looking at. While the current stack text doesn't show anything particularly interesting besides the c000002a error, I've been trying to scrutinize over the raw thread stack and try to reconstruct a previous stack trace. Here's an item of interest:

Code:
7: kd>[COLOR=#0000cd] kv=fffff880`0a104330 fffff801`3e2ba17e 20[/COLOR]
Child-SP          RetAddr           : Args to Child                                                           : Call Site
fffff880`0a104330 fffff801`3e2b6b24 : 00000000`00000000 ffffffff`ffffffff fffff880`0a104c02 fffffa80`1968fb10 : nt!CmpBuildHashStackAndLookupCache+0x474
fffff880`0a104790 fffff801`3e0f223a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!CmpParseKey+0x865
fffff880`0a104b20 fffff801`3e2c6a49 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExAllocatePoolWithTag+0x1fa
fffff880`0a104bf0 fffff801`3e2c76bd : 00000000`00020019 fffffa80`00000000 00000000`00000000 00000000`00000000 : nt!ObpAllocateObject+0x129
fffff880`0a104c70 fffff801`3e2b97a8 : 00000000`00020019 fffff8a0`023404a8 fffff880`0a104dd1 fffffa80`1968fb10 : nt!ObCreateObject+0x11d
fffff880`0a104d50 fffff801`3e2b6b24 : 00000000`00000000 ffffffff`ffffffff fffff880`0a105302 fffffa80`1968fb10 : nt!CmpDoOpen+0x328
fffff880`0a104e10 fffff801`3e2c5fab : 00020019`00000001 fffff8a0`10390000 fffff8a0`1039f5b0 fffff801`00000000 : nt!CmpParseKey+0x865
fffff880`0a1051a0 fffff801`3e2cb482 : ffffffff`80000080 fffff880`0a105348 fffff880`00000240 fffffa80`12b36320 : nt!ObpLookupObjectName+0xb5f
fffff880`0a1052d0 fffff801`3e2bbf4d : fffff8a0`1039f5b0 fffff880`0a105768 fffff880`0a105700 fffff880`00000058 : nt!ObOpenObjectByName+0x492
fffff880`0a1053a0 fffff880`0a105598 : fffff880`0a105600 fffff880`0a105584 00000000`00000000 00000000`00000000 : nt!CmOpenKey+0x31c
fffff880`0a105550 fffff880`0a105600 : fffff880`0a105584 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`0a105598
fffff880`0a105558 fffff880`0a105584 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`0a105600
fffff880`0a105560 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0xfffff880`0a105584
7: kd> [COLOR=#0000cd]dps fffff880`0a104330 fffff880`0a1053a0[/COLOR]
fffff880`0a104330  fffff880`0a104430
fffff880`0a104338  fffff8a0`00000004
fffff880`0a104340  fffff880`0a104850
fffff880`0a104348  fffff880`0a104858
fffff880`0a104350  fffff880`0a104890
fffff880`0a104358  fffff880`0a104830
fffff880`0a104360  fffff880`0a104838
fffff880`0a104368  fffff880`0a104880
fffff880`0a104370  00000000`00000000
fffff880`0a104378  fffff880`0a104800
fffff880`0a104380  00000003`0a104901
fffff880`0a104388  fffff880`00000000
fffff880`0a104390  fffff880`0a104858
fffff880`0a104398  00000000`00000000
fffff880`0a1043a0  fffff980`00020654
fffff880`0a1043a8  fffff880`0a104de0
fffff880`0a1043b0  00000000`00000000
fffff880`0a1043b8  fffff880`0a1048f0
fffff880`0a1043c0  fffff880`80f50565
fffff880`0a1043c8  fffff880`0a104838
fffff880`0a1043d0  fffff880`0a1048e0
fffff880`0a1043d8  fffff880`0a104a40
fffff880`0a1043e0  fffff880`0a104880
fffff880`0a1043e8  fffff880`0a104830
fffff880`0a1043f0  00000000`00f80084
fffff880`0a1043f8  fffff8a0`10d706b0
fffff880`0a104400  fffff8a0`0097f5e0
fffff880`0a104408  fffff880`0a104850
fffff880`0a104410  fffff880`0a1048a8
fffff880`0a104418  fffff880`0a104890
fffff880`0a104420  fffff880`0a1048e8
fffff880`0a104428  00000000`00000000
fffff880`0a104430  fffff980`79210e5a
fffff880`0a104438  00000000`00000008
fffff880`0a104440  fffff8a0`10d706b0
fffff880`0a104448  00000000`01965b7a
fffff880`0a104450  00000000`00000006
fffff880`0a104458  fffff8a0`10d706ba
fffff880`0a104460  00000000`c71d2e0c
fffff880`0a104468  00000000`00000050
fffff880`0a104470  fffff8a0`10d706c2
fffff880`0a104478  00000000`47bdc456
fffff880`0a104480  00000000`00000020
fffff880`0a104488  fffff8a0`10d70714
fffff880`0a104490  00000000`00000001
fffff880`0a104498  fffff801`3e0f223a nt!ExAllocatePoolWithTag+0x1fa
fffff880`0a1044a0  00000000`00000000
fffff880`0a1044a8  00000000`00000000
fffff880`0a1044b0  00000000`00000000
fffff880`0a1044b8  00000000`00000000
fffff880`0a1044c0  00000000`00000000
fffff880`0a1044c8  00000000`00000000
fffff880`0a1044d0  fffff880`02cc3000
fffff880`0a1044d8  00000000`00000801
fffff880`0a1044e0  00000000`00000000
fffff880`0a1044e8  00000000`00000000
fffff880`0a1044f0  00000000`00000000
fffff880`0a1044f8  00000000`00000000
fffff880`0a104500  00000000`00000000
fffff880`0a104508  00000000`00000000
fffff880`0a104510  00000000`00000000
fffff880`0a104518  00000000`00000000
fffff880`0a104520  00000000`00000000
fffff880`0a104528  00000000`00000000
fffff880`0a104530  00000000`00000000
[COLOR=#ff0000]fffff880`0a104538  00000000`c0000022[/COLOR]
fffff880`0a104540  00000000`00000000
fffff880`0a104548  00000000`00000000
fffff880`0a104550  fffffa80`176424e0
fffff880`0a104558  00000000`00000000
fffff880`0a104560  fffffa80`12b36320
fffff880`0a104568  fffff801`3e2c6a49 nt!ObpAllocateObject+0x129
fffff880`0a104570  00000000`00000000
fffff880`0a104578  00000000`00000000
fffff880`0a104580  00000000`00000000
fffff880`0a104588  00000000`00000000
fffff880`0a104590  00000000`00000000
fffff880`0a104598  00000000`00000000
fffff880`0a1045a0  00000000`00000000
fffff880`0a1045a8  fffffa80`12af8700
fffff880`0a1045b0  00000000`00000000
fffff880`0a1045b8  fffff8a0`00188038
fffff880`0a1045c0  fffff880`0a104751
fffff880`0a1045c8  fffff801`3df5f762 nt!SeAccessCheck+0x62
fffff880`0a1045d0  00000000`00000000
fffff880`0a1045d8  fffff880`0a104689
fffff880`0a1045e0  fffff8a0`1039f5b0
fffff880`0a1045e8  fffff801`3e2c76bd nt!ObCreateObject+0x11d
fffff880`0a1045f0  00000000`02000001
fffff880`0a1045f8  fffffa80`00000000
fffff880`0a104600  00000000`00000000
fffff880`0a104608  00000000`00000000
fffff880`0a104610  00000000`00000000
fffff880`0a104618  fffff8a0`1039f5b0
fffff880`0a104620  fffffa80`1968fb10
fffff880`0a104628  00000000`00000000
fffff880`0a104630  00000000`00000001
fffff880`0a104638  fffff801`3e2ba906 nt!CmpCheckKeyBodyAccess+0x1b6
fffff880`0a104640  00000000`00000002
fffff880`0a104648  fffff8a0`00188038
fffff880`0a104650  fffffa80`1968fb02
fffff880`0a104658  00000000`00000000
fffff880`0a104660  00000000`00000000
fffff880`0a104668  fffff880`0a104690
fffff880`0a104670  fffffa80`12b3636c
fffff880`0a104678  00000000`00000000
fffff880`0a104680  fffff880`0a1046d0
fffff880`0a104688  fffff880`0a104790
fffff880`0a104690  00000000`00000000
fffff880`0a104698  00000000`00000000
fffff880`0a1046a0  00000000`00000000
fffff880`0a1046a8  fffff880`0a104b78
fffff880`0a1046b0  fffff880`0a104de0
fffff880`0a1046b8  fffff8a0`1039f5b0
fffff880`0a1046c0  00000000`00000000
fffff880`0a1046c8  fffff801`3e2b97a8 nt!CmpDoOpen+0x328
fffff880`0a1046d0  00000000`000f003f
fffff880`0a1046d8  fffff8a0`021e66f8
fffff880`0a1046e0  fffff880`0a104751
fffff880`0a1046e8  fffffa80`1968fb10
fffff880`0a1046f0  00000000`00000000
fffff880`0a1046f8  fffff801`3e1d2860 nt!CmpRegistryLock+0x60
fffff880`0a104700  00000000`00000000
fffff880`0a104708  00000000`00000000
fffff880`0a104710  fffff880`0a104b78
fffff880`0a104718  00000000`00000000
fffff880`0a104720  00000000`00000000
fffff880`0a104728  fffff8a0`00027010
fffff880`0a104730  ffff5e22`aa1dc7e0
fffff880`0a104738  fffff880`0a104c08
fffff880`0a104740  fffff880`0a104e70
fffff880`0a104748  fffff880`0a104de0
fffff880`0a104750  fffff880`0a104de0
fffff880`0a104758  00000000`00000000
fffff880`0a104760  00000000`00000000
fffff880`0a104768  fffff8a0`00027010
fffff880`0a104770  fffff8a0`021e66f8
fffff880`0a104778  fffff8a0`021e66f8
fffff880`0a104780  fffff880`0a1048a0
fffff880`0a104788  fffff801`3e2b6b24 nt!CmpParseKey+0x865
fffff880`0a104790  00000000`00000000
fffff880`0a104798  ffffffff`ffffffff
fffff880`0a1047a0  fffff880`0a104c02
fffff880`0a1047a8  fffffa80`1968fb10
fffff880`0a1047b0  fffff880`0a104800
fffff880`0a1047b8  fffff880`00000240
fffff880`0a1047c0  fffff880`0a104de0
fffff880`0a1047c8  fffff880`00000006
fffff880`0a1047d0  fffff880`0a104840
fffff880`0a1047d8  fffff880`0a104828
fffff880`0a1047e0  fffff880`0a104858
fffff880`0a1047e8  fffff880`0a104870
fffff880`0a1047f0  00000000`00000000
fffff880`0a1047f8  00000000`00000000
fffff880`0a104800  fffff880`0a104b78
fffff880`0a104808  fffff880`0a104cc8
fffff880`0a104810  fffff880`0a104881
fffff880`0a104818  fffff880`00000001
fffff880`0a104820  00000000`00000000
fffff880`0a104828  ffffff00`ffffffff
fffff880`0a104830  fffff8a0`00027010
fffff880`0a104838  fffffa80`0019d098
fffff880`0a104840  fffff8a0`021e66f8
fffff880`0a104848  00000000`00000000
fffff880`0a104850  fffff880`00000004
fffff880`0a104858  fffff8a0`021e66f8
fffff880`0a104860  fffff880`00000000
fffff880`0a104868  fffff880`0a1048b8
fffff880`0a104870  00000000`00000000
fffff880`0a104878  00000000`00000000
fffff880`0a104880  00000000`00000001
fffff880`0a104888  00000000`00000000
fffff880`0a104890  00000000`00f80000
fffff880`0a104898  fffff8a0`10d70734
fffff880`0a1048a0  00000000`00000000
fffff880`0a1048a8  fffff880`00000004
fffff880`0a1048b0  fffff8a0`021e66f8
fffff880`0a1048b8  fffff801`3e2b7e54 nt!CmpKcbCacheLookup+0x158
fffff880`0a1048c0  fffff8a0`00027010
fffff880`0a1048c8  fffffa80`1968fb10
fffff880`0a1048d0  fffff880`0a104cc8
fffff880`0a1048d8  fffff8a0`01010000
fffff880`0a1048e0  00000000`00000000
fffff880`0a1048e8  fffff8a0`021e66f8
fffff880`0a1048f0  00000003`00000000
fffff880`0a1048f8  ffffffff`00000008
fffff880`0a104900  fffff880`0a1048f8
fffff880`0a104908  fffff8a0`00025820
fffff880`0a104910  fffff8a0`00027010
fffff880`0a104918  fffff880`0a104af8
fffff880`0a104920  00000000`00000003
fffff880`0a104928  fffff8a0`023404b8
fffff880`0a104930  00000000`00000003
fffff880`0a104938  fffff8a0`00025820
fffff880`0a104940  00000000`00000003
fffff880`0a104948  fffff801`3e2b7e54 nt!CmpKcbCacheLookup+0x158
fffff880`0a104950  00000000`00000000
fffff880`0a104958  fffffa80`1968fb10
fffff880`0a104960  00000000`00000000
fffff880`0a104968  fffff880`0a104ed8
fffff880`0a104970  fffff880`0a104f10
fffff880`0a104978  fffff880`0a104ab0
fffff880`0a104980  fffff880`0a104ed0
fffff880`0a104988  fffff880`0a105460
fffff880`0a104990  00000000`00000004
fffff880`0a104998  fffff8a0`0097f5e0
fffff880`0a1049a0  00000000`00000000
fffff880`0a1049a8  fffff801`3e2ba17e nt!CmpBuildHashStackAndLookupCache+0x474
fffff880`0a1049b0  fffff880`0a104ab0
fffff880`0a1049b8  fffff8a0`00000004
fffff880`0a1049c0  fffff880`0a104ed0
fffff880`0a1049c8  fffff880`0a104ed8
fffff880`0a1049d0  fffff880`0a104f10
fffff880`0a1049d8  fffff880`0a104eb0
fffff880`0a1049e0  fffff880`0a104eb8
fffff880`0a1049e8  fffff880`0a104f00
fffff880`0a1049f0  00000000`00000000
fffff880`0a1049f8  00000000`00000000
fffff880`0a104a00  00000003`00000001
fffff880`0a104a08  fffffa80`00000000
fffff880`0a104a10  fffff880`0a104ed8
fffff880`0a104a18  00000000`00000000
fffff880`0a104a20  fffff980`00020654
fffff880`0a104a28  fffff880`0a105460
fffff880`0a104a30  00000000`00000000
fffff880`0a104a38  fffff880`0a104f70
fffff880`0a104a40  01965b7a`80f50565
fffff880`0a104a48  fffff880`0a104eb8
fffff880`0a104a50  fffff880`0a104f60
fffff880`0a104a58  fffff880`0a1050c0
fffff880`0a104a60  fffff880`0a104f00
fffff880`0a104a68  fffff880`0a104eb0
fffff880`0a104a70  00000000`00f80072
fffff880`0a104a78  fffff8a0`10d706b0
fffff880`0a104a80  fffff8a0`0097f5e0
fffff880`0a104a88  fffff880`0a104ed0
fffff880`0a104a90  fffff880`0a104f28
fffff880`0a104a98  fffff880`0a104f10
fffff880`0a104aa0  fffff8a0`02c984a0
fffff880`0a104aa8  fffff8a0`1039f580
fffff880`0a104ab0  00000000`d319fba2
fffff880`0a104ab8  00000000`0000000e
fffff880`0a104ac0  fffff8a0`10d706b0
fffff880`0a104ac8  00000000`4368fe64
fffff880`0a104ad0  00000000`0000000a
fffff880`0a104ad8  fffff8a0`10d706c0
fffff880`0a104ae0  00000000`84eaceb8
fffff880`0a104ae8  00000000`0000004c
fffff880`0a104af0  fffff8a0`10d706cc
fffff880`0a104af8  00000000`280ffc78
fffff880`0a104b00  00000000`00000008
fffff880`0a104b08  fffff8a0`10d7071a
fffff880`0a104b10  00000000`00000001
fffff880`0a104b18  fffff801`3e0f223a nt!ExAllocatePoolWithTag+0x1fa
fffff880`0a104b20  00000000`00000000
fffff880`0a104b28  00000000`00000000
fffff880`0a104b30  00000000`00000000
fffff880`0a104b38  00000000`00000000
fffff880`0a104b40  00000000`00000000
fffff880`0a104b48  00000000`00000000
fffff880`0a104b50  fffff880`02cc3000
fffff880`0a104b58  00000000`00000801
fffff880`0a104b60  00000000`00000000
fffff880`0a104b68  00000000`00000000
fffff880`0a104b70  00000000`00000000
fffff880`0a104b78  00000000`00000000
fffff880`0a104b80  00000000`00000000
fffff880`0a104b88  00000000`00000000
fffff880`0a104b90  00000000`00000000
fffff880`0a104b98  00000000`00000000
fffff880`0a104ba0  00000000`00000000
fffff880`0a104ba8  00000000`00000000
fffff880`0a104bb0  00000000`00000000
[COLOR=#ff0000]fffff880`0a104bb8  00000000`c0000022[/COLOR]
fffff880`0a104bc0  00000000`00000000
fffff880`0a104bc8  00000000`00000000
fffff880`0a104bd0  fffffa80`176424e0
fffff880`0a104bd8  00000000`00000000
fffff880`0a104be0  fffffa80`12b36320
fffff880`0a104be8  fffff801`3e2c6a49 nt!ObpAllocateObject+0x129
fffff880`0a104bf0  00000000`00000000
fffff880`0a104bf8  00000000`00000000
fffff880`0a104c00  00000000`00000000
fffff880`0a104c08  00000000`00000000
fffff880`0a104c10  00000000`00000000
fffff880`0a104c18  00000000`00000000
fffff880`0a104c20  00000000`00000000
fffff880`0a104c28  fffffa80`12af8700
fffff880`0a104c30  00000000`00000000
fffff880`0a104c38  fffff8a0`0004ad78
fffff880`0a104c40  fffff880`0a104dd1
fffff880`0a104c48  fffff801`3df5f762 nt!SeAccessCheck+0x62
fffff880`0a104c50  00000000`00000000
fffff880`0a104c58  fffff880`0a104d09
fffff880`0a104c60  fffff8a0`1039f5b0
fffff880`0a104c68  fffff801`3e2c76bd nt!ObCreateObject+0x11d
fffff880`0a104c70  00000000`00020019
fffff880`0a104c78  fffffa80`00000000
fffff880`0a104c80  00000000`00000000
fffff880`0a104c88  00000000`00000000
fffff880`0a104c90  00000000`00000000
fffff880`0a104c98  fffff8a0`1039f5b0
fffff880`0a104ca0  fffffa80`1968fb10
fffff880`0a104ca8  00000000`00000000
fffff880`0a104cb0  00000000`00000001
fffff880`0a104cb8  fffff801`3e2ba906 nt!CmpCheckKeyBodyAccess+0x1b6
fffff880`0a104cc0  00000000`00000002
fffff880`0a104cc8  fffff8a0`0004ad78
fffff880`0a104cd0  fffffa80`1968fb02
fffff880`0a104cd8  00000000`00000000
fffff880`0a104ce0  00000000`00000000
fffff880`0a104ce8  fffff880`0a104d10
fffff880`0a104cf0  fffffa80`12b3636c
fffff880`0a104cf8  00000000`00000000
fffff880`0a104d00  fffff880`0a104d50
fffff880`0a104d08  fffff880`0a104e10
fffff880`0a104d10  00000000`00000000
fffff880`0a104d18  00000000`00000000
fffff880`0a104d20  00000000`00000000
fffff880`0a104d28  fffff880`0a1051f8
fffff880`0a104d30  fffff880`0a105460
fffff880`0a104d38  fffff8a0`1039f5b0
fffff880`0a104d40  00000000`00000000
fffff880`0a104d48  fffff801`3e2b97a8 nt!CmpDoOpen+0x328
fffff880`0a104d50  00000000`00020019
fffff880`0a104d58  fffff8a0`023404a8
fffff880`0a104d60  fffff880`0a104dd1
fffff880`0a104d68  fffffa80`1968fb10
fffff880`0a104d70  00000000`00000000
fffff880`0a104d78  fffff801`3e1d2860 nt!CmpRegistryLock+0x60
fffff880`0a104d80  00000000`00000000
fffff880`0a104d88  00000000`00000000
fffff880`0a104d90  fffff880`0a1051f8
fffff880`0a104d98  00000000`00000000
fffff880`0a104da0  00000000`00000000
fffff880`0a104da8  fffff8a0`00027010
fffff880`0a104db0  ffff5e22`aa1dcd60
fffff880`0a104db8  00000000`00000000
fffff880`0a104dc0  00000000`00000002
fffff880`0a104dc8  fffff880`0a105460
fffff880`0a104dd0  fffff880`0a105460
fffff880`0a104dd8  00000000`00000000
fffff880`0a104de0  00000000`00000000
fffff880`0a104de8  fffff8a0`00027010
fffff880`0a104df0  fffff8a0`023404a8
fffff880`0a104df8  fffff8a0`023404a8
fffff880`0a104e00  fffff880`0a104f20
fffff880`0a104e08  fffff801`3e2b6b24 nt!CmpParseKey+0x865
fffff880`0a104e10  00000000`00000000
fffff880`0a104e18  ffffffff`ffffffff
fffff880`0a104e20  fffff880`0a105302
fffff880`0a104e28  fffffa80`1968fb10
fffff880`0a104e30  fffff880`0a104e00
fffff880`0a104e38  fffff880`00000240
fffff880`0a104e40  fffff880`0a105460
fffff880`0a104e48  fffff880`00000006
fffff880`0a104e50  fffff880`0a104ec0
fffff880`0a104e58  fffff880`0a104ea8
fffff880`0a104e60  fffff880`0a104ed8
fffff880`0a104e68  fffff880`0a104ef0
fffff880`0a104e70  00000000`00000000
fffff880`0a104e78  00000000`00000000
fffff880`0a104e80  fffff880`0a1051f8
fffff880`0a104e88  fffff880`0a105348
fffff880`0a104e90  fffff880`0a104f01
fffff880`0a104e98  fffff880`00000001
fffff880`0a104ea0  00000000`00000000
fffff880`0a104ea8  00000000`ffffffff
fffff880`0a104eb0  fffff8a0`00027010
fffff880`0a104eb8  fffff801`0000b160
fffff880`0a104ec0  fffff8a0`023404a8
fffff880`0a104ec8  00000000`00000000
fffff880`0a104ed0  00000000`00000004
fffff880`0a104ed8  fffff8a0`023404a8
fffff880`0a104ee0  fffff880`00000000
fffff880`0a104ee8  fffff880`0a104f38
fffff880`0a104ef0  00000000`00000000
fffff880`0a104ef8  00000000`00000000
fffff880`0a104f00  00000000`00000001
fffff880`0a104f08  fffff801`3e1d2860 nt!CmpRegistryLock+0x60
fffff880`0a104f10  00000000`00f80000
fffff880`0a104f18  fffff8a0`10d70722
fffff880`0a104f20  00000000`00000000
fffff880`0a104f28  fffffa80`00000004
fffff880`0a104f30  fffff8a0`023404a8
fffff880`0a104f38  fffff880`0a1051f8
fffff880`0a104f40  fffff8a0`1039f570
fffff880`0a104f48  fffffa80`1968fb10
fffff880`0a104f50  fffff880`0a105348
fffff880`0a104f58  fffff8a0`01010000
fffff880`0a104f60  00000000`00000000
fffff880`0a104f68  fffff8a0`023404a8
fffff880`0a104f70  00000000`00000000
fffff880`0a104f78  fffff880`0a104f78
fffff880`0a104f80  fffff880`0a104f78
fffff880`0a104f88  00000000`00000000
fffff880`0a104f90  fffff880`00000000
fffff880`0a104f98  00000000`00000000
fffff880`0a104fa0  00000000`00000000
fffff880`0a104fa8  00000000`00000000
fffff880`0a104fb0  00000000`00000000
fffff880`0a104fb8  00000000`00000000
fffff880`0a104fc0  fffff880`0a105210
fffff880`0a104fc8  fffff8a0`1039f610
fffff880`0a104fd0  fffff8a0`00000067
fffff880`0a104fd8  fffff880`0a1051f0
fffff880`0a104fe0  fffff8a0`0097f5e0
fffff880`0a104fe8  fffff8a0`01010000
fffff880`0a104ff0  00000000`00000000
fffff880`0a104ff8  fffff801`3deecffc nt!woutput_l+0x944
fffff880`0a105000  00000000`00000528
fffff880`0a105008  fffffa80`12b36320
fffff880`0a105010  00000000`00000000
fffff880`0a105018  fffff8a0`1039f580
fffff880`0a105020  00000000`00000000
fffff880`0a105028  00000000`00000000
fffff880`0a105030  00000000`00000000
fffff880`0a105038  00000000`00000000
fffff880`0a105040  00000000`00000000
fffff880`0a105048  fffff801`3e2c4f7f nt!ObpIncrementHandleCountEx+0x27f
fffff880`0a105050  00000000`00000000
fffff880`0a105058  00000000`00000000
fffff880`0a105060  00000000`00000000
fffff880`0a105068  00000000`00000000
fffff880`0a105070  00000000`00000000
fffff880`0a105078  00000000`00000000
fffff880`0a105080  00000000`00000001
fffff880`0a105088  fffffa80`12afe040
fffff880`0a105090  000000b0`00000000
fffff880`0a105098  00000000`00000000
fffff880`0a1050a0  00000000`00000000
fffff880`0a1050a8  00000000`00000000
fffff880`0a1050b0  fffff8a0`1039f5b0
fffff880`0a1050b8  fffff880`0a1051a4
fffff880`0a1050c0  4368fe64`d319fba2
fffff880`0a1050c8  280ffc78`84eaceb8
fffff880`0a1050d0  fffff8a0`00000000
fffff880`0a1050d8  fffff801`3e2cdbea nt! ?? ::NNGAKEGL::`string'+0xa
fffff880`0a1050e0  00000000`00000001
fffff880`0a1050e8  fffff801`3e0f223a nt!ExAllocatePoolWithTag+0x1fa
fffff880`0a1050f0  ffff5e22`aa1dd480
fffff880`0a1050f8  00000026`000f003f
fffff880`0a105100  00000000`00000200
fffff880`0a105108  00000000`00000000
fffff880`0a105110  00000000`00000000
fffff880`0a105118  00000000`00000240
fffff880`0a105120  fffff8a0`02c984a0
fffff880`0a105128  fffff8a0`1039f580
fffff880`0a105130  00000000`00000000
fffff880`0a105138  fffff880`0a105250
fffff880`0a105140  00000000`00000000
fffff880`0a105148  fffff801`3e2c7148 nt!ObpCreateHandle+0x4c8
fffff880`0a105150  00000000`00000000
fffff880`0a105158  00000000`00000528
fffff880`0a105160  fffff8a0`00000000
fffff880`0a105168  fffffa80`1968fcd0
fffff880`0a105170  fffff880`0a105300
fffff880`0a105178  00000000`00000240
fffff880`0a105180  00000000`00000000
fffff880`0a105188  fffff8a0`0097f5e0
fffff880`0a105190  fffff801`3e2b62c0 nt!CmpParseKey
fffff880`0a105198  fffff801`3e2c5fab nt!ObpLookupObjectName+0xb5f
fffff880`0a1051a0  00020019`00000001
fffff880`0a1051a8  fffff8a0`10390000
fffff880`0a1051b0  fffff8a0`1039f5b0
fffff880`0a1051b8  fffff801`00000000
fffff880`0a1051c0  fffff8a0`1039f580
fffff880`0a1051c8  00000000`00000000
fffff880`0a1051d0  fffff8a0`00003000
fffff880`0a1051d8  fffff880`00000000
fffff880`0a1051e0  fffffa80`12afe040
fffff880`0a1051e8  00000000`00000000
fffff880`0a1051f0  00000000`00000000
fffff880`0a1051f8  00000000`00000000
fffff880`0a105200  00000000`00000000
fffff880`0a105208  fffffa80`14fc8b00
fffff880`0a105210  fffffa80`12b36320
fffff880`0a105218  fffff8a0`00002800
fffff880`0a105220  fffff880`0a105220
fffff880`0a105228  fffff880`0a105220
fffff880`0a105230  fffff880`0a105340
fffff880`0a105238  00000000`00000000
fffff880`0a105240  00000000`00000000
fffff880`0a105248  fffff801`3e2c7d5d nt!ObpCaptureObjectCreateInformation+0x1ab
fffff880`0a105250  00000026`00020019
fffff880`0a105258  c50081cf`ac000001
fffff880`0a105260  fffff8a0`00000000
fffff880`0a105268  00000000`00000000
fffff880`0a105270  fffff8a0`0097f5e0
fffff880`0a105278  ffff5e22`aa1dd580
fffff880`0a105280  fffff880`00000240
fffff880`0a105288  00000000`00000000
fffff880`0a105290  fffff8a0`1039f5b0
fffff880`0a105298  00000000`00000000
fffff880`0a1052a0  00000000`00000000
fffff880`0a1052a8  fffffa80`1968fb10
fffff880`0a1052b0  fffff801`3de83000 nt!`string' <PERF> (nt+0x0)
fffff880`0a1052b8  fffffa80`1968fb10
fffff880`0a1052c0  fffffa80`1968fb10
fffff880`0a1052c8  fffff801`3e2cb482 nt!ObOpenObjectByName+0x492
fffff880`0a1052d0  ffffffff`80000080
fffff880`0a1052d8  fffff880`0a105348
fffff880`0a1052e0  fffff880`00000240
fffff880`0a1052e8  fffffa80`12b36320
fffff880`0a1052f0  fffffa80`00000000
fffff880`0a1052f8  fffff880`00000240
fffff880`0a105300  00000000`00000000
fffff880`0a105308  00000000`00000000
fffff880`0a105310  00000000`00000000
fffff880`0a105318  fffff880`0a105340
fffff880`0a105320  fffff880`0a1053a0
fffff880`0a105328  00000000`00000000
fffff880`0a105330  fffff880`0a105420
fffff880`0a105338  fffff880`0a1055c4
fffff880`0a105340  ffffffff`80000528
fffff880`0a105348  00000000`00f80072
fffff880`0a105350  fffff8a0`10d706b0
fffff880`0a105358  00000000`00000000
fffff880`0a105360  00000000`00020019
fffff880`0a105368  fffff880`0a105a28
fffff880`0a105370  00000000`00000000
fffff880`0a105378  00000000`00000000
fffff880`0a105380  00000000`00000000
fffff880`0a105388  00000000`00000000
fffff880`0a105390  fffff880`0a105610
fffff880`0a105398  fffff801`3e2bbf4d nt!CmOpenKey+0x31c
fffff880`0a1053a0  fffff8a0`1039f5b0

This is the only portion of the thread's stack that harbors the c0000022 access denied error (highlighted in red), so I started with what seemed to be a reliable stack frame and used the ole kv range method to dump out a possible stack trace. Evidently the work involves registry activity, and that it is in fact allocating pool for a particular object, which I wouldn't doubt being the registry key. Now I'm at the point of just figuring out the object's address or at least the handle for it. Looks like I might have to manually stackwalk. :|

Here's hoping I am going in the right direction and not just following a rabbit trail.
 
Not really necessary - you can see my suspicion is accurately placed (ExAllocatePoolWithTag). Finding out that tag would tell you what driver allocated (or attempted to) the object reference and caused the behavior. That would be where I'd suggest spending your time.
 
I reckon I've found it, though it wasn't easy and I ended up just being somewhat lucky. Was trying to figure it using the return value given when ExAllocatePoolWithTag returned, but I'm not familiar with finding returns given to a caller, only parameters sent to a callee. Fortunately, I was lucky enough to discover the pool address by finding some addresses pointing into the allocation:

Code:
fffff880`0a104458  fffff8a0`10d706ba
fffff880`0a104460  00000000`c71d2e0c
fffff880`0a104468  00000000`00000050
fffff880`0a104470  [COLOR=#8b4513]fffff8a0`10d706c2[/COLOR]
fffff880`0a104478  00000000`47bdc456
fffff880`0a104480  00000000`00000020
fffff880`0a104488  [COLOR=#8b4513]fffff8a0`10d70714[/COLOR]
fffff880`0a104490  00000000`00000001
fffff880`0a104498  fffff801`3e0f223a nt!ExAllocatePoolWithTag+0x1fa
fffff880`0a1044a0  00000000`00000000
fffff880`0a1044a8  00000000`00000000
fffff880`0a1044b0  00000000`00000000
fffff880`0a1044b8  00000000`00000000
fffff880`0a1044c0  00000000`00000000
fffff880`0a1044c8  00000000`00000000
fffff880`0a1044d0  fffff880`02cc3000

7: kd> [COLOR=#0000cd]!pool [/COLOR][COLOR=#8b4513]fffff8a0`10d70714[/COLOR]
Pool page fffff8a010d70714 region is Paged pool
 fffff8a010d70000 size:  550 previous size:    0  (Free)       MmRe
 fffff8a010d70550 size:   d0 previous size:  550  (Allocated)  Ntfo
 fffff8a010d70620 size:   80 previous size:   d0  (Allocated)  VdPN
[COLOR=#a52a2a]*fffff8a010d706a0 size:  110 previous size:   80  (Allocated) *ObNm
        Pooltag ObNm : object names, Binary : nt!ob[/COLOR]
 [COLOR=#800080]fffff8a010d707b0[/COLOR] size:  850 previous size:  110  (Free)       ViMm

7: kd> [COLOR=#0000cd]dc[/COLOR] [COLOR=#800000]fffff8a010d706a0 [/COLOR][COLOR=#800080]fffff8a010d707b0[/COLOR]
fffff8a0`10d706a0  03110108 6d4e624f 3652f36e 2e8d8e56  ....ObNmn.R6V...
fffff8a0`10d706b0  0dccc6b0 fffff8a0 006f0072 005c006c  ........r.o.l.\.
fffff8a0`10d706c0  006c0043 00730061 005c0073 0034007b  C.l.a.s.s.\.[COLOR=#008080]{.4.[/COLOR]
fffff8a0`10d706d0  00330064 00650036 00360039 002d0038  [COLOR=#008080]d.3.6.e.9.6.8.-.[/COLOR]
fffff8a0`10d706e0  00330065 00350032 0031002d 00630031  [COLOR=#008080]e.3.2.5.-.1.1.c.[/COLOR]
fffff8a0`10d706f0  002d0065 00660062 00310063 0030002d  [COLOR=#008080]e.-.b.f.c.1.-.0.[/COLOR]
fffff8a0`10d70700  00300038 00320030 00650062 00300031  [COLOR=#008080]8.0.0.2.b.e.1.0.[/COLOR]
fffff8a0`10d70710  00310033 007d0038 0030005c 00300030 [COLOR=#008080] 3.1.8.}[/COLOR].\.0.0.0.
fffff8a0`10d70720  00000030 00260034 00260030 00300030  0...4.&.0.&.0.0.
fffff8a0`10d70730  00300032 00390000 0000007d 00310037  2.0...9.}...7.1.
fffff8a0`10d70740  00300034 00370039 0031002d 00310036  4.0.9.7.-.1.6.1.
fffff8a0`10d70750  00340033 00360039 00370031 002d0031  3.4.9.6.1.7.1.-.
fffff8a0`10d70760  00340031 00360033 00360038 00380032  1.4.3.6.8.6.2.8.
fffff8a0`10d70770  00380030 0031002d 00300030 00000031  0.8.-.1.0.0.1...
fffff8a0`10d70780  00650068 006c006c 00460020 006c006f  h.e.l.l. .F.o.l.
fffff8a0`10d70790  00650064 00730072 00650000 00740061  d.e.r.s...e.a.t.
fffff8a0`10d707a0  00730041 05000000 00000013 00000064  A.s.........d...
fffff8a0`10d707b0  00850111                             ....

Clearly this is a registry key, but the thing that concerns me is a I can't find the actual starting address for this pool allocation (fffff8a010d706a0) which leads me to believe I'm looking at the wrong thing. However, I took the CID (Class ID) found inside this registry key and checked it out and it was indeed for the display adapter, so at least I know this pool allocation is quite relevant. That doesn't answer the question, however, of what actually was triggering the access denied or insufficient resource. If anything this only confuses me further, and I feel I'm grasping at straws right now because of my lack of understanding.
 
hey guys, i have some epic news(i think)

for the first time when playing apb the game crash and give me a BSOD this is the error i got

unexpected_kernel_mode_trap

i hope that will help, will upload the minidump soon as posible
 

Attachments

sorry for the double post but i was unable to edit my last one, i want to know if this soft can solve my problem( i read on some site that my error is maybe cause by unstable registory, and this site can normaly fix it for free)

SpeedyPC Pro
 

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

Back
Top