Here is the log when I tried to update
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 445, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 445, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 445, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Could not load image u'gui/window_icon.png': IOError('None is not a filename or file-like object.',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 578, in main
run(restart)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/main.py", line 143, in run
renpy.execution.run_context(True)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 445, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 207, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 445, in script
$ __gl_test()
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 445, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 2665, in interact
self.start()
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 1805, in start
self.set_mode()
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 2045, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 209, in renpy.gl.gldraw.GLDraw.set_mode
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 1838, in post_init
self.set_icon()
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/core.py", line 1870, in set_icon
icon,
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/scale.py", line 64, in image_load_unscaled
rv = pgrender.load_image_unscaled(f, hint)
File "/private/var/folders/f4/zl5q2_h925z0b852v_f5v__w0000gn/T/AppTranslocation/A7B08AEA-C0DC-4E28-A96E-A53F291143B4/d/HolidayIsland.app/Contents/Resources/autorun/renpy/display/pgrender.py", line 162, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'gui/window_icon.png': IOError('None is not a filename or file-like object.',)
Darwin-18.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Holiday Island 0.2.2.1
Fri Sep 25 08:30:31 2020
MacOS