It looks like the latest Windows 10 update has made Renpy stop working for me. I receive the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
IOError: [Errno 13] Permission denied
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 718, in load_appropriate_file
rpydigest = hashlib.md5(f.read().encode("utf-8")).digest()
IOError: [Errno 13] Permission denied
Windows-10
Ren'Py 7.4.4.1439
I was using an older version of Renpy, but updated to the current version in case this was causing the error. But this didn't fix the problem. I did a search on the Renpy site and didn't find anything about this. Thanks in advance for info on how to fix.
I'm sorry, but an uncaught exception occurred.
While running game code:
IOError: [Errno 13] Permission denied
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 447, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 718, in load_appropriate_file
rpydigest = hashlib.md5(f.read().encode("utf-8")).digest()
IOError: [Errno 13] Permission denied
Windows-10
Ren'Py 7.4.4.1439
I was using an older version of Renpy, but updated to the current version in case this was causing the error. But this didn't fix the problem. I did a search on the Renpy site and didn't find anything about this. Thanks in advance for info on how to fix.