zapallbugs
Engaged Member
- Jul 10, 2018
- 2,337
- 2,717
There is something seriously wrong with your system. The exception you are getting is not related at all to what the code is doing at that moment. You also reported that you had to do a hard reboot to get out of a previous crash. That is something that Renpy really doesn't do. I would suspect memory or video driver problems. You are aware that the Windows you are showing in the traceback is really old? I assume that is also running on oldish hardware. How much memory do you have?```
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??
Another question, where did you get your copy of the game? The Renpy shown does not seem to be the one the dev is shipping with the game. As far as I can see that is Ren'Py 7.2.0.424. So somebody put the copy of the game you have on a newer Renpy.
Edit: my bad. Seems the dev shipped the public version on a newer Renpy than all the patron versions. The Renpy you are showing is the public version.
Last edited: