Skip to main content

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

when i try to bre a potion game breaks. please help

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "game/40_achlemisttable.rpy", line 26, in execute

  File "game/40_achlemisttable.rpy", line 26, in execute

  File "game/40_achlemisttable.rpy", line 28, in execute

  File "game/40_achlemisttable.rpy", line 52, in execute

  File "game/40_achlemisttable.rpy", line 61, in execute

  File "game/40_achlemisttable.rpy", line 62, in execute

  File "game/40_achlemisttable.rpy", line 63, in execute

  File "game/40_achlemisttable.rpy", line 63, in <module>

OSError: [Errno 9] Bad file descriptor

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

Full traceback:

  File "game/40_achlemisttable.rpyc", line 19, in script

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\ast.py", line 1968, in execute

    self.call("execute")

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\ast.py", line 1950, in call

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

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\statements.py", line 349, in call

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

  File "renpy/common/000statements.rpy", line 671, in execute_call_screen

    store._return = renpy.call_screen(name, *args, **kwargs)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\exports.py", line 3413, in call_screen

    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\ui.py", line 301, in interact

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

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\core.py", line 2165, 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 "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\core.py", line 2683, in interact_core

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

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\displayable.py", line 431, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\screen.py", line 480, in visit_all

    callback(self)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\core.py", line 2683, in <lambda>

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

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\screen.py", line 491, in per_interact

    self.update()

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\display\screen.py", line 697, in update

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

  File "game/40_achlemisttable.rpy", line 26, in execute

  File "game/40_achlemisttable.rpy", line 26, in execute

  File "game/40_achlemisttable.rpy", line 28, in execute

  File "game/40_achlemisttable.rpy", line 52, in execute

  File "game/40_achlemisttable.rpy", line 61, in execute

  File "game/40_achlemisttable.rpy", line 62, in execute

  File "game/40_achlemisttable.rpy", line 63, in execute

  File "game/40_achlemisttable.rpy", line 63, in <module>

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\minstore.py", line 80, in print

    _print(*args, **kwargs)

  File "C:\Users\jwhee\AppData\Roaming\itch\apps\the-fall-of-galadriel\thefallofgaladriel-0.1.0-pc\renpy\log.py", line 256, in write

    self.real_file.flush()

OSError: [Errno 9] Bad file descriptor

Windows-10-10.0.26100 AMD64

Ren'Py 8.2.0.24012702

thefallofgaladriel 0.1.0

Mon Feb 24 13:21:27 2025

[/code]

any potion or some specific one?

i updated the game and it seemed to fix it but i van only get to version 0.6.0

you mean you downgraded to 0.6.0?

No,  0.6.0 is the updated one for me here and i will double check real quick.