Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+1)

Thats from the traceback.txt:


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/custom/world/gameflow.rpy", line 16, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

[Previous line repeated 2 more times]

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

[Previous line repeated 10 more times]

  File "game/custom/definitions/locations/bar.rpy", line 295, in script call

  File "game/custom/launch.rpy", line 22, in script call

  File "game/custom/functions.rpy", line 15, in script call

  File "game/custom/world/world.rpy", line 38, in script call

  File "game/custom/definitions/characters/characters.rpy", line 419, in script

  File "game/custom/definitions/characters/characters.rpy", line 422, in <module>

  File "game/custom/definitions/characters/characters.rpy", line 188, in moveCharacter

AttributeError: 'Person' object has no attribute 'blockedLocations'

-- Full Traceback ------------------------------------------------------------

Traceback (most recent call last):

  File "game/custom/world/gameflow.rpy", line 16, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

  File "game/custom/definitions/locations/bar.rpy", line 271, in script call

[Previous line repeated 2 more times]

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

  File "game/custom/definitions/locations/bar.rpy", line 303, in script call

[Previous line repeated 10 more times]

  File "game/custom/definitions/locations/bar.rpy", line 295, in script call

  File "game/custom/launch.rpy", line 22, in script call

  File "game/custom/functions.rpy", line 15, in script call

  File "game/custom/world/world.rpy", line 38, in script call

  File "game/custom/definitions/characters/characters.rpy", line 419, in script

  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/custom/definitions/characters/characters.rpy", line 422, in <module>

  File "game/custom/definitions/characters/characters.rpy", line 188, in moveCharacter

AttributeError: 'Person' object has no attribute 'blockedLocations'

Windows-11-10.0.26100-SP0 AMD64

Ren'Py 8.4.0.25071206

Tails on the Rocks 0.6

Sun Jan  4 20:44:23 2026

(+1)

Thank you for confirming. Is there a way you could upload your save file somewhere and share it with me here?
In the meantime, when you get that error, is there an option to "ignore" at the bottom? Does that allow you to continue or does that crash the game?

(+2)

I guess this problem solved itself now.
After clicking "ignore" i got the message, that the save is from an older version and that its been updated. Now i dont get errors anymore.
But just in case, here is the save:
https://mega.nz/file/8WADACoK#SmVRbtMpM5FIePSzjXLPPF-B0iG6b2v3q_HaY0BJKUM

(+2)

Thank you for that. I'm happy you can proceed anyway. From what I've seen most bugs like that are fixable by ignoring the error like that. Annoying it happened though, so sorry for that.