Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice try. but it doesn't work.

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  110
  Current serial number in output stream:  111
After some Attempts:
Could not import pygame_sdl2. Please ensure that this program has been built and unpacked properly. Also, make sure that the directories containing this program do not contain : or ; in their names.
After installing pygame-sdl2:
X Error of failed request:  BadValue (integer parameter out of range for operation)   
Major opcode of failed request:  152 (GLX)   
Minor opcode of failed request:  3 (X_GLXCreateContext)   
Value in failed request:  0x0   Serial number of failed request:  110   
Current serial number in output stream:  111

What are you doing to get that error? Because it doesn't look like a renpy error.

I just downloaded/updated the game and tried to start it.

I am running on Linux(uname -a: Linux pc 6.5.4-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Sep 2023 11:06:39 +0000 x86_64 GNU/Linux)

If i interpret the response correctly, there is some uninitialized integer value.(Maybe use of some value out of context? I am not that familiar with python.) 

I’m on Linux too and it works fine.