Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I just got this error with Marc when coming home after the library conversation. And then again with Danny :(

 On Windows using itch.io app, 

_____________________________________________________________________________

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/marcroute.rpy", line 9, in <module>
  File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'

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

Full traceback:
  File "marcroute.rpyc", line 3, in script
  File "C:\Users\Meg\AppData\Roaming\itch\apps\changeling\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\Meg\AppData\Roaming\itch\apps\changeling\ChangelingBeta-3.3-win\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/marcroute.rpy", line 9, 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
Fri Jun 26 21:34:25 2020
[/code]

______________________________

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/danroute.rpy", line 20, in <module>
  File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'

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

Full traceback:
  File "danroute.rpyc", line 14, in script
  File "C:\Users\Meg\AppData\Roaming\itch\apps\changeling\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\Meg\AppData\Roaming\itch\apps\changeling\ChangelingBeta-3.3-win\renpy\python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/danroute.rpy", line 20, 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
Fri Jun 26 21:31:53 2020
[/code]

I've only ever seen this error occur when some kind of old save data (such as from the demo or another version of the game) is being used. It will likely happen at the start of every route, as that is when the journal first loads. When Renpy goes to call the journal up, if it's using old data, then it won't be able to find the journal and the game will break.

My only recommendation is to start a new game and play through everything again and try to load those scenes to see if it still happens! 


~Esh