AkaiAria

Newbie
Sep 29, 2021
80
115
I have to say so far this game is really good. Surprised it isn't more popular. How often does it update?
It updates fairly regularly. However, said updates are small'ish. Some people like it, some don't. Whatevers. Popularity? Id say the lack of action with favorite LIs. I haven't tried the latest update, but no real action with Sam in a while. This is a crime against humanity. Personally have no desire to play any of the updates until its confirmed Sam gets some love.
 

tortorus

Member
Aug 29, 2018
137
145
Unplayable for now...
when you message your "mom" before go to the magic town
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

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

Full traceback:
File "scripts/base/meta/human_mc_story_handler/week_01/03_tuesday.rpyc", line 7, in script call
File "scripts/base/locations/earth_7/starlight_city/home/kitchen/events/coffee.rpyc", line 154, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

Windows-10-10.0.18362 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Sat Feb 4 00:50:12 2023
and with this one back to the menu, can t be ignored...
when you enter the ghost house.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/base/game_gui/game_gui.rpy", line 45, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 45, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 133, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 135, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 136, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 149, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 149, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 155, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 159, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 160, in <module>
NameError: name 'phone_error_message' is not defined

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

Full traceback:
File "scripts/base/locations/earth_7/dark_falls/haunted_house/front_yard/labels.rpyc", line 32, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 609, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3161, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/scripts/base/game_gui/game_gui.rpy", line 45, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 45, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 133, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 135, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 136, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 149, in execute
File "game/scripts/base/game_gui/game_gui.rpy", line 149, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 155, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 159, in keywords
File "game/scripts/base/game_gui/game_gui.rpy", line 160, in <module>
NameError: name 'phone_error_message' is not defined

Windows-10-10.0.18362 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Sat Feb 4 00:51:02 2023
 
Last edited:

tortorus

Member
Aug 29, 2018
137
145
i try to go further with a save and...
when you go to station use your phone error come, there are two more for you

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

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

Full traceback:
File "scripts/base/meta/human_mc_story_handler/week_02/04_wednesday.rpyc", line 32, in script call
File "scripts/base/locations/earth_7/dark_falls/train_station/platform/events/on_phone.rpyc", line 137, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

Windows-10-10.0.18362 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Sat Feb 4 01:35:40 2023
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

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

Full traceback:
File "scripts/base/meta/human_mc_story_handler/week_02/04_wednesday.rpyc", line 32, in script call
File "scripts/base/locations/earth_7/dark_falls/train_station/platform/events/on_phone.rpyc", line 137, in script
File "renpy/ast.py", line 2232, in execute
self.call("execute")
File "renpy/ast.py", line 2220, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 281, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 455, in execute_pause
renpy.pause()
File "renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 4252, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 1064, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 999, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/scripts/base/game_gui/phone/sms_app/messages/message_handler.rpy", line 30, in save_and_update_dialogue
TypeError: get_message_for_contact() takes exactly 3 arguments (2 given)

Windows-10-10.0.18362 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Sat Feb 4 01:35:54 2023
It make a loop, i ignore error but it make me back before i read phone message...
this will end my test...
 
Last edited:

Leelaverse

Member
May 24, 2021
132
330
Whelp like others I ran into issues, my save file was gone so had to restart, and crashed at the train scene, hopefully gets fixed soon
 
  • Like
Reactions: EJW

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,284
43,453
That's the last scene, then it goes boom
Well, I started the game on my android device, I didn't get very far. This game is experiencing issues on all platforms, we hope that the Developer, who doesn't often visit this Forum, will come up with a solution.
 

Rycharde's Realm

Well-Known Member
Game Developer
Jan 17, 2018
1,092
724
Well, I started the game on my android device, I didn't get very far. This game is experiencing issues on all platforms, we hope that the Developer, who doesn't often visit this Forum, will come up with a solution.
Since the early access v0.2.12 is behind the paywall, the fix that was released at 02:51 PDT is also behind said paywall. Sooo...
 
3.80 star(s) 30 Votes