Skip to content
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

Open
matty45 opened this issue Nov 13, 2024 · 23 comments
Open

Game crashes to desktop #1

matty45 opened this issue Nov 13, 2024 · 23 comments

Comments

@matty45
Copy link

matty45 commented Nov 13, 2024

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.

@Surasia
Copy link
Owner

Surasia commented Nov 13, 2024

Are you using the latest version? That should have the updated offsets.

@acurtis166
Copy link

For me a console window comes up with log entries but then disappears with no game load.

Animation

InfiniteExt up to date
Windows 11
Halo Infinite up to date

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

Are you using the latest version? That should have the updated offsets.

Made sure to use the latest version in releases.

@Surasia
Copy link
Owner

Surasia commented Nov 13, 2024

Infinite has to be launched from Steam, as it still depends on the steamapi dll. Let me know if that fixes it.

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

Launching from steam did not change anything.

@acurtis166
Copy link

Same outcome for me, as well.

@Surasia
Copy link
Owner

Surasia commented Nov 13, 2024

Hm, I'll take a look in a moment.

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

i think it could be the imgui hook:
image

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

wait what. its working now!?
image

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

all i did was go through the thing step by step in x64dbg

@Surasia
Copy link
Owner

Surasia commented Nov 13, 2024

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.

@matty45
Copy link
Author

matty45 commented Nov 13, 2024

dx12 hooking is painful compared to older graphics apis

@Surasia
Copy link
Owner

Surasia commented Nov 13, 2024

It unfortunately is. @acurtis166 Have you had any success?

@acurtis166
Copy link

Not yet - I'll try a couple things tonight and let you know. Thanks!

@acurtis166
Copy link

I think I'm in the same situation as matty45 now. "ImGui initialized" is logged to the terminal before the crash.

@Mungr3ss
Copy link

error
this is what i get when launching the game, it's followed by a black screen with the infinite cursor and then it closes.

@Surasia
Copy link
Owner

Surasia commented Dec 25, 2024

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.

@Mungr3ss
Copy link

we can wait. take your time. and merry christmas!

@Surasia
Copy link
Owner

Surasia commented Dec 25, 2024

merry christmas to you too!

@Surasia
Copy link
Owner

Surasia commented Dec 29, 2024

@Mungr3ss Can you try now with 0.4.4?

@Mungr3ss
Copy link

Mungr3ss commented Dec 29, 2024

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. :(
which is what happens on a normal unmodified game when put offline.

@Surasia
Copy link
Owner

Surasia commented Dec 29, 2024

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.

@Mungr3ss
Copy link

Mungr3ss commented Jan 11, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants