- Jun 21, 2018
- 38
- 27
It does not work, at the moment of starting the game it says this
and if I continue, every time she says my "name" another error appears and when rogue appears, she does not appear on the screen, only her dialogues appear below
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Rogue_Scenes.rpy", line 7, in <module>
NameError: name 'Player' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Rogue_Scenes.rpyc", line 7, in script
t{c1/6%�������k~�-ȼ���� ^�F�>w��]�w:���5(��R ���|�՞�4�dGprzYf ���*)=�,���̀f���|��<�.Kk���"'��Y��*s��l�A�B����A�9����U�}�%�e�s5�7܆�1�=�"��ra�KB�X fQp��LTB���p]
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\ast.py", line 1702, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\python.py", line 1835, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\python.py", line 1828, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Rogue_Scenes.rpy", line 7, in <module>
NameError: name 'Player' is not defined
Ren'Py 6.99.14.3135
Rogue-Like 0.984h
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: u'RogueX'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Rogue_Scenes.rpyc", line 58, in script
^$�8�1l�܈Ś��Y���j��^V�[�!Ug�
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\ast.py", line 643, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\exports.py", line 1175, in say
who(what, *args, **kwargs)
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\character.py", line 1000, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\renpy\character.py", line 982, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\Desktop\Nueva carpeta\Rogue-Like-0.994h-win - copia\Rogue-Like-0.994h-win - copia\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
KeyError: u'RogueX'
Ren'Py 6.99.14.3135
Rogue-Like 0.984h