Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(-1)

I launch the game, and it loads. It closes the loading screen and nothing happens. Its just a loading screen.

(-1)

Ok I tried it on Steam, it said this error message:

com.badlogic.gdx.utils.GdxRuntimeException: Couldn't create window

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:466)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:409)

at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:395)

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

at com.noblemaster.lib.boot.plaf.impl.b.a.a(SourceFile:746)

at com.ageofconquest.app.user.Main.main(SourceFile:15)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)

at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)

at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)

That's most likely an OpenGL error: you graphics drivers needs to support OpenGL 2.0 or higher! Can you see if there are newer drivers?