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

Crash in CEntity::CleanUpOldReference #468

Open
Pirulax opened this issue Sep 9, 2022 · 2 comments
Open

Crash in CEntity::CleanUpOldReference #468

Pirulax opened this issue Sep 9, 2022 · 2 comments
Labels
bug (vanilla) This bug is from the original game

Comments

@Pirulax
Copy link
Collaborator

Pirulax commented Sep 9, 2022

Description

Crash happens in the above function

Steps to Reproduce

Not sure tbh, I was just AFKing, closed the game, and that it.

Expected Behavior

...

Current Behavior

...

Screenshots/Videos

Callstack
image

@Pirulax Pirulax added the bug Something isn't working label Sep 9, 2022
@yukani
Copy link
Collaborator

yukani commented Sep 9, 2022

from CInterestingEvents::~CInterestingEvents (0x85689c)

@Pirulax
Copy link
Collaborator Author

Pirulax commented Sep 9, 2022

I think this actually is an OG bug.
Since this thing is static it's destroyed atexit, at which point the pools are unallocated already, which, well, is use after free => bad.
No real solution for now imho.
Good job btw thank you!

@Pirulax Pirulax added the bug (vanilla) This bug is from the original game label Sep 9, 2022
@yukani yukani removed the bug Something isn't working label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug (vanilla) This bug is from the original game
Projects
None yet
Development

No branches or pull requests

2 participants