-
Notifications
You must be signed in to change notification settings - Fork 487
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 the game under 20 seconds #365
Comments
Sorry, but I can't reproduce that because I either can't manage to hit it in time or the issue lies somewhere else.
Then type |
(gdb) r Thread 1 received signal SIGSEGV, Segmentation fault. |
Well, that's something. Can you do a clean rebuild with |
(gdb) r Thread 1 received signal SIGSEGV, Segmentation fault. |
Oh boy, how the fuck did that happen. |
Can you check what happens with the latest nightly commit? |
So sorry! I didn't see your comment until now. |
Yeah that's about what I expected. At least it shouldn't affect the save now. |
… at once (sm64pc#361)" (sm64pc#365) This reverts commit 6a8cd86.
Video of the bug: https://streamable.com/6j86na
Tested with newest nightly.
Tested with US, EU and JP.
How this bug works is that when you open "Copy File" as fast as possible when you go into the file select screen, the game does not detect that save data exists. From there if you go into "Check Score" and you select an empty save file, the game selects it. After that if you go into "Erase File" the game still thinks you have selected the save file and the prompt appears asking if you are sure that you want to delete your save file. Selecting "Yes" will make the game crash. My guess is because it's trying to delete something that doesn't exist.
The text was updated successfully, but these errors were encountered: