Not played through it yet obviously but it looks good so far. Opens with no errors and I can start the story fine. Thanks for doing this.
Edit: First bug - fullscreen doesn't work, but it's no big deal. Give the following error
Code:I'm sorry, but an uncaught exception occurred. While running game code: IOError: Couldn't find file 'gui/window_icon.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.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/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.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/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/display/core.py", line 3160, in interact_core self.set_mode() File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.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/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/display/core.py", line 1838, in post_init self.set_icon() File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/display/core.py", line 1869, in set_icon renpy.loader.load(icon), File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/8ACF3E72-9257-4969-8063-0A9BA8AD327B/d/MeetingWithLexy.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'gui/window_icon.png'. Darwin-19.3.0-x86_64-i386-64bit Ren'Py 7.3.5.606 MeetingWithLexy01Alpha 01Alpha Thu Mar 26 17:39:39 2020
fullscreen
fullscreen
I see, yeah, found the problem.
This should fix it:
You must be registered to see the links
the window_icon.png it's missing from the gui folder.
WIN: /game/gui/
MAC: /Contents/Resources/autorun/game/gui/
Thanks for the notice.
Last edited: