-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game Crashes if I place the two files next to it's folder #6
Comments
I'm currently rewriting some parts to make the hook more compatible with third-party overlays, this might indirectly solve your issue. Not sure when I will be pushing the commits though, should be soon. However the version in the repo should already work with 99% of games as long as there is no third-party overlay/hook (MSI AfterBurner, etc) messing around in the memory. The VESA display test might be a special case though. |
Any update on this? Since I am running this on a unity game on steam and it's unable to launch. When I remove the files the game runs fine. Overlay code:
Stacktrace:
|
Same code also crashes on unreal engine games, stacktrace:
|
Hi man.
Thanks for your work!
I compiled successfully without any code modification by the VS 2022 Communication Edition.
However, after I placed the generated dxgi.dll and blank.jpg to the game folder, the game quitted after 3~4 seconds.
I didn't actually run a game, I ran the "VESA Disaplay Test" and "D3D12HDR" because I want this hook to try to increase the brightness of the HDR rendering.
All the generated directx_hook_log.txt is 0 bytes.
I'll actually run a game after work.
The text was updated successfully, but these errors were encountered: