0% found this document useful (0 votes)
35 views2 pages

Traceback

An uncaught IndexError occurred in the game code due to a list index being out of range. The error traceback indicates the issue originated from a call to the 'say' function within the Ren'Py framework. The document also includes system information and the version of the game being run.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Traceback

An uncaught IndexError occurred in the game code due to a list index being out of range. The error traceback indicates the issue originated from a call to the 'say' function within the Ren'Py framework. The document also includes system information and the version of the game being run.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

I'm sorry, but an uncaught exception occurred.

While running game code:


IndexError: list index out of range

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

Full traceback:
File "chapter13.rpyc", line 264, in script
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\display\core.py", line 3130, in interact_core
renpy.audio.audio.interact()
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 1107, in interact
periodic()
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 1060, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 1038, in periodic_thread_main
periodic_pass()
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 979, in periodic_pass
c.periodic()
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 497, in periodic
want_pause = self.context.pause or global_pause
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\audio\audio.py", line 306, in get_context
mcd = renpy.game.context().music
File "C:\Users\crist\Desktop\dinero dinero\Social\1Summer113bpc\OSiL-1.13-pc\
OSiL-1.13-pc\renpy\game.py", line 245, in context
return contexts[index]
IndexError: list index out of range

Windows-8-6.2.9200
Ren'Py 7.3.5.606
OSiL 1.13
Thu Dec 22 12:35:36 2022

You might also like