Skip to main content

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

Am I the only one who makes a mistake when he spends the scene of the grandfather showing the protagonist his powers? They are games from previous versions (some) but it only throws me an error and if I ignore them it sends me to the PC from which I can't exit because it throws an error again. How is it happening since the previous version, I think it is a problem with my device, could it be?

I'm not sure what problem you're having, sorry... can you tell me exactly what the error actually says? Even better, if you could attach the "traceback.txt" file found in your game folder that would be perfect.

Sure, thanks for the help.

and sorry, I didn't know how to put the attached file:

I'm sorry, but an uncaught exception occurred.

While running game code:

Exception: DynamicImage 'li myroom bed [myroomBed] [Time!l]': could not find image. ('li myroom bed 0 manana')

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

Full traceback:

  File "script/lily.rpyc", line 1351, in script call

  File "script/lily.rpyc", line 1351, in script call

  File "script/lily.rpyc", line 1351, in script call

  [Previous line repeated 1 more time]

  File "script/time.rpyc", line 382, in script call

  File "script/myroom.rpyc", line 75, in script

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\ast.py", line 930, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\exports.py", line 1473, in say

    who(what, *args, **kwargs)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\character.py", line 1352, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\character.py", line 1003, in do_display

    display_say(who,

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\character.py", line 693, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 3579, 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 "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 4052, in interact_core

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

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  [Previous line repeated 3 more times]

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\core.py", line 671, in visit_all

    for d in self.visit():

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\image.py", line 785, in visit

    self.find_target()

  File "C:\Users\Usuario\Documents\Games\CorruptedKingdoms-0.20.7-pc\renpy\display\image.py", line 683, in find_target

    raise Exception(error)

Exception: DynamicImage 'li myroom bed [myroomBed] [Time!l]': could not find image. ('li myroom bed 0 manana')

Windows-10-10.0.22621 AMD64

Ren'Py 8.1.1.23060707

Corrupted Kingdoms 0.20.7

Tue Jan 23 21:40:55 2024


(+1)

"li myroom bed 0 manana" < This is the issue right here. You're using a translated version of the game (I'm guessing Spanish?) and the translator accidentally replaced this file name.

Translated versions of CK aren't official, and I can't bugfix or troubleshoot for them, sorry! You need to talk to whoever made the fan translation.