-
Notifications
You must be signed in to change notification settings - Fork 73
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
Fixed a crash #194
Fixed a crash #194
Conversation
[#] Fixed a crash Related issues: fixes misyltoad#137 fixes misyltoad#85
Let's come back to this after 0.20, do you have a repro case? |
I'll can get one in a few hours |
Maybe check the related issues? It looks like it's simple to repro in GMod with an expanding hydraulic. |
Latest Build: crash.mp4 |
I did a bit more testing, and it seems like |
Is it not set up to have an OnDestroyedListener? |
It has and |
I guess MR that NULL check? :-) |
It'll solve the world -> prop crash but not the prop -> prop crash sadly I'll look into it tomorrow again to try and solve it |
… objects becomes invalid
So It seems like I found the cause, and it should now be fixed for all cases :D I also reverted the original two commits, since it seems like they didn't really do anything. |
[#] Fixed a crash
Related issues:
fixes #137
fixes #85