2.30 star(s) 6 Votes
May 25, 2017
190
42
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1477, in script call
    call nerd_hub from _call_nerd_hub
  File "game/locations.rpy", line 1294, in script call
    call older_hub from _call_older_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1482, in script call
    call stacy_hub from _call_stacy_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/younger.rpy", line 1515, in script
    menu:
  File "renpy/common/00action_file.rpy", line 458, in get_sensitive
    return renpy.can_load(__slotname(self.name, self.page, self.slot))
  File "renpy/common/00action_file.rpy", line 131, in _m1_00action_file__slotname
    page = int(page)
TypeError: 'int' object is not callable

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

Full traceback:
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1477, in script call
    call nerd_hub from _call_nerd_hub
  File "game/locations.rpy", line 1294, in script call
    call older_hub from _call_older_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1482, in script call
    call stacy_hub from _call_stacy_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/younger.rpy", line 1515, in script
    menu:
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\exports.py", line 917, in menu
    rv = renpy.store.menu(items)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\exports.py", line 1110, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\screen.py", line 428, in visit_all
    self.child.visit_all(callback, seen=None)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 533, in visit_all
    callback(self)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 813, in per_interact
    if self.is_sensitive():
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 803, in is_sensitive
    return is_sensitive(self.action)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 387, in is_sensitive
    return action.get_sensitive()
  File "renpy/common/00action_file.rpy", line 458, in get_sensitive
    return renpy.can_load(__slotname(self.name, self.page, self.slot))
  File "renpy/common/00action_file.rpy", line 131, in _m1_00action_file__slotname
    page = int(page)
TypeError: 'int' object is not callable

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
confidence .81
Mon Apr 29 09:07:49 2019
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1477, in script call
    call nerd_hub from _call_nerd_hub
  File "game/locations.rpy", line 1294, in script call
    call older_hub from _call_older_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1482, in script call
    call stacy_hub from _call_stacy_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/younger.rpy", line 1515, in script
    menu:
  File "renpy/common/00action_file.rpy", line 458, in get_sensitive
    return renpy.can_load(__slotname(self.name, self.page, self.slot))
  File "renpy/common/00action_file.rpy", line 131, in _m1_00action_file__slotname
    page = int(page)
TypeError: 'int' object is not callable

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

Full traceback:
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1477, in script call
    call nerd_hub from _call_nerd_hub
  File "game/locations.rpy", line 1294, in script call
    call older_hub from _call_older_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/script.rpy", line 850, in script call
    call day_reset from _call_day_reset
  File "game/script.rpy", line 812, in script call
    call level_check from _call_level_check
  File "game/locations.rpy", line 1482, in script call
    call stacy_hub from _call_stacy_hub
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/locations.rpy", line 1792, in script call
    call stacy_hub from _call_stacy_hub_1
  File "game/younger.rpy", line 1515, in script
    menu:
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\ast.py", line 1564, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\exports.py", line 917, in menu
    rv = renpy.store.menu(items)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\exports.py", line 1110, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 3059, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\screen.py", line 428, in visit_all
    self.child.visit_all(callback, seen=None)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 531, in visit_all
    d.visit_all(callback, seen)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 533, in visit_all
    callback(self)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\core.py", line 3059, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 813, in per_interact
    if self.is_sensitive():
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 803, in is_sensitive
    return is_sensitive(self.action)
  File "B:\Game\Dirty Secret Studio\confidence-.81-pc\renpy\display\behavior.py", line 387, in is_sensitive
    return action.get_sensitive()
  File "renpy/common/00action_file.rpy", line 458, in get_sensitive
    return renpy.can_load(__slotname(self.name, self.page, self.slot))
  File "renpy/common/00action_file.rpy", line 131, in _m1_00action_file__slotname
    page = int(page)
TypeError: 'int' object is not callable

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
confidence .81
Mon Apr 29 09:07:49 2019
That bug is fixed in my edited version of the file younger.rpy. Download all the files attached to this post and copy them into your "game" folder overwritng the old ones. Close and re-open the game.
 

dbp5ca

Active Member
Donor
Mar 13, 2017
992
802
OK I guess some flags didn't get tripped correctly but I seem to be missing alot of things ASW Dorothy and the Nun
You don't have permission to view the spoiler content. Log in or register now.
Also for some reason I haven't found the swamp. Any ideas how to progress or what I fucked up?
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
OK I guess some flags didn't get tripped correctly but I seem to be missing alot of things ASW Dorothy and the Nun
You don't have permission to view the spoiler content. Log in or register now.
Also for some reason I haven't found the swamp. Any ideas how to progress or what I fucked up?
For the church scene where Sister Olivia (there is more than one nun) eats Dorothy's pussy during a sermon:
  • You must visit the church during the afternoon on Sunday five times to see five different corrupting sermons.
  • There is only a 1 in 3 chance of progressing to the next sermon or else Sister Oliva will yell at you that you don't believe the crap she peddles, and you have an opportunity to use confidence on her.
  • The fourth sermon, if you've summoned Lilly, will be Sister Olivia eating Lilly's pussy.
  • The fifth sermon will be Sister Olivia eating Dorothy's pussy.
  • That will end the current series of sermons.
