Mxiio

Member
Jul 30, 2024
169
124
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

Newbie
Feb 23, 2023
17
10
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
 

tung1997

Newbie
Jun 10, 2023
25
17
An hour has passed and there is no hero.
Then let me be the first one this time~
Mega
V0.24:
Package : 472-141-7493
Package : 120-410-7025
Package : 123-419-7083
Love : 691-845-8898
Package : 895-412-3654
Love : 781-912-8811
My king, why don't you wear a crown?
 

Mxiio

Member
Jul 30, 2024
169
124
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:

kenji322

Newbie
Dec 12, 2018
60
109
can you give me the download link? I cant access the telegram
It's not link. It's files on telegram.
I have the same problem like u. But
I use mobile to join channel first.
then I open tele web in pc for downloading it.
 

Dead Eye

Newbie
Jul 14, 2018
66
43
It's not link. It's files on telegram.
I have the same problem like u. But
I use mobile to join channel first.
then I open tele web in pc for downloading it.
Do you need diagnostics now? Sorry for not attaching it right away.
 
3.30 star(s) 157 Votes