We're trying to put together the final builds for different platforms, and we seem to be running into an issue when loading the game on Mac.
It spits out the following error message as soon as I load it:
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 159, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 378, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 378, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 304, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 321, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
error: Unsupported image formatCode: Select all
config.gl_test_image = "black"


