Guessing this is just a "me problem" but I can't get Season 2 to work on Mac. Tried to download, install, uninstall and repeat multiple times now and every time I try to open the game it can't get past the loading screen. Will try again when the new episode is released.
Others have posted file similar to this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/compact/after_load.rpy", line 21, in <module>
os.remove(rpy_file_path)
OSError: [Errno 30] Read-only file system: '/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/game/phone/phone_kct.rpy'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/script.py", line 499, in finish_load
node.early_execute()
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/ast.py", line 1188, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/compact/after_load.rpy", line 21, in <module>
os.remove(rpy_file_path)
OSError: [Errno 30] Read-only file system: '/private/var/folders/zw/m362vgw11hz_kl2k04r31q800000gn/T/AppTranslocation/16368BA2-7D63-47BE-8D19-8AC91429F484/d/CollegeKings2.app/Contents/Resources/autorun/game/phone/phone_kct.rpy'
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Sat Jan 7 23:01:04 2023
You have a problem with the permissions you set on your Mac - the files are set to "read only".
Change the permissions of the CollegeKings2.app folder to Read & Write for the user.
Also move the CollegeKings2.app folder to Applications.
You can also try my other advice related to permissions:
CollegeKings2-2.2.5-mac.zip -> Open With -> Unarchiver and Unzip it
Move CollegeKings2.app to Applications.
Open Terminal (CMD + Space -> Terminal)
chmod +x "/Applications/CollegeKings2.app/Contents/MacOS/CollegeKings2"
System Preferences -> Security & Privacy -> Allow apps downloaded from: Apps Store and identified developers
If game was blocked -> Open Anyway