View Issue Details

IDCategoryLast Update
0002632Bug Report2020-01-30 14:06
ReporterCirdanElf 
SeveritycrashReproducibilityalways
Status closedResolutionduplicate
Summary0002632: After quest list is complete, going to it causes an error message
DescriptionAfter quest list is complete, going to it causes the following error message

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/core/user_interface/cellphone/labels.rpy", line 13, in <module>
  File "game/scripts/core/systems/game.rpy", line 347, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 259, in call_screen
  File "game/scripts/core/user_interface/cellphone/cellphone.rpy", line 82, in event
  File "game/scripts/core/user_interface/cellphone/goals.rpy", line 150, in event
IndexError: list index out of range

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

Full traceback:
  File "scripts/locations/map/map.rpyc", line 15, in script call
  File "scripts/core/user_interface/cellphone/labels.rpyc", line 13, in script
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/core/user_interface/cellphone/labels.rpy", line 13, in <module>
  File "game/scripts/core/systems/game.rpy", line 347, in main
  File "game/scripts/core/systems/locations/locations.rpy", line 259, in call_screen
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\display\transform.py", line 882, in event
    rv = d.event(ev, cx, cy, st)
  File "game/scripts/core/user_interface/cellphone/cellphone.rpy", line 82, in event
  File "game/scripts/core/user_interface/cellphone/goals.rpy", line 150, in event
  File "C:\Documents and Settings\Bill\Desktop\SummertimeSaga-0-19-5-pc\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-XP-5.1.2600-SP3
Ren'Py 7.3.5.606
SummertimeSaga 0.19.5
Thu Jan 30 00:26:35 2020
Platform/OSWindows
Version0.19.5

Activities

Casiope

Casiope

2020-01-30 14:06

updater   ~0004396

Please do a search before reporting an issue. This is not the first time I have to close one of your reports, CirdanElf.

The report is a duplicate of 0002529 and is now closed.

Issue History

Date Modified Username Field Change
2020-01-30 05:27 CirdanElf New Issue
2020-01-30 14:06 Casiope Status new => closed
2020-01-30 14:06 Casiope Resolution open => duplicate
2020-01-30 14:06 Casiope Note Added: 0004396