Skip to main content

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

Just hit an error myself, resumed an old save from right after Lilibet coming to the hotel. Will start a new save to test if this error is due to not using a new save.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/d6.rpy", line 1442, in script

    $ crNa.append(charRace[3])

  File "game/d6.rpy", line 1442, in <module>

    $ crNa.append(charRace[3])

AttributeError: 'unicode' object has no attribute 'append'

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

Full traceback:

  File "game/d6.rpy", line 1442, in script

    $ crNa.append(charRace[3])

  File "renpy/ast.py", line 928, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/d6.rpy", line 1442, in <module>

    $ crNa.append(charRace[3])

AttributeError: 'unicode' object has no attribute 'append'

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Weird Shit Is Going To Happen v0.6

Tue Sep 20 21:50:22 2022

[/code]


EDIT: The error was indeed caused by a variable issue due to not starting a new save. No further information needed for clarification.