stg-annon / BT-Silver-Base

a base game for BT Silver with some edits
29 stars 18 forks source link

Luna Error #37

Closed ktn555 closed 8 years ago

ktn555 commented 8 years ago

I'm sorry, but an uncaught exception occurred.

While running game code: ScriptError: Name u'luna_init' is defined twice, at game/01_hp/13_characters/luna/luna.rpy:15 and game/01_hp/26_luna/luna.rpy:15.

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

Full traceback: File "C:\Users\Kevin Nguyen\Desktop\WT_Silver_1.04-win\renpy\bootstrap.py", line 281, in bootstrap renpy.main.main() File "C:\Users\Kevin Nguyen\Desktop\WT_Silver_1.04-win\renpy\main.py", line 351, in main renpy.game.script.load_script() # sets renpy.game.script. File "C:\Users\Kevin Nguyen\Desktop\WT_Silver_1.04-win\renpy\script.py", line 259, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "C:\Users\Kevin Nguyen\Desktop\WT_Silver_1.04-win\renpy\script.py", line 738, in load_appropriate_file self.finish_load(stmts, initcode, filename=fn + source) File "C:\Users\Kevin Nguyen\Desktop\WT_Silver_1.04-win\renpy\script.py", line 414, in finish_load bad_node.filename, bad_node.linenumber)) ScriptError: Name u'luna_init' is defined twice, at game/01_hp/13_characters/luna/luna.rpy:15 and game/01_hp/26_luna/luna.rpy:15.

stg-annon commented 8 years ago

Luna's directory has changed as of c2b7400 you will need to delete the game/01_hp/26_luna/ directory to correct this error

ktn555 commented 8 years ago

gotcha