Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Hello, I started a new game because i thought there may be additional new content around the start of the game. Apparently something is wrong with secondary objective stage 16

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 455, in execute_pause

    renpy.pause()

  File "game/script.rpy", line 1795, in execute

  File "game/script.rpy", line 1795, in execute

  File "game/script.rpy", line 1796, in execute

  File "game/script.rpy", line 1803, in execute

  File "game/script.rpy", line 1827, in execute

  File "game/script.rpy", line 1828, in execute

Exception: Grid overfull.

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

Full traceback:

  File "script.rpyc", line 12562, in script

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\ast.py", line 2220, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\statements.py", line 281, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 455, in execute_pause

    renpy.pause()

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\exports.py", line 1537, in pause

    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 3377, 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 "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/script.rpy", line 1795, in execute

  File "game/script.rpy", line 1795, in execute

  File "game/script.rpy", line 1796, in execute

  File "game/script.rpy", line 1803, in execute

  File "game/script.rpy", line 1827, in execute

  File "game/script.rpy", line 1828, in execute

  File "D:\Jeux\Insatiable-0.3.0-pc\renpy\display\layout.py", line 546, in add

    raise Exception("Grid overfull.")

Exception: Grid overfull.

Windows-10-10.0.22631 AMD64

Ren'Py 8.0.3.22090809

Insatiable 0.3.0

Sat Jan 20 10:02:56 2024

[/code]

Oh, and happy new year i guess.

Thank you for reporting. A hot-fix is on the way.