perdonen pero habra una solucion a este problema, eh descargado varios y sigue saliendo el mismo error, es por la traduccion o algun error de mi windows?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script Locations.rpy", line 289, in script
menu:
File "game/screens.rpy", line 193, in execute
screen choice(items):
File "game/screens.rpy", line 193, in execute
screen choice(items):
File "game/screens.rpy", line 195, in execute
window:
File "game/screens.rpy", line 201, in execute
vbox:
File "game/screens.rpy", line 205, in execute
for caption, action, chosen in items:
File "game/screens.rpy", line 207, in execute
if action:
File "game/screens.rpy", line 208, in execute
if " (locked)" in caption:
File "game/screens.rpy", line 219, in execute
button:
File "game/screens.rpy", line 223, in execute
text caption style "menu_choice"
NameError: Name 'Girls' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\main.py", line 499, in main
run(restart)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\execution.py", line 800, in run_context
context.run()
File "game/script Locations.rpy", line 289, in script
menu:
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\ast.py", line 1483, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\exports.py", line 868, in menu
rv = renpy.store.menu(items)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\exports.py", line 1054, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\core.py", line 2565, in interact
scene_lists.replace_transient()
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\core.py", line 831, in replace_transient
self.remove(layer, tag)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\core.py", line 1120, in remove
self.hide_or_replace(layer, remove_index, "hide")
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\core.py", line 1044, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\screen.py", line 445, in _hide
self.update()
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\display\screen.py", line 580, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 193, in execute
screen choice(items):
File "game/screens.rpy", line 193, in execute
screen choice(items):
File "game/screens.rpy", line 195, in execute
window:
File "game/screens.rpy", line 201, in execute
vbox:
File "game/screens.rpy", line 205, in execute
for caption, action, chosen in items:
File "game/screens.rpy", line 207, in execute
if action:
File "game/screens.rpy", line 208, in execute
if " (locked)" in caption:
File "game/screens.rpy", line 219, in execute
button:
File "game/screens.rpy", line 223, in execute
text caption style "menu_choice"
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\text\text.py", line 1340, in __init__
self.set_text(text, scope, substitute)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\text\text.py", line 1440, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\substitutions.py", line 242, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "D:\GABRIEL\Rogue-Like-1.5b-win\renpy\substitutions.py", line 201, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Girls' is not defined.
Windows-7-6.1.7601-SP1
Ren'Py 6.99.13.2919
Rogue-Like 1.5b