Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I'll just post the full traceback below. This happens when I click gallery after I load a save file. I also noticed I can't see the new scenes in the gallery from the main menu even if it isn't throwing an error. Replay system seems to be working properly regardless of a save file is loaded or not. Thanks!

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Grid overfull.
-- Full Traceback ------------------------------------------------------------

Full traceback:  
    File "renpy/common/_layout/screen_load_save.rpym", line 35, in script    
       $ ui.interact()  
    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 "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>    
        $ ui.interact()  
    File "renpy/ui.py", line 298, in interact    
        rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)  
    File "renpy/display/core.py", line 3325, 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 3737, 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/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 570, in visit_all    
        callback(self)  
    File "renpy/display/core.py", line 3737, in <lambda>
        root_widget.visit_all(lambda i : i.per_interact())  
    File "renpy/display/layout.py", line 546, in per_interact    
        raise Exception("Grid overfull.")
Exception: Grid overfull.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Wartribe Academy 1.4.1

Thank you very much. Yes this is a nasty bug. It doesn't happen all the time, and I can't even personally reproduce it. I only know it happens because other testers have told me so. I plan to edit the gallery, so in the future hopefully this becomes something that doesn't happen.