I'm having a problem running the game. I downloaded the main file above and extracted it, but when I tried to run the .exe with Lutris, the following message appeared:
File "renpy/common/00gltest.rpy", line 445, in script
$ __gl_test()
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\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 "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\display\core.py", line 2665, in interact
self.start()
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\display\core.py", line 1805, in start
self.set_mode()
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\display\core.py", line 2045, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "Z:\home\user\Therapy_with_Dr_Albert_Krueger-1.2.1-pc\renpy\display\swdraw.py", line 769, in set_mode
self.screen = pygame.display.set_mode((scaled_width, scaled_height), fsflag, 32)
File "src/pygame_sdl2/display.pyx", line 450, in pygame_sdl2.display.set_mode
File "src/pygame_sdl2/display.pyx", line 168, in pygame_sdl2.display.Window.__init__
error: No matching GL pixel format available
Has anyone ever faced this issue? Is there a way to solve it? Thanks in advance, I made a bit of research but couldn't find anything helpful