syfy88man

Active Member
Jul 20, 2018
720
322
319
Yep, cause it is trying to show you Daphne in her halloween outfit and that is breaking it as you are using an old save.

BTW, if anyone knows how to fix that let me know! I did some research and still don't know
not sure how to help you, but glad to help you game test your game and find these pesky bugs, lol
 

dizzard

Newbie
Sep 25, 2016
51
70
284
The code for that pop up is:

if corruption >= corruptionForBlowJob and blowjobTraining == 0 and stripFlag == 1:
scene bed1
show red norm
with dissolve
"Meanwhile"
rT "I think Daphne is ready, next time I'll tell her to blow me"
show black
with dissolve

So that means your flag for blowjob training has not fired off.

What plays out when you select Blowjob with Red?
there is a mistake during split up blowjob. You set the flag there by mistake, so she always blow red, and blowjob event cannot be fired normally, she never gets blowjob record in the book, and fuck sequence cannot be triggered
 
  • Like
Reactions: braxter

NTR Critic

Member
Game Developer
Aug 30, 2016
312
636
362
there is a mistake during split up blowjob. You set the flag there by mistake, so she always blow red, and blowjob event cannot be fired normally, she never gets blowjob record in the book, and fuck sequence cannot be triggered
Yep, that issue was detected and fixed for the next update already. In the mean time just don't split up like that.
 

Obsidian ice

New Member
Aug 17, 2020
7
4
183
Having trouble getting plot2 to trigger. Daphne is at 120 corruption, Red says he should plot with Dinkley, but nothing happens, the option doesn't appear. I know there is something to do with Velma and Fred, but i am unable to trigger it at all.
 
Last edited:
  • Like
Reactions: braxter

NTR Critic

Member
Game Developer
Aug 30, 2016
312
636
362
Having trouble getting plot2 to trigger. Daphne is at 120 corruption, Red says he should plot with Dinkley, but nothing happens, the option doesn't appear. I know there is something to do with Velma and Fred, but i am unable to trigger it at all.
If you can extract a save and send it over I can check, but I'm not 100% sure what would be causing that.
 

Cazzorine

Newbie
Feb 4, 2024
90
87
147
Ok so I have no earthly idea how to get Red and Daphne to do anal, I get the butt plug and put it in, he says keep it in till tomorrow, tomorrow comes and he takes it out and then nothing, the prompt to talk about anal or the plug is gone, I would love to get some help here what do I do?
 

Barkin 10

Well-Known Member
Dec 27, 2016
1,540
1,788
420
Ok so I have no earthly idea how to get Red and Daphne to do anal, I get the butt plug and put it in, he says keep it in till tomorrow, tomorrow comes and he takes it out and then nothing, the prompt to talk about anal or the plug is gone, I would love to get some help here what do I do?
Insert, remove, repeat, 3 or 4 times,(I'm not sure which.)
 

Mustafa_110

New Member
Mar 20, 2025
2
0
1
I am having this error for the last 2 updates, i have pasted the error message below. Can someone please help.




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

While running game code:
Exception: In DynamicImage '[panties[pantie]]': IndexError('list index out of range')

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

Full traceback:
  File "holidays.rpyc", line 45, in script
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 436, in visit_all
    callback(self)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\image.py", line 793, in per_interact
    self.find_target()
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\image.py", line 671, in find_target
    raise Exception("In DynamicImage %r: %r" % (self.name, e))
Exception: In DynamicImage '[panties[pantie]]': IndexError('list index out of range')

Let's Split Up Gang v10
Fri Jan 16 00:36:33 2026
 

NTR Critic

Member
Game Developer
Aug 30, 2016
312
636
362
I am having this error for the last 2 updates, i have pasted the error message below. Can someone please help.




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

While running game code:
Exception: In DynamicImage '[panties[pantie]]': IndexError('list index out of range')

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

Full traceback:
  File "holidays.rpyc", line 45, in script
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\displayable.py", line 436, in visit_all
    callback(self)
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\image.py", line 793, in per_interact
    self.find_target()
  File "C:\Users\mustk\Downloads\LetsSplitUpGang-v10-pc\LetsSplitUpGang-v10-pc\renpy\display\image.py", line 671, in find_target
    raise Exception("In DynamicImage %r: %r" % (self.name, e))
Exception: In DynamicImage '[panties[pantie]]': IndexError('list index out of range')

Let's Split Up Gang v10
Fri Jan 16 00:36:33 2026

Sorry, that error is due to the array the costume parts are kept in being updated. Your old save doesn't know what is in the new array (I tried looking into ways to fix this... but have come up empty handed)

If you start a new save, that will fix it. I'll try to perma fix it here in the next few updates.
 
3.40 star(s) 11 Votes