Not sure what went wrong, first time I had a problem with a Ren'Py game.
Got this when I tried launching the game:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tl/spanish/script/location/gate/gate_label.rpy", line 2712, in script
old "Pretend you've never met."
File "game/tl/spanish/script/location/gate/gate_label.rpy", line 2712, in script
old "Pretend you've never met."
Exception: A translation for "Pretend you've never met." already exists at game/tl/spanish/location/gate/gate_label.rpy:2605.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 550, in main
renpy.game.context().run(node)
File "game/tl/spanish/script/location/gate/gate_label.rpy", line 2712, in script
old "Pretend you've never met."
File "game/tl/spanish/script/location/gate/gate_label.rpy", line 2712, in script
old "Pretend you've never met."
File "renpy/ast.py", line 2519, in execute
renpy.translation.add_string_translation(self.language, self.old, self.new, newloc)
File "renpy/translation/__init__.py", line 453, in add_string_translation
stl.add(old, new, newloc)
File "renpy/translation/__init__.py", line 394, in add
quote_unicode(old), fn, line))
Exception: A translation for "Pretend you've never met." already exists at game/tl/spanish/location/gate/gate_label.rpy:2605.
Windows-7-6.1.7601-SP1
Ren'Py 7.4.10.2151n
R5
Sat Feb 5 00:11:39 2022
Any help in solving this issue would be appreciated.
Thanks.