- Jun 4, 2020
- 3,475
- 1,624
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/explore.rpy", line 591, in script
le "I am well aware of this cost... Here's your money. Now get some rest. We need to get valuable intel from these scouting missions in the future."
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10434, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/explore.rpy", line 591, in script
le "I am well aware of this cost... Here's your money. Now get some rest. We need to get valuable intel from these scouting missions in the future."
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 842, in do_display
**display_args)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10434, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
File "<screen language>", line 10434, in <module>
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\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
Apocalypse 0.4.2
Fri Jul 31 18:35:56 2020
```
NO MODS OR PATCHES AND STILL CRASHED WTF??
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/explore.rpy", line 591, in script
le "I am well aware of this cost... Here's your money. Now get some rest. We need to get valuable intel from these scouting missions in the future."
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10434, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/explore.rpy", line 591, in script
le "I am well aware of this cost... Here's your money. Now get some rest. We need to get valuable intel from these scouting missions in the future."
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 842, in do_display
**display_args)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10429, in execute
screen calendar():
File "game/script.rpy", line 10434, in execute
text ( "{}".format( [ None, "Morning", "Afternoon", "Evening", "Night"][period] ) ) style "periodWeek" xpos 1532 yalign 0.01
File "<screen language>", line 10434, in <module>
File "Z:\home\Dave\Downloads\Apocalypse-0.4.2-pc\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
Apocalypse 0.4.2
Fri Jul 31 18:35:56 2020
```
NO MODS OR PATCHES AND STILL CRASHED WTF??