Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I get the below error when trying to send Alisa on a mission after the 0 affection event with her (light path). Can't send the full traceback cuz its too long.


```

I'm sorry, but an uncaught exception occurred.

While running game code:

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

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

  File "game/alisa/alisa_dorm.rpy", line 88, in execute

  File "game/alisa/alisa_dorm.rpy", line 88, in execute

  File "game/alisa/alisa_dorm.rpy", line 102, in execute

  File "game/alisa/alisa_dorm.rpy", line 106, in execute

  File "game/alisa/alisa_dorm.rpy", line 106, in <module>

IndexError: list index out of range


  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.4.1439

Black Rabbit Trainer 0.1.7

Tue Feb 22 09:19:51 2022

```

Thank you for this. I was able to find a typo in one of the variables which caused this issue to occur in certain instances. After the event, and before entering the Missions screen, go to one of the other screens (such as Information, Interact, or Memories) and then exit out. This will correctly reset the variable and bypass this error. I will ensure this bug is fixed for the next release.