Crash on every Renpy Game launch

Bug #1713540 reported by Enes Dogan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ren'Py
New
Undecided
Unassigned

Bug Description

Every game I downloaded as a Renpy, has been crashing no game seems to want to start It crashes instantly. I've reinstalled renpy few times, even the game's. Nobody else seems to have this problem where I downloaded the games from.

Traceback.txt
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 188, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 361, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\main.py", line 487, in main
    run(restart)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\main.py", line 147, in run
    renpy.execution.run_context(True)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\execution.py", line 761, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 188, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 361, in script
    $ __gl_test()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 2494, in interact
    self.start()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1686, in start
    self.set_mode()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1916, in set_mode
    if draw.set_mode(virtual_size, physical_size, fullscreen):
  File "renpy/gl/gldraw.pyx", line 192, in renpy.gl.gldraw.GLDraw.set_mode (gen\renpy.gl.gldraw.c:2802)
    renpy.display.interface.post_init()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1717, in post_init
    self.set_icon()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1748, in set_icon
    renpy.loader.load(icon),
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\loader.py", line 543, 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 6.99.12.4.2187
3Diddly's World: Katie's Corruption 1.07

And Log

Mon Aug 28 19:41:14 2017
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187

Bootstrap to the start of init.init took 0.09s
Early init took 0.02s
Loader init took 0.04s
Loading error handling took 0.04s
Loading script took 0.39s
Loading persistent took 0.01s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Running init code took 0.16s
Loading analysis data took 0.02s
Analyze and compile ATL took 0.02s
Index archives took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
DPI scale factor: 1.000000
Creating interface object took 0.04s
Cleaning stores took 0.00s
Init translation took 0.05s
Build styles took 0.01s
Load screen analysis took 0.02s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.05s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.01s
Couldn't import sw renderer:
Traceback (most recent call last):
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1813, in make_draw
    draw_objects[name] = draw_class(*args)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\swdraw.py", line 679, in __init__
    self.reset()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\swdraw.py", line 705, in reset
    renpy.display.interface.post_init()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1717, in post_init
    self.set_icon()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1748, in set_icon
    renpy.loader.load(icon),
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.
Unknown renderer: sw
Traceback (most recent call last):
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\execution.py", line 438, in run
    node.execute()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 2494, in interact
    self.start()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1686, in start
    self.set_mode()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1916, in set_mode
    if draw.set_mode(virtual_size, physical_size, fullscreen):
  File "renpy/gl/gldraw.pyx", line 192, in renpy.gl.gldraw.GLDraw.set_mode (gen\renpy.gl.gldraw.c:2802)
    renpy.display.interface.post_init()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1717, in post_init
    self.set_icon()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1748, in set_icon
    renpy.loader.load(icon),
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.
Traceback (most recent call last):
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\bootstrap.py", line 295, in bootstrap
    renpy.main.main()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\main.py", line 487, in main
    run(restart)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\main.py", line 147, in run
    renpy.execution.run_context(True)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\execution.py", line 761, in run_context
    context.run()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\execution.py", line 438, in run
    node.execute()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\python.py", line 1719, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gltest.rpy", line 361, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 287, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 304, in _gl_performance_test
    ui.interact(suppress_underlay=True, suppress_overlay=True)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 2494, in interact
    self.start()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1686, in start
    self.set_mode()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1916, in set_mode
    if draw.set_mode(virtual_size, physical_size, fullscreen):
  File "renpy/gl/gldraw.pyx", line 192, in renpy.gl.gldraw.GLDraw.set_mode (gen\renpy.gl.gldraw.c:2802)
    renpy.display.interface.post_init()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1717, in post_init
    self.set_icon()
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\display\core.py", line 1748, in set_icon
    renpy.loader.load(icon),
  File "C:\Users\maste\Desktop\Katie-1.07-pc\Katie-1.07-pc\renpy\loader.py", line 543, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.