senpaiggss

Newbie
Donor
Oct 10, 2017
63
127
hello , i got this error
----------
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 "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\View_of_family-0.1.0-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\View_of_family-0.1.0-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\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 "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\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-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.1.0
-------

happened when i went to Nicole's room at 13"00
 

ReyBell

Active Member
Game Developer
Aug 9, 2017
652
240
tbh full of errors.. when u enter school = ERROR when you deprivate your sister and enter "work place" you got 5x error then it will shut down game. Any fixes?
 

KeyvinCarter

Member
Dec 11, 2017
434
353
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 "C:\Users\Kevin\Downloads\Games\View_of_family-0.1.0-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "C:\Users\Kevin\Downloads\Games\View_of_family-0.1.0-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Kevin\Downloads\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 "C:\Users\Kevin\Downloads\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
How do i fix this error?
 

KeyvinCarter

Member
Dec 11, 2017
434
353
s
hello , i got this error
----------
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 "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\View_of_family-0.1.0-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\View_of_family-0.1.0-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\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 "F:\EXE folder\ARIA\ARIA\New folder\New folder (3)\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-7-6.1.7601-SP1
Ren'Py 6.99.12.2.2029
View of family 0.1.0
-------

happened when i went to Nicole's room at 13"00
Same
 

bobn

Member
Oct 31, 2017
319
79
It's a shame this is so buggy. The women are sexy and the story (as much as I could do of it) seemed pretty cool. It's not worth playing with all the errors, though.
 
  • Like
Reactions: HSarajevo

KeyvinCarter

Member
Dec 11, 2017
434
353
It's a shame this is so buggy. The women are sexy and the story (as much as I could do of it) seemed pretty cool. It's not worth playing with all the errors, though.
Lmao there is no story in this game, this is porn and that’s the only reason why everyone loves this game.
 

brknsoul

Active Member
Nov 2, 2017
507
372
A couple list of issues;
-"Really" is spelled with two L's, not one.
-The flicker of the text panel when the scene changes is rather annoying.
-When asking for your name, the mouse cursor shouldn't need to be inside the text-box to type. Also, the Enter key isn't registering after typing your name.
-The Phone icon doesn't display while in the home hallway, but the area is still clickable to bring up your Phone.
-Spin the bottle game at the party: The prompt should be "Spin", not "Roll".
-In Sisroom.rpy; you've commented out screen exnic, but line 50 still tries to call it during 13h and 18h.
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,748
24,118
Overview:
(i tried to sum up the fixes and some enhancements for the current version 0.1.0)​

Updated: 30.01.2018 16:38

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Change-Log:
You don't have permission to view the spoiler content. Log in or register now.

Download:

(Screenshoots)​
screenshot0001.jpg screenshot0002.jpg screenshot0003.jpg screenshot0004.jpg screenshot0005.jpg screenshot0006.jpg screenshot0007.jpg screenshot0008.jpg screenshot0009.jpg
 

MexicanoHueBR

Newbie
Nov 29, 2017
98
37
I have a problem ... upon entering Nicole's room on the second day at 1:00 pm this error appears!

erro.jpg

And because of that mistake I can not continue the walkthrough the way it should be ... can someone tell me how to fix it?
 

Aqualung

Newbie
Oct 20, 2017
78
22
i tried to sum up the fixes for the current version 0.1.0
extract archive and overwrite, backup before
  • Jacqueline content should work as intended
  • infinite Mia loop is stopped
  • Nicole scene in players room should start
  • tasks point correctly to next step
  • exnic error in Nicole's room
but honestly an official bugfix version would be more useful
The file game.rar isn't recognised as an archive by 7zip so it won't extract. Any chance you could test and re-up? Thank you!
 

Swadee

Newbie
Oct 28, 2017
18
7
well, with these bugs I feel kinda sad about Marvel's patrons..
and if we consider they have been waiting for a half of month it feel a lot more sad.
 
3.70 star(s) 34 Votes