Mescalino

Active Member
Aug 20, 2017
937
6,633
Error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/screens.rpy", line 1820, in execute
    screen gstatswait:
  File "game/screens.rpy", line 1820, in execute
    screen gstatswait:
  File "game/screens.rpy", line 1823, in execute
    text "{color=#000}[elsarat]{/color}" size 15 align (0.36, 0.87)
KeyError: u'elsarat'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\python.py", line 1695, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 2504, in interact
    scene_lists.replace_transient()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 809, in replace_transient
    self.remove(layer, tag)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1094, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1018, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1820, in execute
    screen gstatswait:
  File "game/screens.rpy", line 1820, in execute
    screen gstatswait:
  File "game/screens.rpy", line 1823, in execute
    text "{color=#000}[elsarat]{/color}" size 15 align (0.36, 0.87)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\text\text.py", line 1331, in __init__
    self.set_text(text, scope, substitute)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\text\text.py", line 1426, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\substitutions.py", line 232, 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
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\substitutions.py", line 194, in __getitem__
    raise KeyError(key)
KeyError: u'elsarat'

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.0.8
 

WICKEDp4th

Before Alice went to Wonderland, she had to fall.
Donor
Sep 6, 2017
3,306
5,620
I can confirm, beach is in the game. I met Mia there once.
 

Lotex

Engaged Member
Jul 17, 2017
2,141
1,980
already version 0.0.8 and dint find beach on big map...
tryed anything, start game from scratch ... delete cache,temp lookin for registry entry to remove and dint find any info

can someone please confirm Beach is in game or im stupid ? :eek:penedeyewink::test3::test2::test::pokerFace::pancakeMix::pancakeMix::pancakeMix::FeelsBadMan::FeelsBadMan::OhMyGoodness:
I guess you have to advance with Mia since she tells you to meet her at the beach.
 
  • Like
Reactions: martin Nielsen

Mescalino

Active Member
Aug 20, 2017
937
6,633
Another error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 86, in execute
    if (miascool1 == 20) and (vika < 2):
NameError: name 'vika' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\python.py", line 1695, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 2504, in interact
    scene_lists.replace_transient()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 809, in replace_transient
    self.remove(layer, tag)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1094, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1018, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 86, in execute
    if (miascool1 == 20) and (vika < 2):
  File "<screen language>", line 86, in <module>
NameError: name 'vika' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.0.8
 

StarWarrior

Engaged Member
May 24, 2017
2,273
3,116
Neither have i since 0.7, except for those few photos i took. :p
stop being a lazy pervert!

One thing i don't get is that after all that i just did to Mia, why the hell would MC think that she would get angry when we go into her room at 23:00? that makes absolutely no sense^^
Dude.. everyone wants their private space/time even in porn games. Don't upset the pussy and the pussy won't bite you.
 

Exis20

Newbie
Jul 1, 2017
59
192
Guys, am I doing something wrong? After downloading the latest build I cannot get the school scene (the one where we go to Mia's school to help her pass the class) is not triggering. I spoke to her (using the quest option) and then went to the beach with her and now the Task tab in her character sheet is blank? Am I stupid or did I miss something? I started the game from the beginning by the way.

---Update---
So I spent a few more in-game days with her and a new task just showed up to call her at 1700.
 

loqex

Well-Known Member
Aug 5, 2016
1,010
517
Another error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 86, in execute
    if (miascool1 == 20) and (vika < 2):
NameError: name 'vika' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\python.py", line 1695, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 2504, in interact
    scene_lists.replace_transient()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 809, in replace_transient
    self.remove(layer, tag)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1094, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\core.py", line 1018, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "H:\X-Novels\View_of_family-0.0.8-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 62, in execute
    screen gstatsmiaquest:
  File "game/tasks.rpy", line 86, in execute
    if (miascool1 == 20) and (vika < 2):
  File "<screen language>", line 86, in <module>
NameError: name 'vika' is not defined

Windows-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.0.8
Console edit add before you get to that error:
vika=0
vikarat=0
vikaperv=0
elsa=0
elsaperv=0
elsarat=0



Doing the above sets the variables that the game is looking for.
 

loqex

Well-Known Member
Aug 5, 2016
1,010
517
The beach scene with mia and her g/f... :FeelsGoodMan:

Also like that you can continue lessons in Mia's room...:biggrin:
 

WICKEDp4th

Before Alice went to Wonderland, she had to fall.
Donor
Sep 6, 2017
3,306
5,620
Jeeez...Okay...I got it, i played an outdatet Version...lol, no wonder i asked stupid questions here...forgive me guys, i will do better next time. :p
 

inkalicious

Active Member
Game Developer
May 29, 2017
517
4,122
As the story develops I'm enjoying the switch that things are advancing further with Mia, and Nicole is now playing catch-up.
 

StarWarrior

Engaged Member
May 24, 2017
2,273
3,116
As the story develops I'm enjoying the switch that things are advancing further with Mia, and Nicole is now playing catch-up.
Nicole will be playing catch-up to me for a very long time after the stuff she pulled.
You see those birds chirping in the woods? Yeah, they got a higher status than her right now.
I enjoy Mia aswell, though she is 2n behind Mom for me.
Jeeez...Okay...I got it, i played an outdatet Version...lol, no wonder i asked stupid questions here...forgive me guys, i will do better next time. :p
You bake me some cookies and we got a deal.
Also send nudes..
 
3.70 star(s) 34 Votes