Mxiio

Member
Jul 30, 2024
107
53
I keep getting errors when doing the Sakura quest - as soon as I reach 2 hearts an error pops up that if ignored forces the scene where the tracker is removed and then the same error and then the scene again etc. etc. :(


While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1485, in execute
File "game/script/ActorScript/sakura.rpy", line 1490, in execute
File "game/script/ActorScript/sakura.rpy", line 1502, in execute
File "game/script/ActorScript/sakura.rpy", line 1513, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in keywords
File "game/script/ActorScript/sakura.rpy", line 1514, in <module>
NameError: name 'i' is not defined

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

Full traceback:
File "script/ActorScript/sakura.rpyc", line 1590, in script
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ast.py", line 1974, in execute
self.call("execute")
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2188, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2705, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2705, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1485, in execute
File "game/script/ActorScript/sakura.rpy", line 1490, in execute
File "game/script/ActorScript/sakura.rpy", line 1502, in execute
File "game/script/ActorScript/sakura.rpy", line 1513, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in keywords
File "game/script/ActorScript/sakura.rpy", line 1514, in <module>
NameError: name 'i' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.0.24082114
Agent17 0.24.2 0.24.2
Wed Sep 4 11:18:03 2024
 

Hidden-baka

New Member
Feb 23, 2023
6
1
I keep getting errors when doing the Sakura quest - as soon as I reach 2 hearts an error pops up that if ignored forces the scene where the tracker is removed and then the same error and then the scene again etc. etc. :(


While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1485, in execute
File "game/script/ActorScript/sakura.rpy", line 1490, in execute
File "game/script/ActorScript/sakura.rpy", line 1502, in execute
File "game/script/ActorScript/sakura.rpy", line 1513, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in keywords
File "game/script/ActorScript/sakura.rpy", line 1514, in <module>
NameError: name 'i' is not defined

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

Full traceback:
File "script/ActorScript/sakura.rpyc", line 1590, in script
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ast.py", line 1974, in execute
self.call("execute")
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2188, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2705, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\core.py", line 2705, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\mathi\Downloads\Agemt 17 V0.24.2-PC\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1477, in execute
File "game/script/ActorScript/sakura.rpy", line 1485, in execute
File "game/script/ActorScript/sakura.rpy", line 1490, in execute
File "game/script/ActorScript/sakura.rpy", line 1502, in execute
File "game/script/ActorScript/sakura.rpy", line 1513, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in execute
File "game/script/ActorScript/sakura.rpy", line 1514, in keywords
File "game/script/ActorScript/sakura.rpy", line 1514, in <module>
NameError: name 'i' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.0.24082114
Agent17 0.24.2 0.24.2
Wed Sep 4 11:18:03 2024
This thing is happening to me too
 

Mxiio

Member
Jul 30, 2024
107
53
This thing is happening to me too
A hero posted the "fix" for this earlier in the thread - making a few folders and copying in a file will make it playable, but for me at least all the dialog and interface turns into jibberish. Guessing the file hasnt been translated.

Now I'm wondering how to get to the Alley for Melissa as it seems to be under construction and is inaccessible.. D:


Figured it out - albeit I am probably the only one who needed to even think about it lol. If anyone else has the IQ of an NPC like me, the Alley isn't the one Downtown, but the Back Alley that's usually empty in the evening. Head there and skip time until some sketchy fellow shows up.
 
Last edited:
3.30 star(s) 152 Votes