Elisha Riedlinger

Results 851 comments of Elisha Riedlinger
trafficstars

I suspect the issue is related to something else and not dxwrapper. Since the issue only happens in windowed mode, which is a mode where other application can interfere with...

Can you try with the latest build. This issue should be fixed: [dxwrapper.zip](https://github.com/user-attachments/files/22691042/dxwrapper.zip)

> Though it looks like the brightness menu in windowed mode is non-functional again. Yes, I fixed this issue in #441.

Can you try with the latest build. Just replace the dxwrapper.dll file with the one in this package: [dxwrapper.zip](https://github.com/user-attachments/files/16716977/dxwrapper.zip)

Just from the logs it looks like the game is creating a second device before releasing the first. Can you try with the debug log and send the full log...

Thanks! I fixed an issue that I found from your logs. I see what is happening now. The game creates a `IID_IDirect3DDevice9Ex` interface and then queries for `IID_IDirect3DDevice9`. I wrote...

I don't really have a good way to test this use case but I put a fix (just a hack for now) in for it. Let me know if you...

Ok, great. Thanks for the confirmation.

I put a proper fix in for this. If you have a chance I would appreciate it if you can test with the latest build to make sure it still...