Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ran into a roadblock:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/functions.rpy", line 1033, in script

    $ opt_4 = s_choices[4 + s_offset]

  File "game/functions.rpy", line 1033, in <module>

    $ opt_4 = s_choices[4 + s_offset]

IndexError: list index out of range

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

Full traceback:

  File "game/functions.rpy", line 1033, in script

    $ opt_4 = s_choices[4 + s_offset]

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

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

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

    exec(bytecode, globals, locals)

  File "game/functions.rpy", line 1033, in <module>

    $ opt_4 = s_choices[4 + s_offset]

  File "renpy/python.py", line 992, in __getitem__

    rv = list.__getitem__(self, index)

IndexError: list index out of range

Windows-10-10.0.19041

Ren'Py 7.4.10.2178

The Roommate 0.7.1

Wed Sep 21 15:06:19 2022

Let me know when that occurred (which day in the game, and what was going on right before)!