4.40 star(s) 50 Votes

Before I Forget

Well-Known Member
Sep 4, 2021
1,080
2,967
I guess I'm the only one who didn't get a bug with "Friend in need".
Great update and as others have said thanks for merging the paths, it saves a lot of time and saves.
 
May 26, 2018
106
114
Something is broken. Any time I succeed on a persuasion minigame it jumps to a scene in the hospital where robot-hater is saying "I agree" or something like that, and you don't get to see whatever you were trying to.

Dissapointing, because I REALLY like the actual game.
 
  • Like
Reactions: AdmirationJunky

Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,758
4,759
Working for me. Using old saves ??
Something is broken. Any time I succeed on a persuasion minigame it jumps to a scene in the hospital where robot-hater is saying "I agree" or something like that, and you don't get to see whatever you were trying to.

Dissapointing, because I REALLY like the actual game.
 

Allan Trumbull

Forum Fanatic
Sep 10, 2021
4,758
4,759
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1606, in script call
    "You are in the reception."
  File "game/Inconsolablecharscript.rpy", line 4039, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4054, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9282, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9317, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9308, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9297, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 7673, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7689, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7680, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4193, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

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

Full traceback:
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/Inconsolablecharscript.rpy", line 1567, in script call
    "You have 1 new message"
  File "game/Inconsolablecharscript.rpy", line 1606, in script call
    "You are in the reception."
  File "game/Inconsolablecharscript.rpy", line 4039, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4054, in script call
    menu:
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 4184, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9282, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9317, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9308, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 9297, in script call
    "Nothing to do here"
  File "game/Inconsolablecharscript.rpy", line 7673, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7689, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 7680, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4193, in script call
    $ renpy.pause (5000.0, hard=True)
  File "game/Inconsolablecharscript.rpy", line 4039, in script
    menu:
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 1, in execute
    screen Player_Skill_Tree:
  File "game/Skill_Tree.rpy", line 240, in execute
    hbox: # This HBOX is for ANTI-HERO  powers
  File "game/Skill_Tree.rpy", line 276, in execute
    if Iron_Belly_Power == 0:
  File "game/Skill_Tree.rpy", line 276, in <module>
    if Iron_Belly_Power == 0:
NameError: name 'Iron_Belly_Power' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.17c.light
Sat May  7 18:33:52 2022

cant start 17 lite keep getting error.was ok in last version.no matter what save file i use.?
Fresh gameplay needed
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,430
2,895
Working for me. Using old saves ??
You keep answering with that line, but as I posted earlier, that error is hard coded into the game. It matters not one whit if they're using an old save or not. It depends on the order of the quest. If one chooses to first get a job at the gym that quest is labeled differently and one will never see the error.

And while I'm at it...wherever I go on this site I see that you are great at throwing facepalm emojis around (as you did above when myself and someone else were talking about the 'whiteness' of the sister). What you're not so great at is developing a cogent argument that actually depicts the reasons for your position.
 

Simulacrum29

Active Member
Apr 20, 2018
891
3,284
i have a bug in the quest a friend in need, if i choose to attack with the mc, in the fighting minigame, it every time resultes in an attack from chris
 

Paprika

Active Member
Aug 14, 2017
806
2,108
I love the sister as she is, including her "whiteness".
She's indeed the main attraction in the cast, followed by the mom; because of their looks and character portrayed.
The black guy, who looks just like an over tanned white guy, is IMO just a gimmick thrown at the "diversity", just for the sake of it, crowd.
 

ronniq_390

Newbie
Mar 15, 2021
58
39
I guess I'm the only one who didn't get a bug with "Friend in need".
Great update and as others have said thanks for merging the paths, it saves a lot of time and saves.
Can you share your save? I started with a fresh save but still ended up getting bugged out in the "Friend in Need" quest - proceeded to hack but got teleported to the robo-hater convo in the hospital :censored:
 
  • Like
Reactions: duke100 and Max1276

Warboss

