Osirian

Provert
Game Developer
Jan 1, 2020
160
592
When I press Claire in the menu after making my first video I get the following error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ui/characterMenu.rpy", line 282, in script
    call screen characterMenuOptions
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/ui/characterMenu.rpy", line 11, in execute
    screen characterMenuBase:
  File "game/ui/characterMenu.rpy", line 11, in execute
    screen characterMenuBase:
  File "game/ui/characterMenu.rpy", line 16, in execute
    image (charMenuCharacter.location.imageName + (" " + gameTime.time if charMenuCharacter.location.hasTimes else "") + " Blur") xpos characterMenuX + 242 ypos characterMenuY + 121 at backgroundCrop
Exception: Image 'Afternoon Blur' not found.

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

Full traceback:
  File "game/ui/characterMenu.rpy", line 282, in script
    call screen characterMenuOptions
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\ast.py", line 1974, in execute
    self.call("execute")
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\system\_Games\HarmonyGirls-0.4.75-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 "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/ui/characterMenu.rpy", line 11, in execute
    screen characterMenuBase:
  File "game/ui/characterMenu.rpy", line 11, in execute
    screen characterMenuBase:
  File "game/ui/characterMenu.rpy", line 16, in execute
    image (charMenuCharacter.location.imageName + (" " + gameTime.time if charMenuCharacter.location.hasTimes else "") + " Blur") xpos characterMenuX + 242 ypos characterMenuY + 121 at backgroundCrop
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\sl2\sldisplayables.py", line 455, in sl2add
    d = d._duplicate(None)
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\image.py", line 459, in _duplicate
    rv.find_target()
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\image.py", line 409, in find_target
    error("Image '%s' not found." % ' '.join(self.name))
  File "F:\system\_Games\HarmonyGirls-0.4.75-pc\renpy\display\image.py", line 393, in error
    raise Exception(msg)
Exception: Image 'Afternoon Blur' not found.

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.2.24090902
Harmony Girls 0.4.75
Sat Mar 15 21:35:15 2025
Could you send me your save? Unfortunately I wasn't expecting a new release today and I won't be available for most of the weekend so i won't be able to get to it until later.
 

radical686

Member
Nov 30, 2018
497
1,445
Since you mention Futa in the new changelog, it'd probably be a good idea to add trans/futa to the tags, and from the way it is presented, mention if it is avoidable (which I'm guessing it is)
 

Osirian

Provert
Game Developer
Jan 1, 2020
160
592
Since you mention Futa in the new changelog, it'd probably be a good idea to add trans/futa to the tags, and from the way it is presented, mention if it is avoidable (which I'm guessing it is)
Yup, went ahead and added that tag, though it's certainly avoidable and not even part of the story, just a dream scene.
 

Knight_of_the_lance

Well-Known Member
Feb 23, 2020
1,069
1,991
***Post complaining about the tag system***

more specifically about The relevance of tags in a game. Like here a Futa or trans diehard fan that is looking for that tag to play a major role will be disappointed.

***End of complain***

For now though a temporary solution would be to mention under the genre spoiler in the OP that the tag is only present in dreams. And under that logic the netorare tag might also apply, but that one you really don't want to put in the tags for something a light as a dream sequence if possible.
 
  • Like
Reactions: radical686 and Tufa

radical686

Member
Nov 30, 2018
497
1,445
Yup, went ahead and added that tag, though it's certainly avoidable and not even part of the story, just a dream scene.
I think it would be worth mentioning in the Dev notes it's just a dream sequence and doesn't play a major role in the story. As Knight_of_Lance mentioned some lovers of futa/trans will be disappointed there's not more, so it's a good idea to set expectations.
 
  • Like
Reactions: Knight_of_the_lance

Lorric17

Well-Known Member
May 25, 2017
1,159
1,267
If you get this error:
Code:
Exception: To be persisted, <store.GalleryImages object at 0x7fa9b1546430> must support equality comparison.
then it's because you enabled config.developer. If you have used unren, it created a file called unren-dev.rpy in the "game" folder. Edit that, delete the developer line, save, and start the game again.
 
4.60 star(s) 21 Votes