Windows 10: Dark screen on sleep resume, then reboot from bugcheck

Discus and support Dark screen on sleep resume, then reboot from bugcheck in Windows 10 BSOD Crashes and Debugging to solve the problem; My laptop is a Samsung NP880Z5E. Runs a i7-3635 processor. Came with dual graphics chips: Intel HD4000 and AMD Radeon 8700. The computer, when bought... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by DarrylP796, Jan 28, 2017.

  1. Dark screen on sleep resume, then reboot from bugcheck


    My laptop is a Samsung NP880Z5E. Runs a i7-3635 processor. Came with dual graphics chips: Intel HD4000 and AMD Radeon 8700. The computer, when bought new, was running Windows 8.1, but has been running Windows 10 for months. Currently running Windows 10 version 1607.

    On January 14th the sleep function, which had been working perfectly since the computer was bought, including while on Windows 10, stopped working. The computer seems to go to sleep when I close the lid or click the power button, as I have it set up to do, but when I open the lid or click the power button to bring the machine out of sleep, the power light comes back on solid and the fan starts back up, but the screen stays dark. If I leave the computer alone, after about two minutes the computer will boot up, but not from the sleep state, it performs a complete reboot.

    Here are some things I have tried, in no particular order:

    - Made sure the "upgrade" results show that I have the latest and greatest updates for the computer
    - Using device manager have uninstalled and re-installed what Samsung and the updater say are the "latest" drivers for my computers' configuration of the two graphics cards. Have also tried the truly latest drivers for the graphics card from Intel and AMD although to use the absolute latest Intel driver requires a manual and not automatic installation.
    - Tried having the hibernate file on and tried having it off using the powercfg \h on or off command
    - Hybrid sleep is off
    - Tried the power troubleshooter. No issues found
    - Checked the Windows system with sfc \scannow to verify system integrity. No issues found.
    - Verified the power profile. Make sure it is on default settings and saved.
    - Made sure BIOS settings are valid. Compared them to an identical computer with now sleep (but running W10v1511)
    - When I close the lid and wait for the computer to reboot, the Event Viewer shows three events that I think are all related. First is ID 6008 (unexpected shutdown), then ID 41 Critial Kernal Power, then ID 1001( re-boot from bugcheck.)

    I have tried MS help and have talked to first level and second level technical support. First level had me do an in-place re-installation of Windows 10. It did not solve the problem. Second level MS tech support checked the various items above, then recommended a clean installation of W10. I am hoping to avoid that if possible. (I can give a MS case number if that helps.)

    I'm a NOOB on the Tenforums boards, so if this is not posted in the correct area, let me know and I will repost. I did check to see if this problem had a solution on the Forums and have not seen one. My thinking is that the computer is basically crashing, then re-booting on resume from sleep, thus the problem is basically a BSOD (or in my case a DSOD).

    Any help or suggestions would be very appreciated.

    Regards,

    Darryl

    :)
     
    DarrylP796, Jan 28, 2017
    #1

  2. Windows resumes from sleep mode by itself and reboots. Error The bugcheck was: 0x00000116

    I have noticed a weird behaviour recently, that I cannot explain and that is very annoying.

    After I put my PC to sleep last night, it resumed from sleep automatically. The event log says:

    23:20:14 The system is entering sleep.

    23:20:16 The system has resumed from sleep.

    That's on thing. Then it stays awake, and some hours later, it rebbots. In the event log I can find the following entries (error):

    05:24:25 The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

    05:24:43 The computer has rebooted from a bugcheck. The bugcheck was: 0x00000116 (0xffffe000719d8010, 0xfffff80149f567b4, 0xffffffffc000009a, 0x0000000000000004). A dump was saved in: C:\WINDOWS\MEMORY.DMP. Report Id: d83e6320-86ce-4092-ab5b-a74fc4465fde.

    I encountered this behaviour a couple of times by now. However, I never had a problem, like a reboot, when I was using my PC. Everything runs fine then. I have wake timers disabled, so I don't see a reason why my PC should wake up from sleep autonomously.
    I don't know if this problem is caused by Windows, but I suspect so. Furthermore, this never happend with older versions of Windows like Windows 8 on the same machine.
     
    Bastian Weber, Jan 28, 2017
    #2
  3. kuabay Win User
    Dark screen

    Why is my screen allmost not visible and really Dark when i awaken my pc from sleep?????? I have to turn it off and reboot th get my screen back which is a real pian.
     
    kuabay, Jan 28, 2017
    #3
  4. philc43 Win User

    Dark screen on sleep resume, then reboot from bugcheck

    There does seem to be a problem with the resume power function when waking from sleep.

    Code: DRIVER_POWER_STATE_FAILURE (9f) A driver has failed to complete a power IRP within a specific time. Arguments: Arg1: 0000000000000003, A device object has been blocking an Irp for too long a time Arg2: ffffac8e2dd75bf0, Physical Device Object of the stack Arg3: fffff80358ee2960, nt!TRIAGE_9F_POWER on Win7 and higher, otherwise the Functional Device Object of the stack Arg4: ffffac8e373d18d0, The blocked IRP 0: kd> !irp ffffac8e373d18d0 Irp is active with 3 stacks 2 is current (= 0xffffac8e373d19e8) No Mdl: No System Buffer: Thread 00000000: Irp stack trace. cmd flg cl Device File Completion-Context [N/A(0), N/A(0)] 0 0 00000000 00000000 00000000-00000000 Args: 00000000 00000000 00000000 00000000 >[IRP_MJ_POWER(16), IRP_MN_SET_POWER(2)] 0 e1 ffffac8e2ddff810 00000000 fffff80357052eac-ffffac8e37375be0 Success Error Cancel pending \Driver\ACPI nt!PopSystemIrpCompletion Args: 00041100 00000000 00000001 00000002 [N/A(0), N/A(0)] 0 0 00000000 00000000 00000000-ffffac8e37375be0 Args: 00000000 00000000 00000000 00000000[/quote]
    Open an elevated Command Prompt (Admin) (right click on the start button to select this) and then type
    powercfg /systemsleepdiagnostics


    This will generate a report which by default will be saved to your Windows\system32 directory. Please post a copy of the report and hopefully it will show something useful.
     
    philc43, Jan 31, 2017
    #4
  5. Here is the sleep report.

    There are some items that are colored red, so hopefully it found something. Not sure what it is pointing me to, yet.

    Thank you very much for looking at the reports for me.
     
    DarrylP796, Jan 31, 2017
    #5
  6. Ztruker Win User
    Nice @philc43. I have not seen that before. Interesting stuff.
     
    Ztruker, Feb 1, 2017
    #6
  7. philc43 Win User
    However, I'm not finding anything that really helps.

    The only old drivers I can see are vrvd5.sys connected with the Samsung Remote Software and two Realtek drivers (RTL2832UBDA.sys and RTL2832UUSB) related to a USB demodulator. It might be worth uninstalling these in case they are interfering with the power operation.
     
    philc43, Feb 1, 2017
    #7
  8. Dark screen on sleep resume, then reboot from bugcheck

    I'm going to find and remove those drivers and test.

    Are there any other reports or files I could send that may help you?

    Thank you again for your help.

    Regards,

    Darryl
     
    DarrylP796, Feb 1, 2017
    #8
  9. Deleted vrvd5.sys, RTL2832UBDA.sys and RTL2832UUSB, then re-booted. No change. The system still cannot resume from sleep.

    I have attached the new sleep diagnostics and an energy report since the driver deletion.

    Regards,

    Darryl
     
    DarrylP796, Feb 1, 2017
    #9
  10. philc43 Win User
    The energy report is useful as it describes the various sleep states that are in use.

    Some users have found that turning off C-states in the BIOS is helpful but I've no idea whether that is an option you have. It would most likely be in the advanced section of the BIOS setup.
     
    philc43, Feb 2, 2017
    #10
  11. Thanks for trying guys. After nothing worked and no obvious answers, I went ahead a did a re-install of Windows 10. What a pain in the tush! Anyway, the system is now working correctly. The sleep function is back and works well.

    Now to recover years worth of files onto the computer......sigh.
     
    DarrylP796, Feb 7, 2017
    #11
  12. Hi
    I am experiencing the exact same problem as this poster, except that my installation is a brand new one windows 10 pro and I have not completed the reinstallation of my programs so there are not many yet. I have narrowed it down to this. If the computer goes to sleep ON ITS OWN following the period set in power options, the n it wakes up fine. But if I put it to sleep by choosing the option sleep on the power menu, it goes to sleep and immediately reboots, sometimes causing a BSOD, sometimes not. I have run sfc and it is clean as is chkdsk.

    Before the last week or so, the sleep function worked perfectly. I don't know what happened to make it change. This has now been happening since yesterday and on advice from the forum, I did a clean install of windows hoping that the problem would go away but it doesn't.

    I am uploading the diagnostic file as requested. If there is anything else I can post please let me know.

    Additional note: Right now I woke the computer after it had slept on its own, and it took almost 2 minutes to wake up.
     
    falkunmalti, Feb 9, 2017
    #12
  13. philc43 Win User

    Dark screen on sleep resume, then reboot from bugcheck

    @falkunmalti In future can you please create a new thread rather than using this one - we may easily miss your post if we think this thread is fixed.

    The dump files are indicating memory corruption or hard disk data corruption.





    Dark screen on sleep resume, then reboot from bugcheck [​IMG]
    Diagnostic Test
    Dark screen on sleep resume, then reboot from bugcheck [​IMG]
    RAM TEST
    *Arrow Run HDTune to
    • check the health,
    • scan for errors, no quick scan but full scan
    • run a benchmark.


    If all looks good we will then work on the assumption it is a driver issue.
     
    philc43, Apr 5, 2018
    #13