To unlock the swamp:
  • You must visit the park when no one else is there.
  • There will be a 1 in 3 chance of finding a small altar of burned out ashes, candles, a bottle of alcohol, and the business card of Dr. Bones.
  • The swamp will now appear as a location in the lower-left of the map.
 
  • Like
Reactions: dbp5ca

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
In a related note I
You don't have permission to view the spoiler content. Log in or register now.
and watching TV with the MILF
You don't have permission to view the spoiler content. Log in or register now.
These are bugs. I've fixed them with my best guess of what the developer intended and uploaded the edited .rpy files to my other edited files in an updated version of this post.

These new files fix a Sister Olivia corrupted sermon bug, re-enable the different control actions for Ms. Ross after you get the hand job, and fix the living room scene with Maureen where you call in Deana (you now get a sequence of two scenes with both of them and the possibility of Dorothy peeking).
 
  • Like
Reactions: dbp5ca

dbp5ca

Active Member
Donor
Mar 13, 2017
992
802
Is your avatar a Shego one or is it from a game/comic? Love the pose :)
 

dbp5ca

Active Member
Donor
Mar 13, 2017
992
802
@DuDraig ran into this error on the start of Day 204. Any idea what's causing it?
You don't have permission to view the spoiler content. Log in or register now.

I'm running your amended scripts from your previous post. But I don't know anything about Ren'py so don't really know what to look for to correct the issue.
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
@DuDraig ran into this error on the start of Day 204. Any idea what's causing it?
You don't have permission to view the spoiler content. Log in or register now.

I'm running your amended scripts from your previous post. But I don't know anything about Ren'py so don't really know what to look for to correct the issue.
Sheesh! Whenever someone posts a bug, I find a slew of content I've never seen and a load of bugs.

I've updated my post of edited code files with new versions of script.rpy, locations.rpy, and nun.rpy to fix that bug (bad code label), a bug with Sister Olivia doing research on the Knights of Confidence (bad days of research test), and a bug (bad code label) when Dorothy comes downstairs and meets Crowley (Rhymes with Holy!!!).

Because of the odd initialization system, you may have to use the Console (use UnRen to enable) to initialize a variable: bones_villain_talk=0
 
  • Like
Reactions: dbp5ca

dbp5ca

Active Member
Donor
Mar 13, 2017
992
802
@DuDraig Dude, you are amazing! I hate to think what this game would be like without your interventions. You're like our own personal Benjamin Franklin :D

Is there a way to "fix" the 1/3 chance on the sermon through the console? Waiting to wait week after week just to have her say leave is a pain in the ass.
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
@DuDraig Dude, you are amazing! I hate to think what this game would be like without your interventions. You're like our own personal Benjamin Franklin :D

Is there a way to "fix" the 1/3 chance on the sermon through the console? Waiting to wait week after week just to have her say leave is a pain in the ass.
Normally I'd say to just play the game but that one is a pain.

When Sister Olivia does not give you the next sermon on Sunday afternoon:
  1. Roll-back to the town map (it should still be Sunday afternoon).
  2. Enter the console.
  3. Enter the command renpy.random.randint(1,2) to jigger the psuedo-random generator to give a new result the next time it is used in the code.
  4. Exit the console and re-enter the church.
  5. Repeat until Sister Olivia and the Demon of Randomness give you the next sermon.
 
  • Like
Reactions: dbp5ca

dbp5ca

Active Member
Donor
Mar 13, 2017
992
802
Anyone else having the situation with Spike where she doesn't want to go to your house? Every time I suggest it she says that she likes her freedom.
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
Anyone else having the situation with Spike where she doesn't want to go to your house? Every time I suggest it she says that she likes her freedom.
It's a bug. After you invite her to use your house when she needs it, there is supposed to be a 1 in 6 chance she will appear in either the bathroom (as long as no on else is already there) or the living room.

I've updated my post of edited code files with a new version of schedule.rpy that fixes this bug. When the location app says she is in the bathroom, there is a peek and confidence scene. However, there is no content yet for the living room so she will not appear there even if the location app says she's there.

You can use the console to force her to appear in the bathroom (make sure no one else is already there) with the command girl[PUNK].location=LOCATION_BATHROOM.
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
I recommend to any thread moderator and/or the original poster @bas to place a link to this post on the OP as an available bug-fixing patch for v0.81 so players can at least reach most of the current content.
 
  • Like
Reactions: dbp5ca and bas

Zalzany

Active Member
Apr 19, 2017
593
814
So the bug fix patch do we just install it under renpy folder in the game folder? Or I got put it some where else?
 

DuDraig

Well-Known Member
Oct 6, 2017
1,258
428
So the bug fix patch do we just install it under renpy folder in the game folder? Or I got put it some where else?
The post clearly says:
Just copy them into the game folder overwriting the originals.
So you copy them into the folder named game where the original files are.
 
2.30 star(s) 6 Votes