Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
Deleted 1 year ago

There have been issues for some Windows 10 users in the past with this demo. Can you run the game in a command prompt using 'java -jar [path/to/anubis.jar]' and tell me what it prints when it tries to run the game?

I got this:

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.

at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:299)

at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setupDisplay(LwjglGraphics.java:179)

at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:141)

at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:123)

Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated

at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)

at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)

at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:253)

at org.lwjgl.opengl.Display.createWindow(Display.java:306)

at org.lwjgl.opengl.Display.create(Display.java:848)

at org.lwjgl.opengl.Display.create(Display.java:757)

at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:289)

... 3 more

Hmm, what kind of GPU do you have? The "pixel format not accelerated" thing can apparently pop up on older AMD/ATI cards. There's unfortunately no fix I can provide for that for this demo. I may be able to fix this for future versions though.

I keep getting this error. Please help if you can...

Exception in thread "LWJGL Application" java.lang.NullPointerException
at PRG.XJ.createDisplayPixelFormat(PRG:322)
at PRG.XJ.setupDisplay(PRG:216)
at PRG.Xs.mainLoop(PRG:142)
at PRG.Xt.run(PRG:124)

This error is usually caused by not having a driver that supports a sufficient version (or any version) of OpenGL installed. Try installing the latest drivers for your GPU, and if that doesn't work, what GPU or motherboard do you have?

I have found that the GPU that my laptop has, the Intell HD 3000 series, has an issue with openGL on windows 10.(Though Minecraft plays fine) I have to get a new computer to play, or maybe use an old one.

Thank you for your time

Seems like Minecraft works around this by bundling an older version of Java, since the bug is partially related to using JRE 1.8. I've been thinking about downgrading to only requiring JRE 1.7 for the final release, which might fix the problem.

If it'll help, that would be great.