Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm glad you're enjoying it! :)  There shouldn't be any errors when clicking on property icons, and I haven't had any other reports about it. What exactly do the error messages say?

(1 edit)

This is what I get when clicking on the Bar and Farm icons in Property Cards. It's only those 2, the rest work fine for me.

BAR

[code]

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)

  File "game/script/cards_property.rpy", line 80, in execute

  File "game/script/cards_property.rpy", line 80, in execute

  File "game/script/cards_property.rpy", line 130, in execute

  File "game/script/cards_property.rpy", line 136, in execute

Exception: Imagebutton does not have a idle image. (auto=u'gui/properties/pc_bar_upgrade1_s\xed_%s.png').

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

Full traceback:

  File "script/manor_dungeon.rpyc", line 28, in script call

  File "script/jessica2.rpyc", line 649, 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/screen.py", line 451, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3804, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 462, in per_interact

    self.update()

  File "renpy/display/screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/script/cards_property.rpy", line 80, in execute

  File "game/script/cards_property.rpy", line 80, in execute

  File "game/script/cards_property.rpy", line 130, in execute

  File "game/script/cards_property.rpy", line 136, in execute

  File "renpy/ui.py", line 952, in _imagebutton

    idle = choice(idle, idle_image, "idle", required=True)

  File "renpy/ui.py", line 946, in choice

    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))

Exception: Imagebutton does not have a idle image. (auto=u'gui/properties/pc_bar_upgrade1_s\xed_%s.png').

Windows-7-6.1.7601-SP1 AMD64

Ren'Py 7.5.2.22081402

Corrupted Kingdoms 0.18.2

Wed Apr 12 22:53:22 2023

[/code]

FARM

[code]

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)

  File "game/script/cards_property.rpy", line 821, in execute

  File "game/script/cards_property.rpy", line 821, in execute

  File "game/script/cards_property.rpy", line 871, in execute

  File "game/script/cards_property.rpy", line 877, in execute

Exception: Imagebutton does not have a idle image. (auto=u'gui/properties/pc_farm_upgrade1_s\xed_%s.png').

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

Full traceback:

  File "script/manor_dungeon.rpyc", line 28, in script call

  File "script/jessica2.rpyc", line 649, 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/screen.py", line 451, in visit_all

    callback(self)

  File "renpy/display/core.py", line 3804, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "renpy/display/screen.py", line 462, in per_interact

    self.update()

  File "renpy/display/screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/script/cards_property.rpy", line 821, in execute

  File "game/script/cards_property.rpy", line 821, in execute

  File "game/script/cards_property.rpy", line 871, in execute

  File "game/script/cards_property.rpy", line 877, in execute

  File "renpy/ui.py", line 952, in _imagebutton

    idle = choice(idle, idle_image, "idle", required=True)

  File "renpy/ui.py", line 946, in choice

    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))

Exception: Imagebutton does not have a idle image. (auto=u'gui/properties/pc_farm_upgrade1_s\xed_%s.png').

Windows-7-6.1.7601-SP1 AMD64

Ren'Py 7.5.2.22081402

Corrupted Kingdoms 0.18.2

Wed Apr 12 22:52:46 2023

[/code]

(+1)

No typos in the code, and since it only affects those two properties…

It’s complaining about a missing image. So unless you’re using a modified game or savefile.

The download might’ve corrupted and some files are missing.

Try re-downloading.

thanks, i'll try

It's looking for an image called "pc_bar_upgrade1_s\xed_%s" which is not something in the original code. Are you using a translated version of the game, by any chance? Those aren't official and often have glitches due to certain things being renamed which really shouldn't be.

Yes, it was a while ago when I discovered the game through a video, what should I do to delete the saves so that the error is eliminated? to play in the new version?