FlipTopBin

Member
Game Developer
Dec 5, 2017
176
222
Thanks for the update. Quite enjoying it at the moment apart from one exception I occasionally get when entering Nicoles room. I can't seem to progress her story so I guess its important:

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

While running game code:
  File "game/Sisroom.rpy", line 50, in script
    show screen exnic
  File "renpy/common/000statements.rpy", line 458, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
Exception: Screen exnic is not known.


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

Full traceback:
  File "game/Sisroom.rpy", line 50, in script
    show screen exnic
  File "E:\ATI\Data\Games\View_of_family-0.1.0-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "E:\ATI\Data\Games\View_of_family-0.1.0-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "E:\ATI\Data\Games\View_of_family-0.1.0-pc\renpy\statements.py", line 145, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 458, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "E:\ATI\Data\Games\View_of_family-0.1.0-pc\renpy\display\screen.py", line 1012, in show_screen
    raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen exnic is not known.


Windows-8-6.2.9200
Ren'Py 6.99.12.2.2029
View of family 0.1.0
 

Shardoom

Spunkbubble
Donor
May 4, 2017
1,595
1,874
So, can we nix the shit between Nicole and that dude before it goes anywhere now? Has anyone found out?
 

CraysisW

Member
Jun 16, 2017
208
93
There is a bug?
Yeah there is no error when I click on the arrow at 18 but I get an error when I click on 12

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

While running game code:
  File "game/scool.rpy", line 36, in script
    menu:
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 6, in execute
    screen allisc1:
  File "game/scool.rpy", line 7, in execute
    imagemap:
  File "game/scool.rpy", line 15, in execute
    if (vika >= 1):
NameError: name 'vika' is not defined

-- Full Traceback ------------------------------------------------------------
 
3.70 star(s) 34 Votes