misyltoad / d9vk

A Direct3D9 to Vulkan layer using the DXVK backend. [Upstreamed to DXVK]
https://github.com/doitsujin/dxvk
zlib License
838 stars 42 forks source link

Windows Compatibility Mode Crash (0xc0000005) #394

Closed cynicer closed 5 years ago

cynicer commented 5 years ago

I'm using the d3d9.dll in a an old game (FHX) on Windows 10, which runs fine (besides the already opened issue #306). The game needs Windows XP compatibility mode set in order to run properly. When I activate it the game won't start and just show this error:

"The application was unable to start correctly (0xc0000005)." image

There are no logs created.

Software information

FHX (Ferentus, Herrcot or Xiones) released in 2004 and closed in 2008.

System information

Apitrace file(s)

None

Log files

qeekeykiki commented 5 years ago

SWTOR also refuse to run in similar way on Windows if D9VK is used, though in this case, SWTOR doesn't need any modification of Compatibility Mode.

to put it simply:

(on Linux, such problem never happened. SWTOR works perfectly with D9VK since its early version)

misyltoad commented 5 years ago

Can't fix. Won't fix. Sorry.

misyltoad commented 5 years ago

You may be able to workaround this by using an MSVC build:

d3d9.zip

cynicer commented 5 years ago

MSVC build works for me, thanks!