rdoeffinger / xwa_ddraw_d3d11

Direct3D 11 implementation of DDraw.dll for XWA
MIT License
63 stars 2 forks source link

Crash when 3D hardware is turned on #7

Closed bguthrie1 closed 5 years ago

bguthrie1 commented 5 years ago

A friend of mine is having a crash to desktop when turning on 3D Hardware and going in flight. Its fine when he runs on 16-bit.

Here is the event viewer log of the crash:

unknown

rdoeffinger commented 5 years ago

Sorry, I can't reproduce it and the event viewer has far too little data. Unless there's a way to get a debugger backtrace or something like that the chances of finding a fix are fairly slim. EDIT: not sure what is available in the "Details" tab, but trying to get a screenshot of that at least might be worth a try.

rdoeffinger commented 5 years ago

Actually one nugget of information is that "faulting module path" is also XWING95.EXE, so it's not a crash in ddraw.dll itself. That might mean that checking the compatibility settings might be a good idea, though I am not sure which exact settings should be used.

bguthrie1 commented 5 years ago

He reinstalled the game and redownloaded the latest ddraw. Not sure what caused the issue but all is good now.