-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
The game can crash with a vector-out-of-bounds exception in hashers
cleanup code
#685
Comments
20 mins on autopilot , autopilot should drop close enough to relevent nav point. Assuming you didn't crash you most likely were at "system boundery" . an overflow of somekind would be reasonable |
Perhaps I did reach the system boundary. The game still shouldn't crash. The game should almost never crash. At least not without providing some sort of "soft landing," as #681 discusses. |
@stephengtuggy is this still an issue? Can we defer to 0.10.x? Or do we need to close it for releasing 0.9.x? |
@BenjamenMeyer I am definitely of the opinion that this needs to be fixed before releasing 0.9.x. |
Do we have a plan for fixing it? |
I think I have a relatively small change that I can try. I will try to get to it tomorrow. |
I'm pretty sure that this particular source of crashes is now fixed. |
Known Issues: The game crashed just now, after I left my ship on autopilot for about 20 minutes. It hit a vector-out-of-bounds exception on this line. Hopefully I will have this fixed within another couple of PRs or so. At least we're catching it now, rather than blithely going on into unallocated memory or something of the sort.
Originally posted by @stephengtuggy in #683 (comment)
The text was updated successfully, but these errors were encountered: