Elisha Riedlinger

Results 768 comments of Elisha Riedlinger

It looks like this issue is worse with the Windows 10 [April Update](https://support.microsoft.com/en-us/help/4028685/windows-10-get-the-update). Now it's not only the intro video that shows a black screen, the other videos in the...

Yes, I tried "Disable fullscreen optimizations" as well as several other compatibility settings. They have no effect.

Yes, this is not a compatibility issue. This seems like an issue with how Windows 10 handles Direct3D8 differently than Direct3D9.

I found out that if I set the game to [Windowed mode](https://github.com/elishacloud/dxwrapper/commit/8615d33990c4b429bf96728847d287099421e234) then the videos play just fine with d3d8to9. Apparently I just need to set: ```c++ pPresentationParameters->Windowed = true;...

Here is a patch with the fix: [d3d8.zip](https://github.com/crosire/d3d8to9/files/2308831/d3d8.zip) Note: this just plays the game in windowed mode but forces the window to be full screen.

Here is an updated patch. This one will no longer bypass ReShade: [d3d8.zip](https://github.com/crosire/d3d8to9/files/2311092/d3d8.zip) However it appears that ReShade has a bug. ReShade crashes for me with _Indiana Jones and the...

Interesting. It could be the version of the game I am using. I am using the [GOG](https://www.gog.com/game/indiana_jones_and_the_emperors_tomb) version. I am glad it works for you! BTW: I am not sure...

> having quicktime player allowed the intro movies to play but i'm not sure how this is connected. That is different. That is likely because QuickTime installs some [codec](https://en.wikipedia.org/wiki/Codec) that...

@Radio30, I am not quite sure exactly why it is just showing a black screen. I believe it is a bug in Windows 10 and can reproduce this with other...

I believe the game does not respond to certain notification messages which cause this issue. Those messages only happen because the game is running in windowed mode. I will probably...