Apparently she's been moved to trigger at the restaurant instead. I found her there after passing doing the Hinata and Chocho event.how do i trigger tusunde at the shops?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/dkonoha.rpy", line 10018, in <module>
NameError: name 'adamission' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/dkonoha.rpyc", line 9975, in script
39��k��JOn�P�#!2u�y�
File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\ast.py", line 1729, in execute
if renpy.python.py_eval(condition):
File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\python.py", line 1943, in py_eval
return py_eval_bytecode(code, globals, locals)
File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\python.py", line 1936, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/dkonoha.rpy", line 10018, in <module>
NameError: name 'adamission' is not defined
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Sarada training - The last war 2.9.2.
Wed Aug 10 07:56:42 2022
If you know how to Unren the files (there's a guide on this site if not), open that dkonoha.rpy in something like Notepad++, go to that line or search for adamission (which might find other instances further into the game), and then change adamission to admission. There might be something else wrong, as I haven't opened this version myself, but that should at least fix that issue.how to get past this error?Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/dkonoha.rpy", line 10018, in <module> NameError: name 'adamission' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/dkonoha.rpyc", line 9975, in script 39��k��JOn�P�#!2u�y� File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\ast.py", line 1729, in execute if renpy.python.py_eval(condition): File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "E:\Call of Duty 4\GAMES\Sarada-training-2.9.2.-pc\Sarada-training-2.9.2.-pc\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/dkonoha.rpy", line 10018, in <module> NameError: name 'adamission' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Sarada training - The last war 2.9.2. Wed Aug 10 07:56:42 2022
some save files for 2.9.2,file3 finish story except last mission and file4 collect all in village, hope those may help.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 441, in __call__
renpy.load(fn)
ImportError: No module named matrix
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\core.py", line 3451, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 239, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\layout.py", line 992, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\behavior.py", line 906, in event
return handle_click(self.clicked)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\behavior.py", line 841, in handle_click
rv = run(action)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\behavior.py", line 308, in run
new_rv = run(i, *args, **kwargs)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 441, in __call__
renpy.load(fn)
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\loadsave.py", line 727, in load
roots, log = loads(location.load(filename))
File "E:\Game\Sarada-training-2.9.2.-pc\renpy\loadsave.py", line 60, in loads
return cPickle.loads(s)
ImportError: No module named matrix
Windows-8-6.2.9200
Ren'Py 7.0.0.196
Sarada training - The last war 2.9.2.
Sat Sep 03 11:51:16 2022
Your save is fuck upsome save files for 2.9.2,file3 finish story except last mission and file4 collect all in village, hope those may help.