Announcement

Collapse
No announcement yet.

Intel HD graphics crash, igdumd64.dll with Directx 3D [Solved]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Intel HD graphics crash, igdumd64.dll with Directx 3D [Solved]

    This might help out a few other people. We noticed our PerformanceTest benchmark software crashing on a new machine with Intel HD 4000 graphics.

    After some detailed investigation & trial and error we found that the crash occurs when,
    - Intel HD 4000 graphics are in use
    - Win7 64bit is the O/S
    - Multiple monitors are in use but discrete video card is not in use.
    - "Monitor 1" is not the primary desktop monitor.
    - Calling the DirectX function CreateDevice() with anti-aliasing > x2 set.
    - Running DirectX 9 in full screen mode.

    Note that CreateDevice () is called for pretty much every 3D game and application on launch. So this problem will effect a lot of different software on startup.

    Running DirectX without anti-aliasing or in windowed mode did not provoke the problem. Running with a single monitor also did not cause the problem. The problem might also occur with Intel HD 2000/3000 video, this wasn't tested. We also don't know if 32bit is equally effected or not. We also didn't see the problem with DirectX10. So it is a fairly precise set of circumstances.

    We tested with several different versions of the Intel device driver including the most recent May 2012 release, version 15.26.12.2761 (8.15.10.2761) and also version 8.15.10.2696, from March 2012.

    We are 99% sure is it a bug in the Intel video card driver code. The crash very reproducible and was always in the Intel video card driver DLL, igdumd64.dll

    So while the real solution is for Intel to fix their driver, a workaround is to swap your "main display" from the Windows display resolution selection screen, turn off anti-aliasing, if this is an option in your game or use DirectX 10, if available.

    If you can play your game for a while, then get a crash, then you probably have a different issue, as this particular problem provokes an immediately failure before anything is rendered in 3D. If you have a BSOD then you probably also have a different issue. As the igdumd64.dll DLL is a user mode driver (not a kernel driver). Meaning your game or application will crash, but not the whole machine.

  • #2
    We contacted Intel about this. Disappointingly they just sent us a canned answer back. They told us to upgrade to the latest driver, 8.15.10.2761. But this was the one we already tested and saw the problem on.

    The also said this in their canned E-Mail.
    "Please be aware that we provide generic drivers that have not been developed or tested specially for your system. Each motherboard, laptop or Original Equipment Manufacturer can add, remove and change features on the video controllers they implement on their systems".
    Which is just a stupid thing to say as the GPU is part of the Intel CPU. The motherboard manufacturers can't reprogram the CPU/GPU or even control which CPU is used in their motherboards.

    We are in the Intel developers program so I was expecting better than a canned response that didn't address the issue. Also ironic is that fact is that they keep sending us monthly E-mails about how us developers should be optimizing our code for the Intel HD graphics.

    Comment


    • #3
      Intel suggested their newer Window 8 preview driver might fix it. I think this was based on wishful thinking, rather than any investigation of the actual problem. This is driver version 15.28.0.64.2792 (9.17.10.2792).

      On the Intel web site they say these drivers only support Windows 8 & Windows 8 64-bit.
      They further state “These drivers will not function with any other product”. Seems this is not true however and the Win8 drivers also work on Win7.

      Unsurprisingly, this didn't fix the problem.

      Comment


      • #4
        More feedback from Intel (an Engineer rather than a drone this time).
        After collecting more system information, they have reproduced the problem and raised and internal bug report. No details of if and when it might get fixed.

        Comment


        • #5
          Greetings, David:

          Same problem, same determination: that igdumd64.dll is causing the game crash.

          Interesting that this problem has been reported as early at April 2010, and I have not found the solutionanywhere (yet) online. Microsoft "Answer Desk" spent several hours with me trying without success.

          Your discussion is the most thorough and educated.

          But the header indicates that this issue is "Solved". How?

          Thanks for sharing that.
          Flie

          Comment


          • #6
            What game did you see this problem in?

            There is a workaround that solves the problem,
            "....swap your "main display" from the Windows display resolution selection screen, turn off anti-aliasing, if this is an option in your game or use DirectX 10, if available.".


            We have also had a bit more correspondence with Intel over this. They are saying their driver is all OK, and the applications that provoke this problem are doing the wrong thing. Our opinion is that we followed the Microsoft recommended DirectX programming method and examples & that a driver should never really crash in any case.

            If we manage to agree whose fault it and get resolution I'll post an update here.

            Comment


            • #7
              Another update on this. After 5 months I think we have convinced Intel that there is a problem.

              We created a sample project, which was basically directly from the Microsoft DirectX SDK, and supplied that to Intel, showing them how and where it crashed.

              Got word back today that
              "The issue you reported was replicated at our validation labs and is currently in debug by the display driver team".

              So it might be properly fixed soon and the work around above will then be no longer required.

              Comment


              • #8
                Intel says the problem has been fixed (29/Jan/2013).
                Fix will be included in the next Intel driver release. They didn't say when this might be and we have not been able to confirm any fix has actually been implemented.

                Comment

                Working...
                X