- Mar 25, 2018
- 3
- 1
Whenever I launch a ren'py game the launcher will crash and cause both of my monitors to briefly turn off as if my graphics driver crashed. These games worked in the past flawlessly so i dont know what changed to make them break this badly. This is my Traceback.txt. Any help would be greatly appreciated. Thanks!
While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
ShaderError: "r
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 277, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, 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 "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3814, in interact_core
if renpy.display.draw.update(force=self.display_reset):
File "gl2draw.pyx", line 554, in renpy.gl2.gl2draw.GL2Draw.update
File "gl2draw.pyx", line 512, in renpy.gl2.gl2draw.GL2Draw.on_resize
File "gl2texture.pyx", line 75, in renpy.gl2.gl2texture.TextureLoader.init
File "renpy/gl2/gl2shadercache.py", line 278, in get
rv.load()
File "gl2shader.pyx", line 225, in renpy.gl2.gl2shader.Program.load
File "gl2shader.pyx", line 209, in renpy.gl2.gl2shader.Program.load_shader
ShaderError: "r
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Gem Domination Version_0.2.3
Tue May 24 04:38:39 2022