Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The best pron galgame I have ever played! But, when I tried to open my saves with V0.17.7 from V0.16.2, I got an error about assets path or something... 

I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: DynamicImage u'li myroom bed [myroomBed] [Time!l]': could not find image. (u'li myroom bed 0 \u4e0b\u5348')
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "script/manor_frontdoor.rpyc", line 95, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3174, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3804, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 572, in visit_all
    for d in self.visit():
  File "renpy/display/image.py", line 777, in visit
    self.find_target()
  File "renpy/display/image.py", line 675, in find_target
    raise Exception(error)
Exception: DynamicImage u'li myroom bed [myroomBed] [Time!l]': could not find image. (u'li myroom bed 0 \u4e0b\u5348')
Windows-10-10.0.22000 ARM64
Ren'Py 7.5.2.22081402
Corrupted Kingdoms 0.17.7
Sun Feb 12 23:35:36 2023

Can I save my saves file? 🙏

From the looks of things, the "Time" variable is getting messed up and outputting a weird string:

\u4e0b\u5348

Instead of "morning", "afternoon" or "evening".

The only ways I know of that the variable could be getting messed up is if the game was extracted badly (files copied into old folders or folder structure messed with), you're running a translated version and the translator goofed, or if you or someone with access to your device has been editing variables manually.

Unfortunately, I can only make two recommendations:

1. Download the entire update file again and extract to a brand-new folder (don't move your saves, the game will do it for you).

or

2.  Try loading your autosaves and see if any of them work (you can find them by clicking the "A" at the bottom of the load screen, just to the left of the page numbers).

Sorry I can't be more help!

(+1)

Yes, I played a translated version, Its not a bug, Thanks for your suggestion!