D3d9 Error Windows 10

Mechanical engineer cant computer

Reputable

I haven't used the BL2 launcher in a while, but doesn't it have video settings? Or, if you know what resolution the game is using, you could temporarily change your desktop to the same resolution, although if you have icons on the desktop, some of them may be rearranged when you change the resolution. Jun 14, 2017  Windows 10, DirectX 9 apps/games all fail with d3d9.dll access violation Since upgrading to Windows 10, I cannot use any app that requires DirectX 9. I have the most recent video drivers from nVidia and non dx9 games work fine. This makes a massive portion of my games library unplayable. IT WILL DESTROY YOUR WINDOWS.

Jul 26, 2015
5
0
4,510
0

D3d9 Error Windows 10 Download

I updated windows 7 to windows 10 and since then I cant play any game that uses d3d9. I tested just about every game I have and i get the same error. Any d3d other than d3d9 works perfectly. I tested all my ram sticks, together and separately, and tried to check for corrupt files with cmd. After contacting Microsoft and working with tech support for an hour where all they did was try to change compatibility mode, they said you don't know whats wrong and left me to it. I tried a clean boot too. I also cant seem to find anyone else on windows 10 with this problem but i have seen it in windows 7 and 8/8.1.
Event logs:
Faulting application name: Nosgoth.exe, version: 1.0.10246.0, time stamp: 0x55b24f20
Faulting module name: d3d9.dll, version: 10.0.10240.16412, time stamp: 0x55b99496
Exception code: 0xc0000005
Fault offset: 0x0004a063
Faulting process id: 0x654
Faulting application start time: 0x01d0d25424502478
Faulting application path: G:SteamLibrarysteamappscommonnosgothBinariesWin32Nosgoth.exe
Faulting module path: C:WindowsSYSTEM32d3d9.dll
Report Id: 3d76bf17-9137-47d0-8cb6-d9cfc20e4b3b
Faulting package full name:
Faulting package-relative application ID:
Faulting application name: rogame.exe, version: 0.0.0.0, time stamp: 0x54b3fc0d
Faulting module name: d3d9.dll, version: 10.0.10240.16412, time stamp: 0x55b99496
Exception code: 0xc0000005
Fault offset: 0x0004a063
Faulting process id: 0x8ac
Faulting application start time: 0x01d0d262a88f4705
Faulting application path: G:SteamLibrarysteamappscommonRed Orchestra 2binarieswin32rogame.exe
Faulting module path: C:WindowsSYSTEM32d3d9.dll
Report Id: 5970c582-c1ae-459e-9f08-286d9aed3d6f
Faulting package full name:
Faulting package-relative application ID:
Faulting application name: CivilizationV.exe, version: 1.0.3.279, time stamp: 0x546ccb59
Faulting module name: d3d9.dll, version: 10.0.10240.16412, time stamp: 0x55b99496
Exception code: 0xc0000005
Fault offset: 0x0004a063
Faulting process id: 0x23d4
Faulting application start time: 0x01d0d2627735180f
Faulting application path: G:SteamLibrarysteamappscommonSid Meier's Civilization VCivilizationV.exe
Faulting module path: C:WindowsSYSTEM32d3d9.dll
Report Id: 7f58f05b-be8d-42d1-a775-20c92fe4bf75
Faulting package full name:
Faulting package-relative application ID:
Active3 years, 7 months ago

Recently been trying to link needed include/libraries to my DirectX 9 project from the 'Microsoft DirectX SDK (June 2010)'. However when I compile I get the following: 1>LINK : fatal error LNK1104: cannot open file 'd3d9.h'. NOTE: I'm using Windows 10 with Visual Studio 2015.

Here is what I have done so far with the project settings in order to link the necessary files.1. In VC++ Directories I have linked the Include and Library(x86).

  1. In Linker>Input>Additional Dependencies I have added the necessary header files from DirectX 9. These are d3d9.h and d3dx9.h.

  2. Here are my include statements. I only include d3d9.h and d3dx9.h from DirectX 9.

Andreas JohanssonAndreas Johansson

1 Answer

D3d9.dll Error Windows 10

As @Youka said in his comment, you shouldn't be linking header files. You link libraries - and this doesn't vary between versions of Visual Studio. Instead of having d3d9.h and d3dx9.h in the linker settings, you will want instead d3d9.lib and d3dx9.lib.

MuertoExcobitoWindows

D3d9 Error Windows 10 Upgrade

WindowsMuertoExcobitoWindows 10 download

D3d9 Error Windows 10

7,3292 gold badges21 silver badges53 bronze badges

How To Fix D3d9 Error

Not the answer you're looking for? Browse other questions tagged c++visual-studiovisual-c++directx or ask your own question.