VN Ren'Py Abandoned Family Man...? [v9.1] [MoleMan]

3.50 star(s) 30 Votes

Zonal12

Member
Oct 7, 2017
239
125
It has been quite a while since the last update.... so glad to see another update! Hope there's some hanky panky in this one!
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,402
13,136
Perfect mirror of our real world is it not ...?!:(
Well, mostly of the world in the US. Actually here in Germany they are usually more likely to censor violence than nudity and swearing, but don't worry the American media corporations owning stuff here are working on changing that. ;)
 

danilo25535

New Member
Nov 21, 2018
2
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
 7.0
Sat Aug 10 22:29:30 2019
 

B-52reloaded

Well-Known Member
Aug 25, 2018
1,181
1,126
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
7.0
Sat Aug 10 22:29:30 2019
I get the same error ... every freaking time I load a savegame ... I am mad as hell ...
 

GODZILLA2000

Newbie
Dec 9, 2017
74
61
The scene with Scarlett in the bathroom breaks the game for me. If I choose to fuck her, the girlfriend comes into the bathroom and game over. If I choose not to fuck her, the game crashes with no choice to ignore, only rollback. And this is the error I get.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "C:\Users\(user)\Desktop\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\(user)\Desktop\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
7.0
Sun Aug 11 01:47:27 2019
And this happens regardless if I'm using a new save or an old save. :/
 

Drill Sergeant

Well-Known Member
May 9, 2019
1,039
4,921
here is my unofficial android port of Family Man v6.0.
You don't have permission to view the spoiler content. Log in or register now.
have fun and please report problems (you can reach me ).
updated: 09.04.2019
Can you please update to the latest versions? Thank you
 

riktor

Active Member
Nov 26, 2018
906
1,160
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\DChris\Documents\MEGAsync Downloads\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
7.0
Sat Aug 10 22:29:30 2019
seems the labels got changed a bit, try the attached . overwrite original in game directory, detailed info on change made in spoiler below.

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

Silreve

Newbie
Jun 23, 2018
23
42
post the error message/s and I'll take a look
This is what I am getting with the fix. Hope it helps.

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

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "E:\Games\Favorites\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Games\Favorites\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
 7.0
Sun Aug 11 01:40:50 2019
 

Silreve

Newbie
Jun 23, 2018
23
42
This is what I am getting with the fix. Hope it helps.

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

While running game code:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
ScriptError: could not find label 'nomorescarandnoalice'.

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

Full traceback:
  File "game/script.rpy", line 30028, in script
    jump nomorescarandnoalice
  File "E:\Games\Favorites\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\ast.py", line 1600, in execute
    rv = renpy.game.script.lookup(target)
  File "E:\Games\Favorites\FamilyMan-70-pc\FamilyMan-7.0-pc\renpy\script.py", line 873, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'nomorescarandnoalice'.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
7.0
Sun Aug 11 01:40:50 2019
I am an idiot. It works now. I just needed to quit completely out of the game first.
 
3.50 star(s) 30 Votes