Skip to main content

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

Hello i play on the new release and i have this error : 

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 23, in script call

  File "game/helper/utility/navigate.rpy", line 166, in script

  File "game/helper/utility/navigate.rpy", line 166, in <module>

  File "game/script/location/mc_room/main.rpy", line 1, in execute

  File "game/script/location/mc_room/main.rpy", line 1, in execute

  File "game/script/location/mc_room/main.rpy", line 2, in execute

  File "game/script/location/mc_room/main.rpy", line 240, in execute

  File "game/script/location/mc_room/main.rpy", line 241, in execute

  File "game/script/location/mc_room/main.rpy", line 241, in <module>

  File "game/displayables/a34image.rpy", line 8, in __init__

ValueError: too many values to unpack (expected 6)

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

Traceback (most recent call last):

  File "game/script.rpy", line 23, in script call

  File "game/helper/utility/navigate.rpy", line 166, in script

  File "renpy/ast.py", line 1187, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1260, in py_exec_bytecode

    exec(bytecode, globals, locals)

    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/helper/utility/navigate.rpy", line 166, in <module>

  File "renpy/exports/statementexports.py", line 348, in call_screen

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

         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/ui.py", line 304, in interact

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

         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/core.py", line 2219, in interact

    repeat, rv = self.interact_core(

                 ~~~~~~~~~~~~~~~~~~^

        preloads=preloads,

        ^^^^^^^^^^^^^^^^^^

    ...<4 lines>...

        **kwargs,

        ^^^^^^^^^

    )  # type: ignore

    ^                

  File "renpy/display/core.py", line 2757, in interact_core

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

    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/display/displayable.py", line 432, in visit_all

    d.visit_all(callback, seen)

    ~~~~~~~~~~~^^^^^^^^^^^^^^^^

  File "renpy/display/displayable.py", line 432, in visit_all

    d.visit_all(callback, seen)

    ~~~~~~~~~~~^^^^^^^^^^^^^^^^

  File "renpy/display/displayable.py", line 432, in visit_all

    d.visit_all(callback, seen)

    ~~~~~~~~~~~^^^^^^^^^^^^^^^^

[Previous line repeated 2 more times]

  File "renpy/display/screen.py", line 503, in visit_all

    callback(self)

    ~~~~~~~~^^^^^^

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

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

                                    ~~~~~~~~~~~~~~^^ 

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

    self.update()

    ~~~~~~~~~~~^^

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

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

    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^

  File "game/script/location/mc_room/main.rpy", line 1, in execute

  File "game/script/location/mc_room/main.rpy", line 1, in execute

  File "game/script/location/mc_room/main.rpy", line 2, in execute

  File "game/script/location/mc_room/main.rpy", line 240, in execute

  File "game/script/location/mc_room/main.rpy", line 241, in execute

  File "renpy/python.py", line 1292, in py_eval

    return py_eval_bytecode(code, globals, locals)

           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/python.py", line 1285, in py_eval_bytecode

    return eval(bytecode, globals, locals)

           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "game/script/location/mc_room/main.rpy", line 241, in <module>

  File "game/displayables/a34image.rpy", line 8, in __init__

ValueError: too many values to unpack (expected 6)

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.4.1.25072401

ACADEMY34 v0.33.2.3

Thu Apr  2 02:35:08 2026

```

It happen just after the call to go to the nurse 

When does this error appear?

It might take a while to solve this issue, but if you can send us your save file right before the crash (upload it on Mega or Limewire for example), it will speed up things significantly!

On Windows saves are stored in:
C:\Users\ [username] \AppData\Roaming\RenPy\ACADEMY34-v0.2.3

(+1)

I may be late but I had this issue aswell, after switching versions I got past it and it seemed to be when reina hacks your computer and the screen appears purple with her logo. I went past it on v0.32.1.2 (windows) and went back to latest and haven't had the issue since. hope this helps!