Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hey, ran into three errors when fighting the series of imps in the forest dungeon. I decided to fight in in the hallway (so just 3) and it gives the errors. After the third error can fight as normal. Here's the tracebacks...

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4340, in script
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "game/gamecode/dialogueSystem.rpy", line 4340, in <module>
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4340, in script
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4340, in <module>
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Monster Girl Dreams Alpha-v22.3
Fri Apr 03 15:54:12 2020

Error 2:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4342, in script
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "game/gamecode/dialogueSystem.rpy", line 4342, in <module>
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4342, in script
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4342, in <module>
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

And error 3...

'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4346, in script
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "game/gamecode/dialogueSystem.rpy", line 4346, in <module>
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4346, in script
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4346, in <module>
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Not sure what's causing the trio of errors, and it seems that if you go to the hallway to fight the 3, it loops to where to fight them until you lose...

(-2)

Just ignore