Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i keep getting this and i don't know what's going on pls help

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/code/guild.rpy", line 14, in execute

  File "game/code/guild.rpy", line 14, in execute

  File "game/code/guild.rpy", line 30, in execute

  File "game/code/guild.rpy", line 62, in execute

  File "game/code/guild.rpy", line 266, in execute

  File "game/code/guild.rpy", line 278, in execute

  File "game/code/guild.rpy", line 424, in execute

  File "game/code/guild.rpy", line 425, in execute

  File "game/code/guild.rpy", line 430, in execute

  File "game/code/guild.rpy", line 430, in <module>

KeyError: u'error404'

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

Full traceback:

  File "script/blockprogression.rpyc", line 3, in script

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

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

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

    who(what, *args, **kwargs)

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

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

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

    **display_args)

  File "renpy/character.py", line 647, 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 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/screen.py", line 436, 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/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/code/guild.rpy", line 14, in execute

  File "game/code/guild.rpy", line 14, in execute

  File "game/code/guild.rpy", line 30, in execute

  File "game/code/guild.rpy", line 62, in execute

  File "game/code/guild.rpy", line 266, in execute

  File "game/code/guild.rpy", line 278, in execute

  File "game/code/guild.rpy", line 424, in execute

  File "game/code/guild.rpy", line 425, in execute

  File "game/code/guild.rpy", line 430, in execute

  File "game/code/guild.rpy", line 430, in <module>

KeyError: u'error404'

Windows-10-10.0.22621

Ren'Py 7.4.11.2266

Emberfate: Tempest of Elements 1.0.7

Sun May 28 15:18:55 2023

```

Hi! Sorry to hear about the unexpected bug. Can you please provide more information on where you're encountering this bug? For example, which chapter did this occur, and at what point in the story (which conversation in guild)? Who has left the guild at that point in time? Unfortunately, I'm unable to locate and fix this bug without more details on the occurrence. Thank you, and I apologize again for the inconvenience!

I've had the same bug. The problem seems to occur when opening up the guild roster after error404 leaves the guild.

Hi! I promise I haven't forgotten about this bug report, but somehow, I still have not been able to replicate the error on my end or locate the issue in the code. I'll keep investigating this issue, but if anyone else runs into this problem, please let me know and any more details you can provide would be helpful too! Thank you, and I'm sorry for the inconveniences caused!

I can send you a save file that has the bug if that would help?