-
Notifications
You must be signed in to change notification settings - Fork 306
BSOD on Windows 11 21H2 #160
Comments
Do you have a minudump or kernel memory dump I could analyse? If you need a private file transfer method, I can provide one. Cheers |
I have minidump and also a full memory dump but it's too big for me to upload. |
That link doesn't work. Compress the kernel memory dump which will shrink it down to one third its size and upload it here: https://files.nefarius.at/ No need to share the resulting link, only I will see it on the server, tell me when upload is done. It indeed does contain sensitive information so no public sharing pls 😉 |
Uploaded the minidump. Full dump is still too big and because I almost never shutdown my pc, I have no clue what info might be inside, no offense. There's an unknown function in the stack, I hope you can pinpoint it with the pdbs. |
All kernel memory at the point of the crash is in there, which means potential passwords, encryption keys, ... |
I've also experienced a BSOD with the identical stack trace. After spending some time analysing my memory dump I've mapped it to the For me it looks like the PDO object has been destroyed after being "Unplugged" but the _PendingNotificationRequests still exists since its parent is the FDO object. When Windows wakes up it restarts the _PendingNotificationRequests queue and calls the callback with an pointer to a deleted object. I could be wrong as I am not familiar with driver development, literally knew nothing about it until yesterday. Is there any reason why the code below uses status = WdfIoQueueCreate(
ParentDevice,
¬ificationsQueueConfig,
WDF_NO_OBJECT_ATTRIBUTES,
&this->_PendingNotificationRequests
); |
Have the same issue with latest release. |
I believe I also experienced this. It happened after my DS4 went to sleep due to inactivity. Using Moonlight to stream from Sunshine to an Apple TV 4K. Windows 11 22H2 here. After powering the controller back on, it was not detected again. Tried restarting moonlight and sunshine but no luck then eventually the BSOD and after reboot it's working again |
I'm experiencing the same issue (Windows 11 is BSODing/rebooting after waking from sleep) with the same error code of This happens consistently anytime I use sunshine from a moonlight client using PS5 controller via ViGEmBus on the sunshine host system. The symptoms are always whenever the system enters a sleep state and is woken-up, the same Analyzing the minidumps all show items suggesting that ViGEmBus is involved,
|
Hi all, I'm on w11 22H2 |
For those experiencing this issue with Sunshine + Moonlight.... The idea of the fix was to restart sunshine services in the background just before the system goes into sleep/hibernate. Below is a file that you can import into Task Scheduler. Hope this helps anyone who is experiencing the same issue. |
Can confirm that this is workaround has the intended affect. Thank you @chestermw! |
I got BSOD while waking up from sleep. Bugcheck code is WDF_VIOLATION and parameter is 0x4
I'm using the latest release version 1.21.442.0
This is the stack
The text was updated successfully, but these errors were encountered: