-
Notifications
You must be signed in to change notification settings - Fork 0
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 to desktop #1
Comments
Are you using the latest version? That should have the updated offsets. |
Made sure to use the latest version in releases. |
Infinite has to be launched from Steam, as it still depends on the steamapi dll. Let me know if that fixes it. |
Launching from steam did not change anything. |
Same outcome for me, as well. |
Hm, I'll take a look in a moment. |
all i did was go through the thing step by step in x64dbg |
The game raises a number of exceptions when launching, which yes you should be able to step through in x64dbg. I however think the initial issue is with DX12 not presenting as soon as the hooks are done- I might have to add a delay there to compensate for it. |
dx12 hooking is painful compared to older graphics apis |
It unfortunately is. @acurtis166 Have you had any success? |
Not yet - I'll try a couple things tonight and let you know. Thanks! |
I think I'm in the same situation as matty45 now. "ImGui initialized" is logged to the terminal before the crash. |
The current build isn't updated for the latest build, I plan on doing that in a week or so. Unfortunately I don't have much time to work on this currently, it has been a few busy weeks. |
we can wait. take your time. and merry christmas! |
merry christmas to you too! |
@Mungr3ss Can you try now with 0.4.4? |
took a few launches before it launched the game without crashing. what hoping this project was going to be like https://github.com/Blamify/Gatekeeper since it says it's based on it. as custom games offline / lan have been broken since many updates ago. they are only playable while online. however after waiting several minutes for the custom games screen to appear, nothing was available offline as it just throws up a "problem with infinite servers" when you try and load a map. :( |
I am planning on integrating a proxy for it, so you could in theory use an offline cache. I have emulated something like that with Fiddler, the biggest issue is getting lobby connectivity working. |
it'll be great if someone can find a workarond for custom games offline. i have no interest in online mp but would love to play against the bots. also if forge could be used offline too, that would be good. |
After installing the tool as instructed in the readme, the game crashes to desktop, some point after initializing imgui.
It is unknown if its because of a new update something else.
The text was updated successfully, but these errors were encountered: