Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I found a error in version 0.946, every time I click on the inventory during a fight to equip an item like I did in previous versions the error appears

```

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 "renpy/common/00action_control.rpy", line 131, in __call__

    renpy.show_screen(self.screen, *self.args, **self.kwargs)

Exception: Screen backpack is not known.

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

Full traceback:

  File "system.rpyc", line 275, in script

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\ast.py", line 2220, in call

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

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\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 "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\exports.py", line 3181, in call_screen

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

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\ui.py", line 299, in interact

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

  File "D:\***School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\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, pause_modal=pause_modal, **kwargs) # type: ignore

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\core.py", line 4258, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\screen.py", line 743, in event

    rv = self.child.event(ev, x, y, st)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\layout.py", line 1175, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\behavior.py", line 1073, in event

    return handle_click(self.clicked)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\behavior.py", line 1008, in handle_click

    rv = run(action)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\behavior.py", line 329, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_control.rpy", line 131, in __call__

    renpy.show_screen(self.screen, *self.args, **self.kwargs)

  File "D:\***\School Game  Sandbox, Simulator, RPG\School Game 0.946 PC Version\School-0.946-win\renpy\display\screen.py", line 1185, in show_screen

    raise Exception("Screen %s is not known.\n" % (name[0],))

Exception: Screen backpack is not known.

Windows-10-10.0.19041 AMD64

Ren'Py 8.0.3.22090809

School 0.946

Thu Nov 16 09:58:04 2023

```

After appearing I can't equip the item and I can't use the fighting system properly anymore