Mikototo

Newbie
Nov 6, 2018
35
25
183
Any help with the earring minigames? i think its bugged, everytime i want to click on it, its just close the minigames. . . like if i click anywhere randoms. I drag the foliage and find it everytime, that blue little thing, but i can't even get it.
 

Mikototo

Newbie
Nov 6, 2018
35
25
183
Any help with the earring minigames? i think its bugged, everytime i want to click on it, its just close the minigames. . . like if i click anywhere randoms. I drag the foliage and find it everytime, that blue little thing, but i can't even get it.
(Nvm found the solution, put the game in fullscreen), i was playing in windowed.
 

Mikototo

Newbie
Nov 6, 2018
35
25
183
where are the eggs located?
When you enter a room its tell you if there a eggs to search when there one.
I still have that mission but i also don't have a single room with the message, not sure what to do. i only got 2 reward from her yet.

Edit: I found two other eggs after i found all the one that the game would tell me when ienter a room, both in the park, one inside one of the hollow woodround tree on the left of the icecream stand.
One in the water on the right of the wood bridge thing i forgot the name.
Hope it help
 
Last edited:

Mikototo

Newbie
Nov 6, 2018
35
25
183
Where did you click to get the earring? :cry:
make sure you are in fullscreen, i had issue in windowed because the "hitbox" are smaller or you have to click around the thing and never on it exactly. Hope it work for you.
On the right map in the park you have a search icons bottom right, click on it and then just do the minigame.press f if you want to switch fullscreen/windowed to quickly switch once you done.
 

Kenrockkun

Member
Aug 9, 2020
207
167
158
Code:
I'm sorry, but an uncaught exception occurred.

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/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
NameError: name 'weekend_return' is not defined

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

Full traceback:
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/lobby.rpyc", line 172, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 342, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 3 more times]
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/bathroom.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 21 more times]
  File "locations/rooms/mc_room.rpyc", line 207, in script
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2218, 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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2079, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2216, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'weekend_return' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Mystic Valley 0.28.0
Fri Jun  6 11:40:26 2025

Why is this happening. What do i do to fix this. happens when i click on mobile
 

Kadmus

Newbie
Mar 3, 2018
92
138
153
Loving the game, but it is frustrating at times with how you can stumble into certain quests out of order. There should be barriers for certain things or persons showing up when you haven't completed the required prerequisites or spoken to specific individuals.

For example, after the intro, when I go to sleep for the first time, this witch appears out of nowhere, talking about things that are very obviously a part of a quest chain that I didn't even have the chance to start. Or the fact that you can talk to the dog before realizing he has an owner somewhere. Being able to give Luna evenings off before Selena even moves in. Quest chains are all over the place in this game. That's my only criticism rn.

And also, what am I supposed to do when Mia/Ava are upset at me for that one choice? All it says is to do something about it, and Idk what.
Nvm, figured it out.
 
Last edited:

Mucski

Member
Game Developer
Jun 24, 2018
351
475
182
Loving the game, but it is frustrating at times with how you can stumble into certain quests out of order. There should be barriers for certain things or persons showing up when you haven't completed the required prerequisites or spoken to specific individuals.

For example, after the intro, when I go to sleep for the first time, this witch appears out of nowhere, talking about things that are very obviously a part of a quest chain that I didn't even have the chance to start. Or the fact that you can talk to the dog before realizing he has an owner somewhere. Being able to give Luna evenings off before Selena even moves in. Quest chains are all over the place in this game. That's my only criticism rn.

And also, what am I supposed to do when Mia/Ava are upset at me for that one choice? All it says is to do something about it, and Idk what.
Nvm, figured it out.
I feel your frustration, the witch one was mostly me being stupid and forgot to add an extra check but you're right, I should go back to the drawing board and properly put these quests in order. However due to limitations of Ren'Py it's hard to do that without breaking people's saves. So ... one day I might just do that and provide a full save game for my most loyal fans, but other than that I don't know how to fix it. Just to put it into context this is my first game and when I started I had no idea how Ren'Py works. Now that I do, it's a bit late.
 
  • Like
Reactions: Kadmus

Mucski

Member
Game Developer
Jun 24, 2018
351
475
182
Code:
I'm sorry, but an uncaught exception occurred.

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/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
NameError: name 'weekend_return' is not defined

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

Full traceback:
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/lobby.rpyc", line 172, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 342, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 3 more times]
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/bathroom.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 21 more times]
  File "locations/rooms/mc_room.rpyc", line 207, in script
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2218, 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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2079, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2216, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'weekend_return' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Mystic Valley 0.28.0
Fri Jun  6 11:40:26 2025

Why is this happening. What do i do to fix this. happens when i click on mobile
I will look into it.
 

tmu500

Well-Known Member
Apr 14, 2024
1,495
1,258
249
I feel your frustration, the witch one was mostly me being stupid and forgot to add an extra check but you're right, I should go back to the drawing board and properly put these quests in order. However due to limitations of Ren'Py it's hard to do that without breaking people's saves. So ... one day I might just do that and provide a full save game for my most loyal fans, but other than that I don't know how to fix it. Just to put it into context this is my first game and when I started I had no idea how Ren'Py works. Now that I do, it's a bit late.
While I do like the game, the random quest make the make a bit confusion. I do not mind restart the start since the game has a good foundations.
 

Mucski

Member
Game Developer
Jun 24, 2018
351
475
182
Code:
I'm sorry, but an uncaught exception occurred.

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/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
NameError: name 'weekend_return' is not defined

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

Full traceback:
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/kitchen.rpyc", line 13, in script call
  File "locations/lobby.rpyc", line 172, in script call
  File "locations/rooms/mc_room.rpyc", line 232, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 342, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 3 more times]
  File "locations/lobby.rpyc", line 137, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/bathroom.rpyc", line 13, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  File "locations/rooms/mc_room.rpyc", line 247, in script call
  [Previous line repeated 21 more times]
  File "locations/rooms/mc_room.rpyc", line 207, in script
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2218, 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 "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 5, in execute
  File "game/screens/phone_hint_screen.rpy", line 12, in execute
  File "game/screens/phone_hint_screen.rpy", line 14, in execute
  File "game/screens/phone_hint_screen.rpy", line 18, in execute
  File "game/screens/phone_hint_screen.rpy", line 24, in execute
  File "game/screens/phone_hint_screen.rpy", line 98, in execute
  File "game/screens/phone_hint_screen.rpy", line 99, in execute
  File "game/screens/phone_hint_screen.rpy", line 104, in execute
  File "game/screens/phone_hint_screen.rpy", line 105, in execute
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2079, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\text\text.py", line 2216, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "H:\New folder\Mystic_Valley_v0.28.0-win-linux\MysticValley-0.28.0-pc\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'weekend_return' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Mystic Valley 0.28.0
Fri Jun  6 11:40:26 2025

Why is this happening. What do i do to fix this. happens when i click on mobile
Fixed this in 0.28.2 ... I think
 

yaboroda

New Member
Feb 18, 2019
5
2
55
Can anybody help me? I have quest for Patricia to go to her office, but i dont know how to get there. In classroom only teaching button and two clickable girls, nothing else.
 
3.30 star(s) 12 Votes