Minor fix for Just Bros v1.30.3
Added 2024-12-04 14:11:09 +0000 UTCResolved an issue in Chapters 3 and 6 where the chapter and day announcements caused errors that disrupted gameplay
Fixed the "To Be Continued" screen at the end of Chapter 30 to ensure a smooth transition back to the main menu, preventing the game from ending abruptly or progressing past Chapter 30 unintentionally
If you weren’t affected by these issues, there's no need to download this update. These fixes will automatically be included in the next full chapter update.
The links for these versions are also updated on the main post : https://www.patreon.com/posts/117051009
MAC : JustBros-1.30.3-mac.zip
Android : justbros1.android-release.apk
EDIT : 2nd hotfix for Chapter 6 bug v.1.30.3
Comments
Looking into it! Sorry for the inconvenience
ellofatdog
2024-12-14 13:27:46 +0000 UTCI also get the following error, when trying to look at the stats at chapter end from (I believe) chapter 17 onwards. I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: could not find label 'statscheck'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 12, in script call File "game/chapter19.rpyc", line 20, in script call File "C:\Games\JustBros 1.30.3\renpy\ast.py", line 1705, in execute rv = renpy.game.context().call(label, return_site=self.next.name) File "game/script.rpyc", line 12, in script call File "game/chapter19.rpyc", line 20, in script call File "C:\Games\JustBros 1.30.3\renpy\script.py", line 927, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'statscheck'. Windows-10-10.0.22631 AMD64 Ren'Py 8.0.3.22090809 Just Bros 1.30.3
ButchDiavolo
2024-12-14 01:08:38 +0000 UTCTrying to go home after finding the red ticket for the treasure hunt, I am getting the following error, which makes it impossible to continue the game: ``` I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 588, in execute_show_screen renpy.show_screen(name, *args, **kwargs) Exception: Screen chapter_day_announcement is not known. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpyc", line 12, in script call File "game/chapter22.rpyc", line 20, in script File "C:\Games\Just Bros 1.30.3\renpy\ast.py", line 2232, in execute self.call("execute") File "C:\Games\Just Bros 1.30.3\renpy\ast.py", line 2220, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Games\Just Bros 1.30.3\renpy\statements.py", line 281, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 588, in execute_show_screen renpy.show_screen(name, *args, **kwargs) File "C:\Games\Just Bros 1.30.3\renpy\display\screen.py", line 1185, in show_screen raise Exception("Screen %s is not known.\n" % (name[0],)) Exception: Screen chapter_day_announcement is not known. Windows-10-10.0.26100 AMD64 Ren'Py 8.0.3.22090809 Just Bros 1.30.3 Sat Dec 14 02:02:00 2024 ```
ButchDiavolo
2024-12-14 01:05:49 +0000 UTC