IDontGetWomen

Member
Sep 9, 2021
448
639
literally still cannot get past the part where you set up a dating profile, except now instead of getting stuck on the dating app, when you try to text lyn an error appears...

2nd update in a row it's just broken on the same phone spot.
 
  • Like
Reactions: UnoriginalUserName

uamkt

Member
Mar 3, 2020
326
399
got multiple error messages early in the game...one sends me to main menu
Code:
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.22621 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Fri Feb  3 23:17:25 2023

Code:
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.22621 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Fri Feb  3 23:22:34 2023
 

UnoriginalUserName

Engaged Member
Sep 3, 2017
3,718
13,823
literally still cannot get past the part where you set up a dating profile, except now instead of getting stuck on the dating app, when you try to text lyn an error appears...

2nd update in a row it's just broken on the same phone spot.
Yep, same here, still stuck on the phone just like the last update, except now it's the Lyn messages that cause errors. From reading other posts it seems like there's very little to do if you do manage to get past the phone fucking everything up though, so...meh?
 

saltydogmk

Newbie
May 25, 2022
16
37
I made it to the house, that you receive in the Will. But soon after arriving, an error message pops up. Every time I try to ignore it, I get sent back to the main menu. It sounds as though many others are experiencing similar issues. I was using the android version, so perhaps that was the reason. It's a shame, I enjoyed what little I got to experience. Hopefully the issues will be addressed in a future update.
 

Matoyoshi

Member
Nov 27, 2018
279
215
Very early on in the game I hit this error. It was when you go to Dark Falls for the first time on day 3 and you get to a house. It sends you back to the main menu and I cannot continue the game.

Code:
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.19041 AMD64
Ren'Py 7.5.1.22070801
Worlds of Wonders 0.2.12
Sat Feb  4 01:25:22 2023
 
  • Like
Reactions: tagraves15 and EJW

tortorus

Member
Aug 29, 2018
137
145
yes there is no phone bug but the ghost house error still here
and one more after grandma pool, just after talk to your sister friend, i can t ignore too it stay stuck on the error screen.

I'm sorry, but an uncaught exception occurred.

While running game code:
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/meta/human_mc_story_handler/week_03/02_monday.rpyc", line 21, in script call
File "scripts/base/locations/earth_7/starlight_city/home/mc_room/events/with_yuki.rpyc", line 13, in script
File "renpy/ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 930, in do_display
**display_args)
File "renpy/character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, 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
the 2.12 is really a mess... i will stop here or the 2.12 and test it again when 2.13 come, i hope it will be better...
 
Last edited:

Sylaann

Member
Nov 4, 2020
244
220
This is only my own opinion but please... focus more on the magic world "of wonders" cause the MC spend to much time with his borring familly while he should be attending a school of magic like Hogwarts.

I like Keira and that's the only reason i find the "real world" of the MC bearable, but she isn't often with him.

The part of the storywith the succubus was more interesting imo, and it's been a few updates since we last saw her or the other magical beings.
 

Deleted member 4865569

Active Member
Apr 26, 2022
772
5,026
think it's time to unwatch this one and put it on the backburner..

updates getting shorter and shorter and at this point, not worth downloading when the updates come out.

This update was disappointing because nothing of value happened..

We came home from the hospital.

Talked to our "mom" which seems like we are able to set her up on a date through the app "{which I don't like} so I didn't, so idk how I feel about that. Not a fan of being able to setup LIs with other people even if you do decide to not wanting to go out with that LI for replayability sake, but I digress.

Talked with Nancy and Yuki which they handed us a present which was a sextoy that we can decide to use or not use later, so the only sex scene is fucking a toy... fun........ :rolleyes:

Then after if we decide to fuck the toy or not, we all go to the living room and END SCENE.

Yea going to have to put this one on the backburner for a while, Just not worth waiting for updates like this that has nothing going on..

It's turning into another typical VN that we have played so many times. When we gonna get back to the magic etc? When we gonna get back to the MAIN STORY? It feels like it have been forever since we did.

past 2 or 3 updates have been focused on shit that don't really matter imo.

This game has turned into a disappointment.
 

vogelbeest

Engaged Member
Jan 9, 2021
2,007
2,867
The story seems totally lost by now. I seriously doubt the dev had more than just an idea about the story when he started.
There's the neighbour girl that should carry the spaceship storyline in the background that has an excuse. But we should be going to magic school, if we ever want to believe the MC is actually able to defend himself at some point and even that is far from being the prodigy he's supposed to be... We should know more about our goals, enemies or the threat that's coming.

There isn't any real progress with the main storyline, there's several characters that have been introduced just to disappear into the background. There's a few antagonists, but the vampires don't seem to be of the caliber to be any real threat, and the rich kid who's daddy owns the mall is just ridiculously silly... It seems the dev simply wants too much in the game and loses himself in futilities.... A slowburn with the family does not work if the MC should be elsewhere to keep evolving the main storyline...

Meeting your android and ending up in hospital for a sex scene with a random girl we're probably never gonna see again, and setting up tinder accounts just for the reason we should get the mom a partner if you don't want her? That storyline is almost as bad as getting that sex toy, at least that gift could still be explained as a humorous payback for being an ass towards the transgirl earlier in the game...

This is going to be a 10 year project (and that's optimistic) if we ever getting all the storylines completed in a decent format.
And that's seriously a shame... The original story was interesting enough to make something really good.
 

Niahrleak

Newbie
Jun 2, 2018
68
95
i want to complain on how retarded some lines of though the main character has, how he approach new stuff that its obviously secret, he repeats thing he gets told over and over again, then get into eclipse trying to be a white knight not knowing anything, really annoying.
 
Sep 3, 2020
4,193
27,302
i want to complain on how retarded some lines of though the main character has, how he approach new stuff that its obviously secret, he repeats thing he gets told over and over again, then get into eclipse trying to be a white knight not knowing anything, really annoying.
brother I would like to know if anything happens in this update

and do we get to spend time with our favorite vampire or should I skip this update to

because it seems like the last few updates have been too short and nothing actually happens
 
3.80 star(s) 30 Votes