heey can someone help me pls?
i dont really understand what im doing or what program i need, i get this message when i try to start the game
Thanks in advance !!
* Game started: false
* Game version: 0.5.12
* Game Variant: Vanilla
* Launcher: Unknown
* Ran for: 1 seconds, 759 ms
* Current time: 2026-02-09 at 01:29:32.705660500-03:00[America/Buenos_Aires]
* Operating system: Windows 10 10.0
* Arch: amd64
* Java VM name: OpenJDK 64-Bit Server VM
* Java runtime version: 24.0.1+9-30
* System user language: es
* CPU model: AMD Phenom(tm) II X4 840 Processor
* Save location free / total space: 18.946 GB / 111.738 GB
* Available processors: 4
* Native heap use: 15 MB
* Java heap use: 15 MB
* Max memory available: 3 GB
* RAM available: 11.999 GB
* getGLVersion:
Type: OpenGL
Version: 4:5:1
Vendor: ATI Technologies Inc.
Renderer: AMD Radeon R5 230
* Prestart error logs:
[WARNING] 2026-02-09 01:29.31: No account found, playing in offline mode!
[LWJGL] [ThreadLocalUtil] Unsupported JNI version detected, this may result in a crash. Please inform LWJGL developers.
[LWJGL] OpenGL debug message
ID: 0x7D0
Source: SHADER COMPILER
Type: ERROR
Severity: HIGH
Message: glCompileShader failed to compile a GLSL shader with the following shader info log: 'Vertex shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
'
[LWJGL] OpenGL debug message
ID: 0x7D0
Source: SHADER COMPILER
Type: ERROR
Severity: HIGH
Message: glCompileShader failed to compile a GLSL shader with the following shader info log: 'Fragment shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
'
java.lang.IllegalArgumentException: Error compiling shader: Vertex shader
Vertex shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
Fragment shader:
Fragment shader failed to compile with the following errors:
ERROR: error(#272) Implicit version number 110 not supported by GL3 forward compatible context
ERROR: error(#273) 1 compilation errors. No code generated
at com.badlogic.gdx.graphics.g2d.SpriteBatch.createDefaultShader(SpriteBatch.java:164)
at finalforeach.cosmicreach.BlockGame.create(BlockGame.java:62)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:416)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:366)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:193)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:167)
at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.createApplication(Lwjgl3Launcher.java:191)
at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.main(Lwjgl3Launcher.java:166)
* Exception logs:
finalforeach.cosmicreach.util.exceptions.GL3NotSupported
at finalforeach.cosmicreach.BlockGame.create(BlockGame.java:67)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.initializeListener(Lwjgl3Window.java:416)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:366)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:193)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:167)
at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.createApplication(Lwjgl3Launcher.java:191)
at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.main(Lwjgl3Launcher.java:166)