XNA Creators Club Online
Page 1 of 1 (4 items)
Sort Posts: Previous Next

Windows 7 Direct3D9: (ERROR)

Last post 11/20/2009 3:51 AM by David Hunt. 3 replies.
  • 11/20/2009 2:51 AM

    Windows 7 Direct3D9: (ERROR)

    I am running a application on Windows 7.  It does not work and gives me the messages:
    Direct3D9: (ERROR) :Could not create exclusive mode mutex. exiting
    The thread 0x95C has exited with code -1073741502 (0xC0000142).

    I had download and installed the lasted directx 9c from microsoft website!
     VC++ 6 and sp6

    How can I do?

    Thanks for all!
  • 11/20/2009 3:20 AM In reply to

    Re: Windows 7 Direct3D9: (ERROR)

    What version of the DirectX SDK are you using to create the program? If you are using VC++ 6, it would have to be a pretty old version. The latest SDK requires at least VS 2005.

    I suspect that the SDK version you are using has bugs or incompatibilities with Windows 7.

  • 11/20/2009 3:44 AM In reply to

    Re: Windows 7 Direct3D9: (ERROR)

    DXSDK_Aug08.exe
    How can I do?
  • 11/20/2009 3:51 AM In reply to

    Re: Windows 7 Direct3D9: (ERROR)

    Make sure you have the latest video drivers for the Windows 7 machine. The problem really sounds like a driver compatibility issue.

    Also, you need to throw away VC++ 6. That thing is awful (and unsupported). Get VC++ 2008 Express Edition (or VS 2008 if you have the money) and the latest version of the DirectX SDK.

    Beyond that, I can't really say for sure. Google didn't turn up a lot of help on the issue.

Page 1 of 1 (4 items) Previous Next