Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Any solution for the crash game? 

The game is broken since version 3.8

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 33, in script

    ""

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 18, in execute

    screen new_pm_gallery:

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 18, in execute

    screen new_pm_gallery:

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 25, in execute

    $ temp_galery_list_len = countGallery()

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 25, in <module>

    $ temp_galery_list_len = countGallery()

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 10, in countGallery

    for key in cat.data.keys():

AttributeError: 'RevertableDict' object has no attribute 'data'

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

Full traceback:

  File "game/script.rpy", line 33, in script

    ""

  File "renpy/ast.py", line 721, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "renpy/exports.py", line 1417, in say

    who(what, *args, **kwargs)

  File "renpy/character.py", line 1237, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "renpy/character.py", line 889, in do_display

    **display_args)

  File "renpy/character.py", line 635, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, 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 436, 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/screen.py", line 447, in per_interact

    self.update()

  File "renpy/display/screen.py", line 637, in update

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

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 18, in execute

    screen new_pm_gallery:

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 18, in execute

    screen new_pm_gallery:

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 25, in execute

    $ temp_galery_list_len = countGallery()

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 25, in <module>

    $ temp_galery_list_len = countGallery()

  File "game/Progress Management/Gallery/PM_Gallery.rpy", line 10, in countGallery

    for key in cat.data.keys():

AttributeError: 'RevertableDict' object has no attribute 'data'

Windows-10-10.0.19041

Ren'Py 7.4.10.2164n

Double Perception 4.0

Sat Aug  3 16:55:39 2024

some of the crash error can be skipped (yea that is not the best solution, but the game still can be played) 

Looks like the gallery is broken currently :(