GameBoyy000
Newbie
- Jun 16, 2020
- 61
- 70
- 115
Please help me with this issue. Trying to run this on my mac.
This happens when I try to program using renpy. Happens for both Act 1 and Act 2
CollegeKings.app doesn't start at all. I tried using the permission fixer in one of the comments here. I also used a different archive utility to extract but neither of these work. If anyone else encountered this issue, please let me know how to fix it.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not load from archive compat/after_load.rpyc.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Users/username/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Users/username/renpy/main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "/Users/username/renpy/script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "/Users/username/renpy/script.py", line 720, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive compat/after_load.rpyc.
CollegeKings.app doesn't start at all. I tried using the permission fixer in one of the comments here. I also used a different archive utility to extract but neither of these work. If anyone else encountered this issue, please let me know how to fix it.