-
Notifications
You must be signed in to change notification settings - Fork 127
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 when opening escape menu #101
Comments
Does this line appear in your output log? In any case, I'm pretty sure this is due to my careless implementation on how the menu reads any existing saved 😅 (deleting the data in this case unfortuantely won't help). |
Can you give aca79f5 a try and see if that fixes it for you? |
Okay, so this error is related to how the system time and date is read into a string and then parsed. Unfortuantely that's gonna be a bit tricky to troubleshoot for me, but if you could just add this line in the
|
@ac-arcana this looks like the time string format I worked with, so still odd that you got an error. Could you give it a go and see if it solves your issue? (edit: accidentally closed this, reponed now) |
It is fixed, thank you! |
On the latest build I am crashing whenever I press escape.
It is crashing on player_state_savetime on tab_menu_controller.gd:82
I deleted my userdata and this crash persists.
The text was updated successfully, but these errors were encountered: