View Issue Details

IDCategoryLast Update
0002677Bug Report2020-03-30 23:52
ReporterTRandall 
SeverityminorReproducibilitysometimes
Status closedResolutionduplicate
Summary0002677: exception screen when coming back for idle
Descriptionleaving the game running in the back ground came back and the exception screen is up. clicking ignore goes back to game.
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/beachhouse/beachhouse.rpy", line 2, 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/home/entrance/hallway/bedroom/bedroom.rpyc", line 67, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 65, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 10, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/characters/jenny/button.rpyc", line 92, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 89, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/entrance/entrance.rpyc", line 186, in script call
  File "scripts/locks/01global_lock_check.rpyc", line 67, in script call
  File "scripts/locations/home/home.rpyc", line 59, in script call
  File "scripts/locations/beachhouse/beachhouse.rpyc", line 2, in script
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\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:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/scripts/locations/beachhouse/beachhouse.rpy", line 2, 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:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\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:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\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:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\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:\Users\McTur\Desktop\SummertimeSaga-0-19-5-pc\SummertimeSaga-0-19-5-pc\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.19.5
Mon Mar 30 19:13:42 2020
[/code]
Platform/OSAndroid
Version0.19.5

Activities

Casiope

Casiope

2020-03-30 23:52

updater   ~0004543

The issue has already been confirmed. It is a duplicate of 0002529 and is now closed.

Issue History

Date Modified Username Field Change
2020-03-30 23:44 TRandall New Issue
2020-03-30 23:52 Casiope Status new => closed
2020-03-30 23:52 Casiope Resolution open => duplicate
2020-03-30 23:52 Casiope Note Added: 0004543