Member
Apr 14, 2020
197
244
Can't proceed with the game, I do the quest where I apply for a job at the gym, I do the interview and when I answer the final question it immediately goes to the hospital where the redneck is asking me for help...
 
  • Like
Reactions: 0LDSK00L
May 26, 2018
106
114
Working for me. Using old saves ??
No. This is my first time trying the game.

Only now I have to put it down until it gets fixed, because it's not worth playing when you don't actually get to see any scenes. Which is fine, I'm not impatient.

I'm only bummed because of how much promise this game shows, lol.
 
  • Like
Reactions: TheDick69+

Cokebaths

Active Member
May 30, 2020
557
794
I've gotten the bug where I get directed to the hospital with the redneck twice. One in the massage quest for Nikki and the other in the Friend in need quest. Also, the fighting minigame is always Chris even when I chose MC.

Dev, there are many things that need to be improved with this game, but bugs that don't let quests be completed should definitely be a high priority.
 

Hairy Pussy Lover

Active Member
Jul 7, 2021
810
760
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Inconsolablecharscript.rpy", line 1567, in script call
"You have 1 new message"
File "game/Inconsolablecharscript.rpy", line 1601, in script call
m "You can now see some icons at the top of the screen, play around with them to see what they do."
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4166, in script
"Nothing to do here"
File "game/QuestScreens.rpy", line 133, in execute
screen quest_log_Incompleted:
File "game/QuestScreens.rpy", line 133, in execute
screen quest_log_Incompleted:
File "game/QuestScreens.rpy", line 159, in execute
vpgrid:
File "game/QuestScreens.rpy", line 193, in execute
if Business_intro_Start == 1: # If this is above 1, you did the gym intro path.
File "game/QuestScreens.rpy", line 193, in <module>
if Business_intro_Start == 1: # If this is above 1, you did the gym intro path.
NameError: name 'Business_intro_Start' is not defined

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

Full traceback:
File "game/Inconsolablecharscript.rpy", line 1567, in script call
"You have 1 new message"
File "game/Inconsolablecharscript.rpy", line 1601, in script call
m "You can now see some icons at the top of the screen, play around with them to see what they do."
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4021, in script call
menu:
File "game/Inconsolablecharscript.rpy", line 4166, in script
"Nothing to do here"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1235, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 887, in do_display
**display_args)
File "renpy/character.py", line 633, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/QuestScreens.rpy", line 133, in execute
screen quest_log_Incompleted:
File "game/QuestScreens.rpy", line 133, in execute
screen quest_log_Incompleted:
File "game/QuestScreens.rpy", line 159, in execute
vpgrid:
File "game/QuestScreens.rpy", line 193, in execute
if Business_intro_Start == 1: # If this is above 1, you did the gym intro path.
File "game/QuestScreens.rpy", line 193, in <module>
if Business_intro_Start == 1: # If this is above 1, you did the gym intro path.
NameError: name 'Business_intro_Start' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.17c.light
Mon May 9 18:23:20 2022
 

Alteni

Engaged Member
Jan 23, 2018
2,574
5,557
Being a Super [0.17d] Compressed

Win/Linux (2.29 GB / 1.15 GB) Dark:WorkUpload,
Light: WorkUpload,

Compressed With UAGC 1.8.8:
Image Quality: 60%.
can u add another host ? btw its light skin or dark skin u compressed or its both ?
 

Lysergic

Well-Known Member
Aug 18, 2018
1,337
1,640
Bit of a shame too as I think it's the only game with a black protagonist going outside of Bastard Girls which is nearly unplayable and Starship Inanna. Wonder why the poll was made public before running it amongst their current patrons.
There's also Follow The Leader.
 

TheDick69+

Active Member
Jun 29, 2021
654
1,002
New game, started to work at the gym first, but when I do Friend in Need I get the hospital scene after solving the riddles. :( Sad, because I liked this game so far.
You don't have permission to view the spoiler content. Log in or register now.
 
4.40 star(s) 50 Votes