BSOD starting after a random amount of time

The system appears to be more stable than before at least. Does the system only crash when playing WoW?

It may be worthwhile, amending the Driver Verifier settings to include only force IRQL checking and NDIS verification. You'll need to reboot for the changes to take effect.
 
Let's see if it DV is able to find anything with the other setting.

Do you have all of the latest Windows Updates and the latest WoW game client?
 
Verifier didnt seem to find anything, booted that same way

Windows is updated and WoW is the latest client from the launcher its downloaded from
 
It would seem most likely that the WoW client is passing in a buffer to kernel-mode which is paged out, the IRQL is raised to 2 which means that the page fault which occurs, when afd.sys attempts to access the said buffer, it can't be resolved and therefore the system crashes with Stop 0xD1.

The call stack is the exact same each time and the address is always paged out:

Rich (BB code):
8: kd> knL
 # Child-SP          RetAddr           Call Site
00 fffff687`35366dc8 fffff803`21e25269 nt!KeBugCheckEx
01 fffff687`35366dd0 fffff803`21e21569 nt!KiBugCheckDispatch+0x69
02 fffff687`35366f10 fffff801`01ddee50 nt!KiPageFault+0x469 << Attempt to page it back in, but we can't because we're at IRQL 2, so crash!
03 fffff687`353670a0 fffff801`01dde983 afd!AfdBCommonChainedReceiveEventHandler+0x4c0 << Access the paged out buffer
04 fffff687`353671f0 fffff801`01d79b61 afd!AfdTLConnectedReceiveEventHandler+0x13
05 fffff687`35367220 fffff801`01d79f35 afunix!AfUnixDeliverDataToClient+0x18d
06 fffff687`353672f0 fffff801`01d711bc afunix!AfUnixDeliverEndpointSend+0x1ed
07 fffff687`35367340 fffff801`01dde0cf afunix!AfUnixTlConnectEndpointSend+0x10c
08 fffff687`35367380 fffff801`01dddefa afd!AfdTLStartBufferedVcSend+0x9f
09 fffff687`35367430 fffff801`01dc4010 afd!AfdFastConnectionSend+0x2a2
0a fffff687`35367500 fffff803`220910d2 afd!AfdFastIoDeviceControl+0xf90
0b fffff687`353678a0 fffff803`22090d36 nt!IopXxxControlFile+0x382
0c fffff687`353679e0 fffff803`21e24cb8 nt!NtDeviceIoControlFile+0x56 << IOCTL sent from WoW.exe to afd.sys
0d fffff687`35367a50 00007ffc`8958ce54 nt!KiSystemServiceCopyEnd+0x28
0e 000000d9`984ffc88 00000000`00000000 0x00007ffc`8958ce54

Rich (BB code):
8: kd> !irql
Debugger saved IRQL for processor 0x8 -- 2 (DISPATCH_LEVEL)

Have you checked the WoW forum(s) for anyone who has been experiencing similar issues?
 
I've made a post there and contacted their support through their ticket system, I haven't had great success in the past on those forums with anymore than just keep reinstalling tbh, but we'll see
 
Last edited:
Hopefully you'll get a decent response from someone, you can refer them to this thread too.
 
Been pretty busy so haven't had time to try any more things, but their reply was not great as I've attached what was said, so no further developments yet

yXAX298.png
 
Do you they have any second-line support? I'm not sure why they're referring you to Microsoft since the issue is with their game client.

Have you tried clean installing the game client?
 
They are sort of known for their support having gone downhill over recent years unfortunately

I have, but I'll do it again, because at this point, why not
 
Unfortunately, it's the exact same problem as before. The only other suggestion I could give is to make sure you have the latest Windows Updates and possibly see if you can use an older version of the game client?
 

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

Back
Top