This game has such a cool UI and animation, I also like where it was going! But sadly I got an error after he asked if I liked him. I'm playing the mac version. Here's what the error says:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 42, in script call
call start1 from _call_start1 #start1 is the label.
File "game/STORY.rpy", line 217, in script
python:
File "game/STORY.rpy", line 219, in <module>
except: open(config.basedir + "/Wonder.txt", "w").write("I wonder if you knew, I wonder.\nDo I spark your interest?\nAm I familiar to you?\nDo you remember at all?\nI have distinguishing features, even after years, they could make me stand out.\nI remember, everything, every single thing.\nThose moments, that moment.\nthe look, that single look.\nIt's funny to think about, if it wasn't so sad.\nIt's always been sad.")
IOError: [Errno 30] Read-only file system: u'/private/var/folders/q5/f133cj2j2198rh21kbky8hg80000gr/T/AppTranslocation/89BB49C4-5E68-4D76-8FA3-26661A30137D/d/ADateWithYourSerialKiller.app/Contents/Resources/autorun/Wonder.txt'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 42, in script call
call start1 from _call_start1 #start1 is the label.
File "game/STORY.rpy", line 217, in script
python:
File "/private/var/folders/q5/f133cj2j2198rh21kbky8hg80000gr/T/AppTranslocation/89BB49C4-5E68-4D76-8FA3-26661A30137D/d/ADateWithYourSerialKiller.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/q5/f133cj2j2198rh21kbky8hg80000gr/T/AppTranslocation/89BB49C4-5E68-4D76-8FA3-26661A30137D/d/ADateWithYourSerialKiller.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/STORY.rpy", line 219, in <module>
except: open(config.basedir + "/Wonder.txt", "w").write("I wonder if you knew, I wonder.\nDo I spark your interest?\nAm I familiar to you?\nDo you remember at all?\nI have distinguishing features, even after years, they could make me stand out.\nI remember, everything, every single thing.\nThose moments, that moment.\nthe look, that single look.\nIt's funny to think about, if it wasn't so sad.\nIt's always been sad.")
IOError: [Errno 30] Read-only file system: u'/private/var/folders/q5/f133cj2j2198rh21kbky8hg80000gr/T/AppTranslocation/89BB49C4-5E68-4D76-8FA3-26661A30137D/d/ADateWithYourSerialKiller.app/Contents/Resources/autorun/Wonder.txt'
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 6.99.12.4.2187
A Date With Your Serial Killer
[/code]