Oh, now that's interesting. I'll look into it.Causes issues:
Code:I'm sorry, but an uncaught exception occurred. While running game code: ScriptError: Name (u'game/denoising_shader/demo_gui.rpy', 1709510741, 5) is defined twice, at game/denoising_shader/demo_gui.rpy:1 and game/denoising_shader/demo_gui.rpy:22. -- 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 789, in load_appropriate_file self.finish_load(stmts, initcode, filename=lastfn) File "renpy/script.py", line 469, in finish_load check_name(node) File "renpy/script.py", line 452, in check_name bad_node.filename, bad_node.linenumber)) ScriptError: Name (u'game/denoising_shader/demo_gui.rpy', 1709510741, 5) is defined twice, at game/denoising_shader/demo_gui.rpy:1 and game/denoising_shader/demo_gui.rpy:22. Windows-10-10.0.19041 Ren'Py 7.4.5.1648 Mon Mar 4 05:04:18 2024
Update: Can not replicate. Please delete the
game/denoising_shader
folder, then reinstall the mod. If that does not work, you may safely delete the demo_gui.rpy
file since that exists exclusively to help other modders and does not affect how the mod runs in any way. I honestly don't know exactly what gone wrong for that error to occur, since it's showing that there's a duplicate screen defined on line 1 and line 22, but line 1 on that file is empty (except for a code comment).
Last edited: