The same bug appears to be happening on other routes in the same location (end of common route?); got this one when I picked a different book:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/elliotroute.rpy", line 13, in <module>
File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "elliotroute.rpyc", line 7, in script
File "/private/var/folders/6d/h646n21960sbmljq57sbr07h0000gp/T/AppTranslocation/8483FC81-30E6-455E-82CD-204885716D42/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/8483FC81-30E6-455E-82CD-204885716D42/d/Changeling.app/Contents/Resources/autorun/renpy/python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "game/elliotroute.rpy", line 13, 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:54:02 2019
[/code]
I'll check to see if this happens with all the routes.