Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i cant launch the game it greets me with this error message

* Game started: false

* Game version: 0.4.1

* Game Variant: : Vanilla

* Launcher: Itch

* Ran for : 2 seconds, 481 ms

* Current time: 2025-03-15 at 13:15:28.104753700-04:00[America/Caracas]

* Operating system: Windows 11 10.0

* Arch: amd64

* Java VM name: OpenJDK 64-Bit Server VM

* Java runtime version: 21.0.2+13-58

* System user language: en

* CPU model: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx

* Save location free / total space: 65.644 GB / 237.227 GB

* Available processors: 8

* Native heap use: 13 MB

* Java heap use: 13 MB

* Max memory available: 1.471 GB

* RAM available: 5.879 GB

* getGLVersion: 

Type: OpenGL

Version: 4:6:0

Vendor: ATI Technologies Inc.

Renderer: AMD Radeon(TM) Vega 8 Graphics

* Prestart error logs: 

[TuningFork] Failed to init Audio. Details: Failed to open the default OpenAL device.

* Exception logs: 

com.badlogic.gdx.utils.GdxRuntimeException: java.lang.ExceptionInInitializerError

    at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:173)

    at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.createApplication(Lwjgl3Launcher.java:132)

    at finalforeach.cosmicreach.lwjgl3.Lwjgl3Launcher.main(Lwjgl3Launcher.java:107)

Caused by: java.lang.ExceptionInInitializerError

    at finalforeach.cosmicreach.ClientSingletons.create(ClientSingletons.java:79)

    at finalforeach.cosmicreach.BlockGame.create(BlockGame.java:117)

    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)

    ... 2 more

Caused by: java.lang.NullPointerException: Cannot invoke "de.pottgames.tuningfork.Audio.getListener()" because "this.audio" is null

    at finalforeach.cosmicreach.audio.SoundManager.<init>(SoundManager.java:32)

    at finalforeach.cosmicreach.audio.SoundManager.<clinit>(SoundManager.java:21)

    ... 8 more

It sounds like you have issues with your audio drivers, a family member of mine had a similar issue, try looking into reinstalling them via the devices and drivers menu in windows (If I recall correctly, I don't use windows)