Hi! I'm on a Mac (High Sierra, 10.13.6), and just got the following:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/CorvinRoute.rpy", line 12, in <module>
File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "CorvinRoute.rpyc", line 6, in script
File "/private/var/folders/6d/h646n21960sbmljq57sbr07h0000gp/T/AppTranslocation/5908AE7B-9032-479E-B605-5172C958D204/d/Changeling.app/Contents/Resources/autorun/renpy/ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/6d/h646n21960sbmljq57sbr07h0000gp/T/AppTranslocation/5908AE7B-9032-479E-B605-5172C958D204/d/Changeling.app/Contents/Resources/autorun/renpy/python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/CorvinRoute.rpy", line 12, in <module>
File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 6.99.14.3.3347
ChangelingBeta 3.2
Thu Jan 31 21:36:52 2019
[/code]
Rollback didn't help, and ignoring it just caused the message to repeat with the "line" numbers going up.