Arno_nimm

New Member
Dec 11, 2020
4
1
Dang it I can't play further doesn't matter if I play with or without WT. I started a new game but even then I got this exception.
In the Tilly scene in the Jet, after I send Lois ahead, I get an exception which leads in a complete tilt after try to "ignore" it.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/functions.rpy", line 2286, in script
    $ opt_4 = s_choices[4 + s_offset]
  File "game/functions.rpy", line 2286, in <module>
    $ opt_4 = s_choices[4 + s_offset]
IndexError: list index out of range

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

Full traceback:
  File "game/functions.rpy", line 2286, 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 2286, 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
The last exception which can't be ignored is;
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/functions.rpy", line 2286, in script
    $ opt_4 = s_choices[4 + s_offset]
  File "game/functions.rpy", line 2286, in <module>
    $ opt_4 = s_choices[4 + s_offset]
IndexError: list index out of range

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

Full traceback:
  File "game/functions.rpy", line 2286, 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 2286, 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
 
3.60 star(s) 84 Votes