Upon launching the Mac version I got this:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/helper_functions.rpy", line 127, in <module>
File "game/helper_functions.rpy", line 121, in ending_helper
IOError: [Errno 1] Operation not permitted: '/Users/[myusername]/Library/RenPy/persistent/floraverse_shared_data.new'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "helper_functions.rpyc", line 8, in script
File "/Users/[myusername]/Library/Application Support/itch/apps/Practice Run/PracticeRun.app/Contents/Resources/autorun/renpy/ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/[myusername]/Library/Application Support/itch/apps/Practice Run/PracticeRun.app/Contents/Resources/autorun/renpy/python.py", line 1812, in py_exec_bytecode
exec bytecode in globals, locals
File "game/helper_functions.rpy", line 127, in <module>
File "game/helper_functions.rpy", line 121, in ending_helper
File "/Users/[myusername]/Library/Application Support/itch/apps/Practice Run/PracticeRun.app/Contents/Resources/autorun/renpy/persistent.py", line 438, in save
f = file(fn + ".new", "wb")
IOError: [Errno 1] Operation not permitted: '/Users/[myusername]/Library/RenPy/persistent/floraverse_shared_data.new'
Darwin-17.4.0-x86_64-i386-64bit
Ren'Py 6.99.14.1.3218
Practice Run 4.3.1
Sat Feb 17 16:46:35 2018
[/code]