Monika-After-Story / DDLCModTemplate

A template for producing Doki Doki Literature Club Mods that adhere to Team Salvato's guidelines
95 stars 65 forks source link

Problem with a file #21

Closed ghost closed 6 years ago

ghost commented 6 years ago

when i try to open the project in Ren'py i get this message every time i don't know how to fix it. here is the traceback:

I'm sorry, but an uncaught exception occurred.

While running game code: ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1480466919, 26) is defined twice, at renpy/common/000atl.rpy:25 and game/renpy/common/000atl.rpyc:25.

-- Full Traceback ------------------------------------------------------------

Full traceback: File "/Users/iamseamonkey/Desktop/renpy-6.99.13-sdk/renpy/bootstrap.py", line 305, in bootstrap renpy.main.main() File "/Users/iamseamonkey/Desktop/renpy-6.99.13-sdk/renpy/main.py", line 365, in main renpy.game.script.load_script() # sets renpy.game.script. File "/Users/iamseamonkey/Desktop/renpy-6.99.13-sdk/renpy/script.py", line 265, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "/Users/iamseamonkey/Desktop/renpy-6.99.13-sdk/renpy/script.py", line 756, in load_appropriate_file self.finish_load(stmts, initcode, filename=lastfn) File "/Users/iamseamonkey/Desktop/renpy-6.99.13-sdk/renpy/script.py", line 422, in finish_load bad_node.filename, bad_node.linenumber)) ScriptError: Name (u'/home/tom/ab/renpy/renpy/common/000atl.rpy', 1480466919, 26) is defined twice, at renpy/common/000atl.rpy:25 and game/renpy/common/000atl.rpyc:25.

Darwin-17.3.0-x86_64-i386-64bit Ren'Py 6.99.13.2919

therationalpi commented 6 years ago

This is being caused by using the wrong version of Renpy. Ensure that you are running 6.99.12 and not 6.99.13.

TripleC28 commented 1 year ago

I have the sam issue and I'm still confused