yung drac
Newbie
- Apr 3, 2022
- 58
- 91
- 151
I'm not sure what they're getting, but Velma's backstory button spits out this:The bugs might have been fixed up already in v4 full release, but what errors are you getting?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 2527, in script
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
display_say(who,
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-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 "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 4 more times]
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
for d in self.visit():
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
self.find_target()
File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sat Mar 29 10:42:18 2025
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.I'm not sure what they're getting, but Velma's backstory button spits out this:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00library.rpy", line 321, in say who(what, interact=interact, *args, **kwargs) Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png') -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 2527, in script File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute Say.execute(self) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute renpy.exports.say(who, what, *args, **kwargs) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 321, in say who(what, interact=interact, *args, **kwargs) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display display_say(who, File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-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 "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) [Previous line repeated 4 more times] File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all for d in self.visit(): File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit self.find_target() File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target raise Exception(error) Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png') Windows-10-10.0.26100 AMD64 Ren'Py 8.3.3.24111502 Let's Split Up Gang v4_Alpha Sat Mar 29 10:42:18 2025
Thank you yung drac. I think I'll also start selling cookies now as well. I'm thinking 7$ for 1 ounce of cookie.another stellar update! all u broke boys get ur bread up and support the dev on patreon smh
View attachment 4692854
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.
Here's the fix: Pixeldrain
Just extract the file and put the "Velma" folder in the "Images" folder in the game.
For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.
The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 2527, in script
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
display_say(who,
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-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 "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 4 more times]
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
for d in self.visit():
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
self.find_target()
File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
Windows-10-10.0.19045 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sat Mar 29 14:33:15 2025
Holy shit, why can't you stay quiet? Why did you have to go out announcing it, I was happy when I found out alone how to get the code, now I will have to try harder next timeCode for Unlock is: V3ryH3xxy
In the future (unless this is patched by the developer), you need to:
1) Extract the archive.rpa
2) Open extra.rpy
3) Support the developer onYou must be registered to see the links
Yeah, I'm fine with people finding it themself (Hence why the message says "Thanks for the support or good work hacking this") but if people are just going to share with no effort, then I gotta switch it up.Holy shit, why can't you stay quiet? Why did you have to go out announcing it, I was happy when I found out alone how to get the code, now I will have to try harder next time
You can get the android port of the latest public release on the patreon, you just have to join as a free member since patreon doesn't allow NSFW stuff to be fully public.Android ?
ThanksYou can get the android port of the latest public release on the patreon, you just have to join as a free member since patreon doesn't allow NSFW stuff to be fully public.
Issue: There is no Velma Folder directly in The Images folder, closest I found was in /Sex/VelmaOhhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.
Here's the fix: Pixeldrain
Just extract the file and put the "Velma" folder in the "Images" folder in the game.
For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.
The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
Okay see post above I did place it in /Images /Sex/Velma and had it get to "Later" where it crashed again.Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.
Here's the fix: Pixeldrain
Just extract the file and put the "Velma" folder in the "Images" folder in the game.
For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.
The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
When you extract the "DressFix.zip" it should have a folder called "Velma" in it, that is the part you move to "Images"Okay see post above I did place it in /Images /Sex/Velma and had it get to "Later" where it crashed again.
I am now trying to make a new Velma folder with the dress in it.
The above worked.
I so was happy when i found it finally after looking at the scripts, i kept missing it until i found.Yeah, I'm fine with people finding it themself (Hence why the message says "Thanks for the support or good work hacking this") but if people are just going to share with no effort, then I gotta switch it up.
huh. I guess this is a bug that had gone unreported since no one knew the scene existedI can't find out how to make Daphne do the sexy dance, she is still in the normal dance
That's why i said the dance needed rework earlier, i only saw the awful dance and sexy dance, but from seeing the sexy dance in the files, it looks great.huh. I guess this is a bug that had gone unreported since no one knew the scene existed
The code looks to see if "StripDance" is 1 or 0, and that is supposed to flag once Daphne has done a strip dance... but I guess that just never gets declared to 1 after she does. Thanks for helping me find this bug
The bugs might have been fixed up already in v4 full release, but what errors are you getting?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 2527, in script
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
display_say(who,
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-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 "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 4 more times]
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
for d in self.visit():
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
self.find_target()
File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sun Mar 30 23:19:21 2025
BUG FIX:Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00library.rpy", line 321, in say who(what, interact=interact, *args, **kwargs) Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png') -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 2527, in script File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute Say.execute(self) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute renpy.exports.say(who, what, *args, **kwargs) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 321, in say who(what, interact=interact, *args, **kwargs) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display display_say(who, File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-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 "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) [Previous line repeated 4 more times] File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all for d in self.visit(): File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit self.find_target() File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target raise Exception(error) Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png') Windows-10-10.0.26100 AMD64 Ren'Py 8.3.3.24111502 Let's Split Up Gang v4_Alpha Sun Mar 30 23:19:21 2025