Skip to main content

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

When opening the recipe list, i got this error. It should be noted that I tried it on both librewolf and chrome browser versions.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

OSError: Download error: network error ('images/items/+.png' > '//game/images/items/+.png')

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

Full traceback:

  File "//game/script.rpyc", line 365, in script call

  File "//game/script.rpyc", line 397, in script call

  File "//game/script.rpyc", line 479, in script call

  File "//game/script.rpyc", line 525, in script

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

    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)

  File "/renpy/exports/menuexports.py", line 134, in menu

    rv = renpy.store.menu(new_items)

  File "/renpy/exports/menuexports.py", line 424, in display_menu

    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)

  File "/renpy/ui.py", line 301, in interact

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

  File "/renpy/display/core.py", line 2218, 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 "/renpy/display/core.py", line 2824, in interact_core

    renpy.webloader.process_downloaded_resources()

  File "/renpy/webloader.py", line 225, in process_downloaded_resources

    raise IOError("Download error: {} ('{}' > '{}')".format(

OSError: Download error: network error ('images/items/+.png' > '//game/images/items/+.png')

Emscripten-3.1.24-wasm32-32bit wasm32

Ren'Py 8.3.7.25031702

Town of Redemption 0.1

Thu Jun 26 02:34:19 2025

[/code]

does that happen only in browser version ?

yes. 

weird... Seems to only appear in browser..need to check that.