Skip to main content

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

I was intitially excited about this due to it being promoted as a no/low code option, but I get the following error when adding the images and codes to the game folder, yes I unzipped and copied the contents to the game folder.

While running game code:

  File "renpy/common/00start.rpy", line 214, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00start.rpy", line 214, in script call

    call _gl_test

  File "renpy/common/00gltest.rpy", line 390, in script

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 390, in <module>

    $ __gl_test()

  File "renpy/common/00gltest.rpy", line 319, in _m1_00gltest__gl_test

    _gl_performance_test()

  File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test

    ui.interact(suppress_underlay=True, suppress_overlay=True)

OSError: Couldn't find file 'gui/window_icon.png'.

It seems like for some reason the file "window_icon.png" is gone from your game directory. Can you explain step by step what exactly did you do?

I will try this once more with a clear head. If it still doesn’t work I’ll update and delete my comments