What a great game I love the story and the characters, just one thing does anyone else get an error when entering the icons of the farm and the bar on the property that you can buy and improve?
Viewing post in Corrupted Kingdoms (NSFW 18+) comments
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]