Thema:

Dark screen on sleep resume, then reboot from bugcheck

Loading...
  1. Dark screen on sleep resume, then reboot from bugcheck - Similar Threads - Dark screen sleep

  2. The computer has rebooted from a bugcheck when resuming from sleep.

    in Windows 10 Gaming
    The computer has rebooted from a bugcheck when resuming from sleep.: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000010e 0x0000000000000033, 0xffffd783039efc70, 0x0000000000000000, 0x0000000000000000. A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: f040e80b-31a6-44e0-8bcb-a9a034214d57.My PC has recently crashed a few...
  3. The computer has rebooted from a bugcheck when resuming from sleep.

    in Windows 10 Software and Apps
    The computer has rebooted from a bugcheck when resuming from sleep.: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000010e 0x0000000000000033, 0xffffd783039efc70, 0x0000000000000000, 0x0000000000000000. A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: f040e80b-31a6-44e0-8bcb-a9a034214d57.My PC has recently crashed a few...
  4. The computer has rebooted from a bugcheck when resuming from sleep.

    in Windows 10 Performance & Maintenance
    The computer has rebooted from a bugcheck when resuming from sleep.: The computer has rebooted from a bugcheck. The bugcheck was: 0x0000010e 0x0000000000000033, 0xffffd783039efc70, 0x0000000000000000, 0x0000000000000000. A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: f040e80b-31a6-44e0-8bcb-a9a034214d57.My PC has recently crashed a few...
  5. BugCheck crash after sleep S2 resume

    in Windows 10 Gaming
    BugCheck crash after sleep S2 resume: Hi. After about 1 month ago my Lenovo Carbon X1 gen 10 refuses to resume from S2 sleep. It displays a black screen for about a minute and then goes about rebooting. After checking the event log I can see the following error:Event 1001, BugCheckThe computer has rebooted from a...
  6. BugCheck crash after sleep S2 resume

    in Windows 10 Software and Apps
    BugCheck crash after sleep S2 resume: Hi. After about 1 month ago my Lenovo Carbon X1 gen 10 refuses to resume from S2 sleep. It displays a black screen for about a minute and then goes about rebooting. After checking the event log I can see the following error:Event 1001, BugCheckThe computer has rebooted from a...
  7. BugCheck resuming from Hibernate

    in Windows 10 BSOD Crashes and Debugging
    BugCheck resuming from Hibernate: Hi, Everyday when I stop working, I put my computer in hibernate mode. Next morning when I turn on the PC, it simply don't resume correctly from hibernate mode. It doesn't show anything, but, checking the Event Viewer I have identified an event like this: Log Name:...
  8. No wallpaper on resume from sleep screen

    in Windows 10 Customization
    No wallpaper on resume from sleep screen: Windows 10 home with the anniversary update and all updates since on a Toshiba laptop. When I boot up from a complete shutdown, I get a wallpaper (1) on the screen and after I press enter the login screen appears with its wallpaper image. But, when I resume by lifting the...
  9. Delayed resume from sleep

    in Windows 10 Support
    Delayed resume from sleep: I installed an SSD in my laptop. Occasionally, when I resume from sleep mode, the computer becomes unresponsive. It does this for about 30 seconds. I can't remember if it was doing this before I installed the new drive. Today it's been doing it almost every time I open the...
  10. Resume from sleep issue

    in Windows 10 Support
    Resume from sleep issue: Hi everyone. I had some trouble today with my computer. I seem to have fixed it, but thought I would share my experience to see if I can help others who may be having similar issues. System Specifications ASUS M5A99FX PRO R2.0 AMD FX-6300 4 GB 1333 mhz GSkill RAM...

Users found this page by searching for:

  1. dark screen after sleep on w10 radeon hd 6770m