- May 17, 2020
- 918
- 540
Why does it come " An exception has occured" after Black screen where it says Day 16 Monday
I do have the incest patch in too
I do have the incest patch in too
i got stuck at train station i hit ignore and it went to main screenWhy does it come " An exception has occured" after Black screen where it says Day 16 Monday
I do have the incest patch in too
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.I have to say so far this game is really good. Surprised it isn't more popular. How often does it update?
Tried to download all over and not add i-patch but when i take up phone to send message i get same screeni got stuck at train station i hit ignore and it went to main screen
That's the last scene, then it goes boomWorlds of Wonders [v0.2.12] [It's Danny] + P
ANDROID - Performance test - Android 13
You must be registered to see the links- WORKUPLOAD - PIXELDRAIN -You must be registered to see the links-You must be registered to see the links
and with this one back to the menu, can t be ignored...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
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
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
It make a loop, i ignore error but it make me back before i read phone message...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
yeah i git the same error on pc.That's the last scene, then it goes boom
Well, reading the last few comments, it seems that nearly everyone is having this issue. Me included.Getting errors that don't let me continue after the Day 16 black text. Anyone having the same issue?
brrbrr dengGetting errors that don't let me continue after the Day 16 black text. Anyone having the same issue?
I can't brbr deng that.brrbrr deng
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.That's the last scene, then it goes boom
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...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.