MuseApplications / MyFunGame

A visual novel where Ruby finds her calling with the help of her friend Mia and an unlikely mentor Jacqueline
MIT License
0 stars 0 forks source link

Program Dead. #43

Closed yugyfoog closed 4 years ago

yugyfoog commented 4 years ago

the program won't run

I'm getting the following traceback:

I'm sorry, but an uncaught exception occurred.

While running game code: ScriptError: Name (u'game/options.rpy', 1596648742, 1) is defined twice, at game/options.rpy:15 and game/options.rpy:21.

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

Full traceback: File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/bootstrap.py", line 316, in bootstrap renpy.main.main() File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/main.py", line 422, in main renpy.game.script.load_script() # sets renpy.game.script. File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/script.py", line 275, in load_script self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode) File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/script.py", line 779, in load_appropriate_file self.finish_load(stmts, initcode, filename=lastfn) File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/script.py", line 456, in finish_load check_name(node) File "/home/mark/programming/renpy/renpy-7.3.5-sdk/renpy/script.py", line 439, in check_name bad_node.filename, bad_node.linenumber)) ScriptError: Name (u'game/options.rpy', 1596648742, 1) is defined twice, at game/options.rpy:15 and game/options.rpy:21.

Linux-5.7.8-arch1-1-x86_64-with-glibc2.2.5 Ren'Py 7.3.5.606

Wed Aug 5 10:36:20 2020

rkamradt commented 4 years ago

@yugyfoog Pull all the latest changes and try again. We've both been busy changing the option.rpy maybe something didn't get merged right.

yugyfoog commented 4 years ago

It's working now