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]