Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I keep getting exceptions every time I try to go to the map screen after leaving the house just after the intro is over.


```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "game/SCRIPTS/map screen.rpy", line 2, in execute

  File "game/SCRIPTS/map screen.rpy", line 2, in execute

  File "game/SCRIPTS/map screen.rpy", line 5, in execute

Exception: Imagebutton does not have a idle image. (auto='map//Small/myhome_%s.png').

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

Full traceback:

  File "SCRIPTS/Map.rpyc", line 2, in script

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\ast.py", line 2259, in execute

    self.call("execute")

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\ast.py", line 2241, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\statements.py", line 342, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 670, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\exports.py", line 3345, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\ui.py", line 299, in interact

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

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-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\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\core.py", line 4052, in interact_core

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

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\core.py", line 681, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\screen.py", line 476, in visit_all

    callback(self)

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\core.py", line 4052, in <lambda>

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

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\screen.py", line 487, in per_interact

    self.update()

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\display\screen.py", line 680, in update

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

  File "game/SCRIPTS/map screen.rpy", line 2, in execute

  File "game/SCRIPTS/map screen.rpy", line 2, in execute

  File "game/SCRIPTS/map screen.rpy", line 5, in execute

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\ui.py", line 948, in _imagebutton

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

  File "C:\Users\REDACTED\itch.io\FunTanariZ-1.04-pc\renpy\ui.py", line 942, in choice

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

Exception: Imagebutton does not have a idle image. (auto='map//Small/myhome_%s.png').

Windows-10-10.0.22621 AMD64

Ren'Py 8.1.1.23060707

FunTanariZ-The Story 1.04

Sun Jan 28 22:27:21 2024

```

(3 edits)

The error in the game has been fixed, sir. Please re-download the game again. Thank you again for reporting this error ^⁠_⁠^.