BSOD starting fullscreen game from IDE, error 0xD1


  1. Posts : 4
    Windows 10
       #1

    BSOD starting fullscreen game from IDE, error 0xD1


    Hi,
    Many BSOD's happened while I'm developing and testing a game. I'm using Intellij IDEA community edition. The game is using lwjgl 3, which in turn uses GLFW 3 and OpenGL.
    The BSOD always happened, while I was editing one of the source files, and quickly launched the game from the IDE. The game is configured to start in fullscreen. BSOD never happened when it launched in windowed mode.
    The error code seems to be 0xD1, DRIVER_IRQL_NOT_LESS_OR_EQUAL

    It's especially annoying as it nukes the files which I'm currently working on.
      My Computer


  2. Posts : 14,901
    Windows 10 Pro
       #2

    Hi qzole,

    Welcome to the 10forums.

    The crashes seem to be caused by the Intel Graphics driver.
    Please check your manufacturer for driver updates.
    Code:
    1: kd> lmvm igdkmd64start             end                 module name
    fffff800`dd800000 fffff800`ddd1dc20   igdkmd64 T (no symbols)           
        Loaded symbol image file: igdkmd64.sys
        Image path: \SystemRoot\system32\DRIVERS\igdkmd64.sys
        Image name: igdkmd64.sys
        Timestamp:        Wed May 27 05:53:18 2015 (55653FAE)
        CheckSum:         0052B7B7
        ImageSize:        0051DC20
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
      My Computers


  3. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #3

    Hi qzole & Welcome to the forums ^_^,


    I have analysed your dump files and below has been provided an analysis of the same for informative purposes :-

    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an interrupt request level (IRQL) that is too high. This is usually caused by drivers using improper addresses. If kernel debugger is available get stack backtrace.

    Let's get the stack backtrace -
    Code:
    1: kd> knL
     # Child-SP          RetAddr           Call Site
    00 ffffd000`e3a08ff8 fffff800`d4b69ba9 nt!KeBugCheckEx
    01 ffffd000`e3a09000 fffff800`d4b683c8 nt!KiBugCheckDispatch+0x69
    02 ffffd000`e3a09140 fffff800`db10f903 nt!KiPageFault+0x248
    03 ffffd000`e3a092d0 fffff800`db104087 dxgmms1!VidSchiCheckPendingDeviceCommand+0xb37f
    04 ffffd000`e3a09310 fffff800`db10522c dxgmms1!VidSchiCompleteFlipEntry+0x237
    05 ffffd000`e3a09400 fffff800`db10629d dxgmms1!VidSchiProcessDpcVSyncCookie+0x56c
    06 ffffd000`e3a095f0 fffff800`dc929271 dxgmms1!VidSchDdiNotifyDpc+0x13d
    07 ffffd000`e3a09640 fffff800`dd9753ae dxgkrnl!DxgNotifyDpcCB+0x61
    08 ffffd000`e3a09670 00000000`00000000 igdkmd64+0x1753ae
    Code:
    1: kd> lmvm igdk*
    start             end                 module name
    fffff800`dd800000 fffff800`ddd1dc20   igdkmd64 T (no symbols)           
        Loaded symbol image file: igdkmd64.sys
        Image path: \SystemRoot\system32\DRIVERS\igdkmd64.sys
        Image name: igdkmd64.sys
        Timestamp:        Wed May 27 09:23:18 2015 (55653FAE)
        CheckSum:         0052B7B7
        ImageSize:        0051DC20
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Seems like the Intel Graphics driver is causing the trouble.

    Below is a list of 3rd party drivers present on your system -
    Code:
    **************************Wed Sep 23 05:57:49.111 2015 (UTC + 5:30)**************************
    PBADRV.sys                  Tue Jan  8 00:42:13 2008 (4782798D)
    HECIx64.sys                 Wed Oct 20 05:03:43 2010 (4CBE2AD7)
    O2MDRw7x64.sys              Mon Jan  3 11:44:59 2011 (4D216963)
    o2sdjw7x64.sys              Tue Mar 22 17:26:31 2011 (4D888E6F)
    cvusbdrv.sys                Wed May 18 04:27:05 2011 (4DD2FD41)
    wbfcvusbdrv.sys             Thu Jun  9 03:53:21 2011 (4DEFF659)
    stdcfltn.sys                Sat Jul 16 10:01:13 2011 (4E211411)
    accelern.sys                Sat Jul 23 00:58:40 2011 (4E29CF68)
    e1c63x64.sys                Tue Sep 25 01:06:26 2012 (5060B63A)
    bcbtums.sys                 Fri Oct 18 02:15:30 2013 (52604C6A)
    nvvad64v.sys                Fri Mar 28 19:02:06 2014 (533579D6)
    Apfiltr.sys                 Tue Jun  3 05:37:04 2014 (538D11A8)
    NETwew01.sys                Tue Jan  6 21:49:19 2015 (54AC0B07)
    igdkmd64.sys                Wed May 27 09:23:18 2015 (55653FAE)
    intelppm.sys                Fri Jul 10 08:42:59 2015 (559F383B)
    nvpciflt.sys                Thu Jul 23 05:28:01 2015 (55B02E09)
    nvlddmkm.sys                Thu Jul 23 05:45:19 2015 (55B03217)
    http://www.carrona.org/drivers/driver.php?id=PBADRV.sys
    http://www.carrona.org/drivers/driver.php?id=HECIx64.sys
    http://www.carrona.org/drivers/driver.php?id=O2MDRw7x64.sys
    http://www.carrona.org/drivers/driver.php?id=o2sdjw7x64.sys
    http://www.carrona.org/drivers/driver.php?id=cvusbdrv.sys
    http://www.carrona.org/drivers/driver.php?id=wbfcvusbdrv.sys
    http://www.carrona.org/drivers/driver.php?id=stdcfltn.sys
    http://www.carrona.org/drivers/driver.php?id=accelern.sys
    http://www.carrona.org/drivers/driver.php?id=e1c63x64.sys
    http://www.carrona.org/drivers/driver.php?id=bcbtums.sys
    http://www.carrona.org/drivers/driver.php?id=nvvad64v.sys
    http://www.carrona.org/drivers/driver.php?id=Apfiltr.sys
    http://www.carrona.org/drivers/driver.php?id=NETwew01.sys
    http://www.carrona.org/drivers/driver.php?id=igdkmd64.sys
    http://www.carrona.org/drivers/driver.php?id=intelppm.sys
    http://www.carrona.org/drivers/driver.php?id=nvpciflt.sys
    http://www.carrona.org/drivers/driver.php?id=nvlddmkm.sys



    Kindly follow the below instructions -
    1. Kindly update the drivers highlighted in RED.
    2. I would first suggest you to find an updated version of the Intel Graphics Driver (**LINK**). If it does not work, let me know.


    Then there is also the change of incompatibility

    Let me know how it goes ^_^

    -Pranav
      My Computer


  4. Posts : 4
    Windows 10
    Thread Starter
       #4

    Used Dell System detect to search for fresh drivers as many of those old drivers come from Dell, but it seems they don't support Latitude E6520 on Windows 10.
    Used Intel Driver update utility without success, to search for updated integrated gpu driver. Intel doesn't have a proper driver for HD 3000 integrated GPU on Windows 10, only the one that Windows supplies if I understood correctly from this thread: Intel HD Graphics 3000/2000 (Sandy bridge) Wind... | Intel Communities

    It seems strange that neither Dell, neither Intel supports these equipment on Windows 10 :\

    I don't know what to do, to fix the issue
    Maybe I could only use the dedicated NVIDIA video card. If the Intel driver is the culprit than I think that could help, but it's frustrating. It would mean more heat and more battery drain...
      My Computer


  5. Posts : 14,901
    Windows 10 Pro
       #5

    Laptops with switchable GPU's cause for some people problems, because they're using 2 GPU's.
    The problem is usually that the delay between switching might be too much.
    The reason for this is that the idea of switchable GPU's is bad implemented, although the idea is great.

    Are you switching between your GPU's?
      My Computers


  6. Posts : 4
    Windows 10
    Thread Starter
       #6

    I don't think so. I'm sure that the game uses the integrated gpu, because I tested the performance and checked it with gpu-z. And i think the desktop uses the integrated gpu too.

    I'd prefer to continue to use the integrated gpu, because i want to test my game with weaker specs.
      My Computer


  7. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #7

    qzole said:
    Used Dell System detect to search for fresh drivers as many of those old drivers come from Dell, but it seems they don't support Latitude E6520 on Windows 10.
    Used Intel Driver update utility without success, to search for updated integrated gpu driver. Intel doesn't have a proper driver for HD 3000 integrated GPU on Windows 10, only the one that Windows supplies if I understood correctly from this thread: Intel HD Graphics 3000/2000 (Sandy bridge) Wind... | Intel Communities

    It seems strange that neither Dell, neither Intel supports these equipment on Windows 10 :\

    I don't know what to do, to fix the issue
    Maybe I could only use the dedicated NVIDIA video card. If the Intel driver is the culprit than I think that could help, but it's frustrating. It would mean more heat and more battery drain...
    Hi Qzole ^_^,

    Please check Windows Update once. There should be an update available. Telling because I just checked my laptop which also runs Windows 10 and has Intel HD 3000 and the driver is dated 13th August 2015. Maybe that would fix your problems?


    -Pranav
      My Computer


  8. Posts : 4
    Windows 10
    Thread Starter
       #8

    Sorry, I couldn't get to be in front of my laptop much in the last days.
    I tried to update the graphics card, but didn't succeed.
    Official windows 10 driver for Intel HD 3000 is not available on Intel's site, so I tried to install the latest for Windows 8.1, of course it didn't allow me to install it.
    I uninstalled the current driver, and started a driver update from device manager. It downloaded and installed the same driver...
    Intel HD 3000 graphics driver:
    date: 2015.05.26.
    version: 9.17.10.4229

    blueelvis, what is your driver version? You don't happen to know how it got on your system, right?

    Thanks for the help so far :)
      My Computer


  9. Posts : 73
    Windows Embedded 8.1 Industry Pro
       #9

    qzole said:
    Sorry, I couldn't get to be in front of my laptop much in the last days.
    I tried to update the graphics card, but didn't succeed.
    Official windows 10 driver for Intel HD 3000 is not available on Intel's site, so I tried to install the latest for Windows 8.1, of course it didn't allow me to install it.
    I uninstalled the current driver, and started a driver update from device manager. It downloaded and installed the same driver...
    Intel HD 3000 graphics driver:
    date: 2015.05.26.
    version: 9.17.10.4229

    blueelvis, what is your driver version? You don't happen to know how it got on your system, right?

    Thanks for the help so far :)
    Don't worry, we are here

    The version on my system as of now is -
    Code:
    Driver Version	9.17.10.4229
    It is strange that the timestamp is different :|

    I got that driver from Windows Update as far as I know.



    -Pranav
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:47.
Find Us




Windows 10 Forums