0% found this document useful (0 votes)
6 views1 page

Traceback

Uploaded by

vie anh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

Traceback

Uploaded by

vie anh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/Scripts/Zones/Home/RobinRoom.rpy", line 12, in script call
call homeEvents
File "game/Scripts/Zones/Home/MainFloor.rpy", line 44, in script call
call homeEvents
File "game/Scripts/Storylines/ElfVillage/TruePath.rpy", line 116, in script
mc "[sealAnswer]"
NameError: Name 'sealAnswer' is not defined.

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

Full traceback:
File "game/Scripts/Zones/Home/RobinRoom.rpy", line 12, in script call
call homeEvents
File "game/Scripts/Zones/Home/MainFloor.rpy", line 44, in script call
call homeEvents
File "game/Scripts/Storylines/ElfVillage/TruePath.rpy", line 116, in script
mc "[sealAnswer]"
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\character.py", line 1379, in
__call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\character.py", line 1293, in
prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\character.py", line 1273, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force,
translate=translate)[0]
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\substitutions.py", line 368, in
substitute
s = interpolate(s, kwargs) # type: ignore
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\substitutions.py", line 86, in
interpolate
raise e
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\substitutions.py", line 78, in
interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\python.py", line 1202, in
py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
File "D:\vtyer\Randeltales-1.6.10-3-pc\renpy\substitutions.py", line 310, in
__getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'sealAnswer' is not defined.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Randel Tales 1.6.10-3
Sat Dec 21 17:03:32 2024

You might also like