when using renpy sdk 7.35 I get this error
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not load from archive gui.rpyc.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\main.py", line 422, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\script.py", line 275, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\User\Desktop\renpy-7.3.5-sdk\renpy\script.py", line 690, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive gui.rpyc.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Tue Nov 16 21:38:13 2021
Edit Files
script rpy (locked)
options rpy (locked)
gui rpy (locked)
screens rpy (locked)
All script files (unlocked blue colour)
Usually when all edit files are blue unlocked im able to launch the game with sdk 7.35
please help