Can confirm that the game closes without error when clicking on the Fullscreen option in Preferences. Also found that even though the game has crashed it still has the .exe running in the Task Manager.
EDIT: Confirm that neither the script patch and the Cheat/I mod are causing the crash.
Traceback below:
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_main_menu.rpym", line 28, in script
python hide:
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3160, in interact_core
self.set_mode()
File "E:\downloads\DepravedTown-v0.6Final-pc\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 "E:\downloads\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 1838, in post_init
self.set_icon()
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 1869, in set_icon
renpy.loader.load(icon),
File "E:\downloads\DepravedTown-v0.6Final-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Depraved Town 0.6Final
Sun Nov 29 06:08:53 2020