• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.
3.30 star(s) 67 Votes

Ranger

'Water World' developer
Game Developer
Jul 30, 2017
1,144
2,142
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
KeyError: u'als_name'

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

Full traceback:
  File "plan.rpyc", line 1157, in script call
  File "connected.rpyc", line 488, in script
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\ast.py", line 678, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\exports.py", line 1203, in say
    who(what, *args, **kwargs)
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\character.py", line 1014, in __call__
    what = what_pattern.replace("[what]", sub(what, translate=True))
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\character.py", line 1003, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\substitutions.py", line 244, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'als_name'

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Water World 0.24.0
Sun Jun 28 23:43:19 2020



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/connected.rpy", line 123, in <module>
NameError: name 'als_name' is not defined

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

Full traceback:
  File "plan.rpyc", line 1157, in script call
  File "connected.rpyc", line 490, in script call
  File "connected.rpyc", line 121, in script
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Chrome downloads\WaterWorld-0.24.0-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/connected.rpy", line 123, in <module>
NameError: name 'als_name' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Water World 0.24.0
Sun Jun 28 23:44:01 2020

Happens with 0.24
So, wondering if there is a problem... Was able to start Connected. Was able to connect avatar and shoot the gun (poorly!). Have progressed through several days (not sure how many but probably more than a week...) with nothing else triggering. I did have an error at some point that I was able to ignore. Did the quest not update properly perhaps? :unsure:

Probably an old bug that should've been fixed in 0.23.5 - try loading an older save and when asked about the name of the avatar, set it to something else. I'll look into in and fix it for the public release.
 
  • Like
Reactions: Glooskabe

Xendal

Newbie
Nov 27, 2018
93
37
I got some problems too. Didnt finished the Quest "undercover" in the last version. So after completing it now, it doesnt trigger "connected" quest. Tried about 20 days ...
 
  • Like
Reactions: SoiCowboy

CyberVamp

Member
Nov 27, 2018
270
198
just found an error

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/quests_ui.rpy", line 127, in <module>
Exception: Empty text tag in u"{} doesn't know and if Pixie can keep a secret I won't have anything to worry about.".

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

Full traceback:
  File "plan.rpyc", line 1157, in script call
  File "quests_ui.rpyc", line 122, in script
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\ast.py", line 882, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/quests_ui.rpy", line 127, in <module>
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\exports.py", line 2723, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 2662, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 3049, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\screen.py", line 428, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 521, in visit_all
    d.visit_all(callback, seen)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\display\core.py", line 511, in visit_all
    for d in self.visit():
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\text\text.py", line 1601, in visit
    self.update()
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\text\text.py", line 1578, in update
    tokens = self.tokenize(text)
  File "D:\- GAMES -\-2020-\JUNE\WaterWorld-0.24.0-pc\renpy\text\text.py", line 2001, in tokenize
    tokens.extend(textsupport.tokenize(i))
  File "textsupport.pyx", line 100, in renpy.text.textsupport.tokenize
Exception: Empty text tag in u"{} doesn't know and if Pixie can keep a secret I won't have anything to worry about.".

Windows-8-6.2.9200
Ren'Py 7.1.0.882
Water World 0.24.0
Mon Jun 29 01:51:29 2020
 

RayJefferson

Member
Mar 4, 2018
295
133
Part broken the connected quest does not trigger, I did again undercover, no change for connected quest, I took a save before go in the base nothing great
 
  • Thinking Face
Reactions: Ranger

Boneprone

Member
Dec 12, 2019
183
141
Tried this out for about 15-20 minutes but it seemed REALLY grindy. Not encouraging start to say the least. Is it worth persevering with? Does it start to flow after a while?
not really..its more grinding to find new sex scenes than anything,,the story moves slow AF...i stopped playing awhile back,but i keep checking the changelog hoping for more story updates..probably give it another shot after a few more updates,maybe..
 

Ranger

'Water World' developer
Game Developer
Jul 30, 2017
1,144
2,142
not really..its more grinding to find new sex scenes than anything,,the story moves slow AF...i stopped playing awhile back,but i keep checking the changelog hoping for more story updates..probably give it another shot after a few more updates,maybe..
It will be finished after "a few more updates" :ROFLMAO:
 
  • Like
Reactions: Boneprone

albul

Active Member
Jun 8, 2017
754
1,760
I tried using a save from before going to the station, and Connected still doesn't trigger for me even after skipping like 5 days. But it also looks like the MC we'll be forced to play as the avatar so I'm not really looking forward to that :BootyTime:
 

unicorn33

Newbie
Jun 1, 2020
21
4
Hi, I'm new here. I'm not able to trigger "connected". I ended "undercover", but nothing seems to trigger the new quest. Any suggestion? Thanks
 

hitman225

Member
Sep 6, 2019
343
337
Another high quality update!

MC has anti-gravity cum. That is what I am saying.

Iris is quite a sporty type girl with strong and tight body.

Still thinking: When John's mind was switched back to his owned body and found that the body just cummed in Momilia. Then he got caught, by saying "Awkward..."

Suddenly Megan's face changed back to alive from max. zoom silicone. Congratulations to her.
 
  • Like
Reactions: jcna06200
3.30 star(s) 67 Votes