Closing game while cheat is injected cause game to not exit properly
Closed this issue · 3 comments
Deleted user commented
- Seems to freeze up and hang around in task manager without properly exiting
- Detaching cheat before closing the game means it works properly
- Not sure what causes it.
kwilcz commented
Probably thanks to console being allocated.
I'll try to look for the solution for de-allocation for it when you exit the game.
kwilcz commented
Hmm, I now realized I have exactly the same code for detaching in my priv cheat and I never had an issue like that. Did it happen in a clean build?
kwilcz commented
Forgot to mention.
It's probably fixed in 3854c9e#diff-3142bd55d75223f4acc831acdde04ee7
Reopen a new issue if it will appear again.