Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Get an error when trying to choose not to buy a cinnamon roll. Looks like this might give away some of the story, so anyone that doesn't want hints about what decisions to make should avert their eyes from the following...

``` I'm sorry, but an uncaught exception occurred. While running game code:   File "game/script.rpy", line 5985, in script call     call chapter1 from _call_chapter1   File "game/story/chapter4.rpy", line 3648, in script     $ goodEnding += 1   File "game/story/chapter4.rpy", line 3648, in <module>     $ goodEnding += 1       ^^^^^^^^^^      NameError: name 'goodEnding' is not defined. Did you mean: 'goodEnd'? -- Full Traceback ------------------------------------------------------------ Traceback (most recent call last):   File "game/script.rpy", line 5985, in script call     call chapter1 from _call_chapter1   File "game/story/chapter4.rpy", line 3648, in script     $ goodEnding += 1   File "renpy/ast.py", line 1187, in execute     renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "renpy/python.py", line 1260, in py_exec_bytecode     exec(bytecode, globals, locals)     ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^   File "game/story/chapter4.rpy", line 3648, in <module>     $ goodEnding += 1       ^^^^^^^^^^      NameError: name 'goodEnding' is not defined. Did you mean: 'goodEnd'? Windows-10-10.0.19044-SP0 AMD64 Ren'Py 8.4.1.25072401 Coda 0.9.0 Wed Nov 12 19:01:24 2025 ```

Which version are you playing? I think I fixed it in 0.9.3

0.9.0, sorry I didn't notice you'd updated it already. I tried again with 0.9.4 and now it works, thanks.