Dec 10, 2019
47
2
I have set my RenPy folder in appdata as read-only to prevent all apps from making saves there and to encourage them to use saves from the main game folder and keep on getting this error.

Any way to change the code or have some script make the files in the main game folder -- I don't want to make my RenPy folder writeable.

Have only seen the error in this game and would want some help.

P.S Tried to decompile files and find out the main issue but decompiling screenshots.rpyc shows some errors.

Traceback is there below

Full traceback:
File "I:\Misc\Project\Temp\Innocent_Witches-0-11-2-beta-fix3-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "I:\Misc\Project\Temp\Innocent_Witches-0-11-2-beta-fix3-pc\renpy\main.py", line 541, in main
renpy.game.context().run(node)
File "mechanics/screenshots.rpyc", line 24, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "mechanics/screenshots.rpyc", line 24, in script
File "I:\Misc\Project\Temp\Innocent_Witches-0-11-2-beta-fix3-pc\renpy\ast.py", line 2235, in execute
self.set()
File "I:\Misc\Project\Temp\Innocent_Witches-0-11-2-beta-fix3-pc\renpy\ast.py", line 2249, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "I:\Misc\Project\Temp\Innocent_Witches-0-11-2-beta-fix3-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/mechanics/screenshots.rpy", line 24, in <module>
File "game/mechanics/screenshots.rpy", line 444, in __init__
File "<string>", line 6, in __init__
File "game/mechanics/screenshots.rpy", line 241, in __post_init__
File "game/mechanics/screenshots.rpy", line 285, in prune_data
File "lib/python3.9/pathlib.py", line 1252, in open
File "lib/python3.9/pathlib.py", line 1120, in _opener
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Games\\AppData\\Roaming\\RenPy\\persistent\\screenshots.iwz'
 

cxx

Message Maestro
Nov 14, 2017
68,404
34,629
I have set my RenPy folder in appdata as read-only to prevent all apps from making saves there and to encourage them to use saves from the main game folder and keep on getting this error.
1. neverever post what's inside error to thread, instead attach traceback.txt on your post.
2. might want to ask here https://f95zone.to/forums/programming-development-art.73/ to see if your problem has solution or ask at reddit's renpy section.
 

Ark25

Newbie
Apr 6, 2021
15
1
Do we have any indication of when this would be done? Like, is it at least halfway done? Does it have three acts, or more? Does each act have six chapters, or is it variable? And how much time does it take to finish and add each chapter?
 

cxx

Message Maestro
Nov 14, 2017
68,404
34,629
Do we have any indication of when this would be done? Like, is it at least halfway done? Does it have three acts, or more? Does each act have six chapters, or is it variable? And how much time does it take to finish and add each chapter?
2050 earliest.
 
3.00 star(s) 333 Votes