Ren'Py Another World, Another Adventure [v0.1.10] [S.I.T. Studio]

S.I.T. Studio

Newbie
Game Developer
Oct 11, 2023
26
65
After the cat girl I get this error.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/location/house.rpy", line 40, in script
    menu:
  File "game/script/navig/navigation.rpy", line 1, in execute
    screen nav_menu:
  File "game/script/navig/navigation.rpy", line 1, in execute
    screen nav_menu:
  File "game/script/navig/navigation.rpy", line 34, in execute
    vbox:
  File "game/script/navig/navigation.rpy", line 39, in execute
    text "[week_array[%s]]" % week_day font "fonts/Bicubik.OTF" outlines [ (1, "#000000", 1, 1) ] size 38
IndexError: list index out of range

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

Full traceback:
  File "game/script/location/house.rpy", line 40, in script
    menu:
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\ast.py", line 1922, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\exports.py", line 1106, in menu
    rv = renpy.store.menu(new_items)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\exports.py", line 1345, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/script/navig/navigation.rpy", line 1, in execute
    screen nav_menu:
  File "game/script/navig/navigation.rpy", line 1, in execute
    screen nav_menu:
  File "game/script/navig/navigation.rpy", line 34, in execute
    vbox:
  File "game/script/navig/navigation.rpy", line 39, in execute
    text "[week_array[%s]]" % week_day font "fonts/Bicubik.OTF" outlines [ (1, "#000000", 1, 1) ] size 38
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\text\text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 278, in get_field
  File "E:\Another_world_another_adventure_eng-0.1.10-win\renpy\revertable.py", line 217, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Another World, Another Adventure ENG 0.1.10
Wed Jul  2 10:57:37 2025
Fixed