-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exiting to main menu while in a choice freezes (softlocks) the game #106
Comments
Oh, I guess there were some other issues with choices for Rei, perhaps it's worth checking them for other chapters From the Rei "Known Issues" thread: 07th-mod/higurashi-rei#2
|
- Not all chapters are broken in the same way - See #106 - See 07th-mod/higurashi-rei#2 (comment) - This was semi-applied in Rei (5796215), but it did not fix loading during a choice, and had some issues, so I'm going to revert that in Rei
I made some changes, then tested on Ch.1 and Rei (as the changes are not identical to the ones I made earlier, to fix some other paths which cause problems like loading when a choice is on screen). Seems to work, so should apply branch https://github.com/07th-mod/higurashi-assembly/compare/f-fix-leave-choice in next release to fix this issue. |
- Not all chapters are broken in the same way - See #106 - See 07th-mod/higurashi-rei#2 (comment) - This was semi-applied in Rei (5796215), but it did not fix loading during a choice, and had some issues, so I'm going to revert that in Rei
…113) - Not all chapters are broken in the same way - See #106 - See 07th-mod/higurashi-rei#2 (comment) - This was semi-applied in Rei (5796215), but it did not fix loading during a choice, and had some issues, so I'm going to revert that in Rei
When we were doing Rei, I fixed a bug where if you exited to the main menu while a choice was on screen, it would freeze the game. The bug was fixed in 5796215.
Edit: Note that if you try to save during a choice, that works fine. It's only if you try to exit to the main menu specifically, not just bringing up the right click menu.
It turns out this bug applies to all? chapters, or at least Himatsubishi, because someone reported the same bug just today, and I could reproduce the bug.
To fix this, we just need to apply the same fix to all chapters, although I may need to change how the code is modified for ch1-4 and ch5-8.
Here is a screenshot of where the reporter got softlocked (they were playing the italian version, but it happens on the English version too). This is from the himatsubishi TIPS number 9, after holding CTRL for about 5 seconds.

From here, when you go into the menu, and click "Exit to menu", the UI fades out, but the text remains, and you can't click on anything anymore.
The text was updated successfully, but these errors were encountered: