Thank you so much, that worked for me!
Saku3210
Recent community posts
Sure! I don't think I had beta access (I downloaded the publicly available demo, that wasn't beta, right?). I made saves within the demo, but was not using those - I downloaded the full game off itch.io and started from scratch. I deleted the demo just now and tried playing the full version again, loading from a save I made within it, but got the same error. I'll try playing the full version from scratch again and see if it works now that the demo has been deleted.
Same for the others ; all of the error messages are below, in case it's helpful:
[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 "/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/marcroute.rpy", line 9, 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 22:04:07 2019
[/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 "/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/danroute.rpy", line 20, 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 22:24:03 2019
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/willroute.rpy", line 11, in <module>
File "game/journal.rpy", line 34, in add
AttributeError: 'NoneType' object has no attribute 'add_paragraph'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "willroute.rpyc", line 5, 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/willroute.rpy", line 11, 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 22:34:14 2019
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
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 "/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/ewanroute.rpy", line 10, 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 22:45:55 2019
[/code]
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.
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.
If it doesn’t get done then it doesn't.
I’d agree if it wasn’t for the fact that a number of people have given her money for this. I feel particularly bad for the superbackers (people who gave hundreds; one even dropped $1000) - when money is given in good faith, you have a responsbility to at least be responsive on a consistent basis.
It’s Changeling (https://steamberry.itch.io/changelingdemo)! I’ve been really impressed by their professionalism - of the two main team members, one has been in and out of the hospital and the other moved to a different country, but they’ve still kept to weekly updates on Kickstarter.
Alive, but fairly disappointed. I actually backed on Kickstarter - communication was great at first so I had high hopes, but the lack of updates has gotten really frustrating. I backed another game around the same time and they’ve been wonderful, updating every week even when it’s bad news. Not sure why a similarly consistent schedule (even once a month would be ok!) has been so hard for Agashi. Fingers crossed this gets completed...
In case you (or anyone else) still needs help with this, it seems like the problem is permissions. First try the following: right-click on the program, chose "show package contents," then click "MacOS" and finally click "The Blind Griffin." This opens up the game; see if saving works.
If it doesn't, try the following: instead of clicking the "MacOS" folder, go to "resources," then "autorun." Right-click "The Blind Griffin.py" and choose "Get info," scroll down and change the "staff" and "everyone" permissions from "read only" to "read and write." Finally, do the same thing for the file "The Blind Griffin.sh" (I wasn't sure which file was the problem, so I changed both to be safe). For whatever reason, I still get an error if I try to run the program normally (i.e. by clicking on the icon), but it works if I run it from the "MacOS" folder. Hope this helps!