michael-fadely / d3d8to11

Run DirectX 8 programs in DirectX 11
MIT License
24 stars 8 forks source link

Arma: Cold War Assault - crash at startup #15

Open Mitch037 opened 1 year ago

Mitch037 commented 1 year ago

At startup there's an error message:

Cannot create 3D device:
Adapter 0 () Fullscreen
Resolution 1920x1080, format A8R8G8B8/D24S8, refresh 60 Hz.
Error D3DERR_INVALIDCALL

Once press OK the application is closed.

michael-fadely commented 1 year ago

I don't have this game to debug with, but if I had to guess, this is probably related to #8 which also relates to render target creation. This project also doesn't yet support shader translation, which is a possible cause, although unlikely going by the graphical fidelity.

Thanks for the report!

simi commented 5 months ago

@michael-fadely is there anything I can help here to debug?