Skip to main content

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

HI, I'm on windows this is the error I received.


While running game code:

  File "game/ewanroute.rpy", line 10, in <module>

  File "game/journal.rpy", line 34, in add

AttributeError: 'NoneType' object has no attribute 'add_paragraph'

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

Full traceback:

  File "ewanroute.rpyc", line 4, in script

  File "C:\Users\leebl\Documents\ChangelingBeta-3.3-win\renpy\ast.py", line 862, in execute

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

  File "C:\Users\leebl\Documents\ChangelingBeta-3.3-win\renpy\python.py", line 1888, in py_exec_bytecode

    exec bytecode in globals, locals

  File "game/ewanroute.rpy", line 10, in <module>

  File "game/journal.rpy", line 34, in add

AttributeError: 'NoneType' object has no attribute 'add_paragraph'

Windows-8-6.2.9200

Ren'Py 6.99.14.3.3347

ChangelingBeta 3.2

Tue Feb 18 00:49:43 2025

NoneType errors associated with the journal generally occur when you are loading save data associated with the demo or old code rather than a fresh save that was created for a brand new playthrough in the full game.

Can you please to try to load a fresh game with the full game and see if this error still occurs when you reach Ewan’s route?