Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Thank you! You are correct that this related to a specific combo and a specific eye pose.

The file is just missing for Morgan's lowered eyes in the "eye6" colour and "skin7" colour. Basically, I never would have found this problem without seeing the error code, so thank you for posting that. 

Exception: DynamicImage u'mor_eyes_low_[eyecolor]_[skincolor]': could not find image. (u'mor_eyes_low_eye6_skin7')

This line in the error code is the one telling us exactly what is going on. When it tries to find the file "mor_eyes_low_eye6_skin7", it can't find it. Lo and behold, when I go look into Morgan's sprite file.........

That file isn't there. I guess we somehow just forgot to save it! 

Thank for taking the time to investigate this error and show us the error code - we really appreciate it, and will fix it right away!

~Esh

ETA: The problem was actually slightly different than I thought because the file was there, it was just misnamed! And this post also helped me find two other misnamed eye file. The DynamicImage used for the sake of Morgan's customisation requires very specific naming and we had the file as "mor_eyes_low_eyes6_skin7" instead of "eye6_skin7" - and that one little extra "s" was causing the problem. We also found two other eye files that had the same naming issue, so your post helped us fix those as well! Thank you. ^_^

Glad to help!  I absolutely love the demo and can't wait for more!

I got the same error today, playing version 3. 


I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'mor_eyes_low_[eyecolor]_[skincolor]': could not find image. (u'mor_eyes_low_eye6_skin7')

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

Full traceback:
  File "route_common.rpyc", line 2024, in script
  File "D:\Games\GS-demo-5.0-win\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\GS-demo-5.0-win\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "D:\Games\GS-demo-5.0-win\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\Games\GS-demo-5.0-win\renpy\character.py", line 842, in do_display
    **display_args)
  File "D:\Games\GS-demo-5.0-win\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Games\GS-demo-5.0-win\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\screen.py", line 434, in visit_all
    self.child.visit_all(callback, seen=None)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\GS-demo-5.0-win\renpy\display\core.py", line 531, in visit_all
    for d in self.visit():
  File "D:\Games\GS-demo-5.0-win\renpy\display\image.py", line 742, in visit
    self.find_target()
  File "D:\Games\GS-demo-5.0-win\renpy\display\image.py", line 651, in find_target
    raise Exception(error)
Exception: DynamicImage u'mor_eyes_low_[eyecolor]_[skincolor]': could not find image. (u'mor_eyes_low_eye6_skin7')

Windows-8-6.2.9200
Ren'Py 7.3.5.606

Hello! This issue is fixed in the code but I didn't push out a patch yet because I'm working on some other updates as well and figured I'd send it all out at the same time! 

So you're just catching the unfixed error since the fix hasn't been released yet. Sorry about that!

~Esh

(+1)

No worries, I just wanted to be sure it got to you!