You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
I have not had this issue as of yet in my time playing this game, in order for me to fix it I may need to make a dump system for the game so if it crashes my tools can step in and generate a dump for the game so I can start working on what might be causing it rather than using trial and error with IDA and Cheat Engine.
The text was updated successfully, but these errors were encountered:
6c52a32 has the start of an UnhandledException function, I will extend on this and hopefully have a DLL ready soon called NoCrash which will need to be loaded into the game which will not only hopefully patch potentional crashes it will also help debug future ones by dumping out any information I might need.
NoCrash can be found here. Please note it is only a shell at the moment which still detours back to the game to handle crashing. I will update this the more functions I find that crash the game.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have not had this issue as of yet in my time playing this game, in order for me to fix it I may need to make a dump system for the game so if it crashes my tools can step in and generate a dump for the game so I can start working on what might be causing it rather than using trial and error with IDA and Cheat Engine.
The text was updated successfully, but these errors were encountered: