togs-games Hey bud, I am coming up with a calendar error both when I click on calendar and when I click on Day57 to continue the story. You have mentioned a calendar fix to other gamers but apart from function.rpyc bugfix I can't find anything. Both errors are below.
TIA
Here is the error on continuing Day 57...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/calendar.rpy", line 93, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ch57.rpyc", line 308, in script call
File "calendar.rpyc", line 50, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/calendar.rpy", line 93, in <module>
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Sat Jan 14 14:21:23 2023
-----------------------------------------------------------------------------------------------------------
Here is the error when clicking on the calendar...
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Grid not completely full.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "ch57.rpyc", line 1141, in script call
File "calendar.rpyc", line 403, in script call
File "calendar.rpyc", line 324, in script call
File "calendar.rpyc", line 19, in script
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3134, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 441, in visit_all
self.child.visit_all(callback, seen=None)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 570, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/layout.py", line 554, in per_interact
raise Exception("Grid not completely full.")
Exception: Grid not completely full.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
The Roommate 0.8.4
Sat Jan 14 14:28:33 2023