Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Fix Game Crashes With Monsters Over Certain ATK #2

Open
Arefu opened this issue May 9, 2018 · 2 comments
Open

Fix Game Crashes With Monsters Over Certain ATK #2

Arefu opened this issue May 9, 2018 · 2 comments

Comments

@Arefu
Copy link
Owner

Arefu commented May 9, 2018

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.

@Arefu
Copy link
Owner Author

Arefu commented May 28, 2018

I've figured out a start.

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.

@Arefu
Copy link
Owner Author

Arefu commented May 28, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant