Error message you can get:
AttributeError: 'bool' object has no attribute 'done' or
AttributeError: 'bool' object has no attribute 'on'
ValueError: list.remove(x): x not in list
Solution:
If the file in the error message is
"game/library.rpy" and
line 60, then rollback from the error, use the console and write:
send_barbara_library = Task(_("Send Barbara to the library"))
send_barbara_library.on = True
send_barbara_library.get = True
If the file in the error message is
"game/college.rpy" and
line 408, then rollback from the error, use the console and write:
tell_dean_anna_home = Task(_("Tell the dean that Anna comes home"))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True
If the file in the error message is
"game/update.rpy" and
line 12, then:
Download the attached update.rpy and place it into the /game folder.
Restart the game and try to continue your journey.
Attention: These fixes only works/tested on PC version. If you use Mac version maybe they will works, but never tested it as I don't use any apple stuff. For android version, the console not really works, so these fixes probably also won't works!
Known issues of 0.9.0: