richiman

Member
May 3, 2022
368
558
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

1.png
 
  • Like
Reactions: lustion

ThaDude1977

Well-Known Member
Jul 5, 2022
1,213
2,311
I'm thinking of playing the game but not sure. After reading reviews and comments it seems you either love it or it's just Meh. Is the game worth playing. I heard it went through a change or something.
 

Kazanovaromeo

Engaged Member
Jun 28, 2022
3,249
5,068
I'm thinking of playing the game but not sure. After reading reviews and comments it seems you either love it or it's just Meh. Is the game worth playing. I heard it went through a change or something.
"" To each their own taste and love , We all enjoy these games in different ways""
for me it is a great game with many routes , if you dislike one route try the other (wolves/apes) and many gorgeous Girls
 

dathk321

Member
Sep 5, 2021
182
89
I have a problem when launching the game and it appears some notes,anyone has same problem as me and How to fix this problem?

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name ('game/_python_imports.rpy', 1671426402, 0) is defined twice, at game/_python_imports.rpy:1 and game/screens/_python_imports.rpyc:1.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 487, in finish_load
check_name(node)
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 463, in check_name
raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/_python_imports.rpy', 1671426402, 0) is defined twice, at game/_python_imports.rpy:1 and game/screens/_python_imports.rpyc:1.

Windows-10-10.0.19042 AMD64
Ren'Py 8.0.3.22090809
College Kings 2
Fri Jan 6 21:53:40 2023
 

richiman

Member
May 3, 2022
368
558
I have a problem when launching the game and it appears some notes,anyone has same problem as me and How to fix this problem?

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name ('game/_python_imports.rpy', 1671426402, 0) is defined twice, at game/_python_imports.rpy:1 and game/screens/_python_imports.rpyc:1.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 487, in finish_load
check_name(node)
File "D:\GAME 3d VISUAL NOVEL\CollegeKings2-2.2.6-pc\renpy\script.py", line 463, in check_name
raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/_python_imports.rpy', 1671426402, 0) is defined twice, at game/_python_imports.rpy:1 and game/screens/_python_imports.rpyc:1.

Windows-10-10.0.19042 AMD64
Ren'Py 8.0.3.22090809
College Kings 2
Fri Jan 6 21:53:40 2023

You have duplicate file. Remove the _python_imports.rpyc:1 file from the CollegeKings2-2.2.6-pc/game/screens location and restart the game. The game should generate the necessary rpyc file by itself from the rpy file that is in the location game/_python_imports.rpy:1.
 

Josephkink_2H

Member
Aug 15, 2020
258
71
I've tried multiple times on different and Mega using both Chrome anf Firefox but I can't get Act I for Mac to download where it's playable. Please someone help me
 
Last edited:
3.20 star(s) 197 Votes