Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hello!

I'm trying to start the game but no luck. As soon as I double click the error shows up.


I'm sorry, but an uncaught exception occurred.
While running game code:
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 390, in script
    $ __gl_test()
  File "renpy/common/00start.rpy", line 211, 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'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/main.py", line 701, in main
    run(restart)
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/main.py", line 153, in run
    renpy.execution.run_context(True)
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/execution.py", line 958, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 390, in script
    $ __gl_test()
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "renpy/common/00start.rpy", line 211, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 390, in script
    $ __gl_test()
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  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)
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 2172, in interact
    self.start()
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1018, in start
    self.post_init()
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1107, in post_init
    self.set_icon()
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/display/core.py", line 1151, in set_icon
    with renpy.loader.load(icon, directory="images") as f:
  File "/Users/user1/Downloads/tmp/Games/TFTUV/TFTUV2.app/Contents/Resources/autorun/renpy/loader.py", line 686, in load
    raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/window_icon.png'.
macOS-15.3.1-arm64-arm-64bit arm64
Ren'Py 8.3.3.24111502
Tales From The Unending Void 0.21
Thu Mar  6 16:01:15 2025
(1 edit)

That's really weird, I'm seeing the same issue. Going to investigate. You can use the Windows/Linux version on macOS in the meantime by the way, it contains an executable for Mac.

Will try that. Thanks!

Any one on mac able to get this to work this way? i tried and it didn't open or do anything at all :-(

I've just updated the macOS build which should hopefully fix the issue.

Thanks for fixing that crashing issue on macOS! I've been longing to return to space with this crew :-)

Happy to hear it works now!