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?
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.
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.
Between the gravity of the game, the horrid movement control, enemies pushing you into other screen [reloads them so if you have to kill them all your shit outta luck], enemies being harder than a cock and enemies respawning they need to really rethink a lot of what they put into this game. The Poor control quality give me the feel of a game I put together when I was younger and that used a joystick and the joystick was broken. The level design and constant textures with break and the great looking sprites it all just seems out of place. I does go go with retro but then I just fucked up by giving it early retro controls and on top of that the jumping/falling is so inconsistent you could call it a heavy feather. One of the things that really pissed me off was with the falling and reloading of enemies because of how hard it was just to get past the area 2 to the left. That took me OVER AN HOUR to complete. All in all though I would remove that wizard or lower the difficulty significantly. Otherwise this is a well made game and is very respectible on the approach it takes,
finally decided to give this demo a quick whirl. My f310 gamepad doesn't seem to recognize the ABXY inputs in xinput mode (it is a 360 compatible controller); I also noticed the very strange issue of audio only coming out my rear speakers (I have a 4.1 quad setup). Dunno if these are libgdx-specific issues or if it's something you guys can fix!
XInput support in this demo is pretty janky. The release version will use the actual XInput library when running on Windows and support controller remapping. LibGDX is fairly primitive when it comes to audio support. In order to fix it I'd probably have to write my own wrapper around OpenAL...
si i'v played the game gotten to dungeon 1 and 2 and on both bosses when i insert the feather the screen flashes and the game crashes not sure what's causing this figured i'd leave something here and see if it's fixable.
amd athlon(tm) ii x2 215 processor (2 cpus) wasn't 100% on what you meant there im not a computer person but this i beleive should be it. if it helps at all im also running on windows 7 64 bit.Nvidia Geforce 6150SE.
That's a pretty old integrated GPU, even though it's supposed to support OpenGL 2.1 and thus GLSL 1.20 shaders. All I can really suggest is installing the latest drivers for it form Nvidia - if you're using the default windows driver it may not support all the features that the GPU is supposed to.
After updating the driver i tried to open the game and got the message (Driver components mis-match. Exit is the only option.)
im gonna mess around with this see if i can't get it to work like i said im not a computer person so it might take me awhile to find the correct driver.
i updated it to the latest driver i could find unfortunatly it didnt work the game opened but it still crashes at the boss fights its a shame since the game looks really good hopefully its fixable and i find one in the future.
Difficult as hell, but rewarding. However, I've found that if you save the game and use notepad to open the s.json file in the save folder you can edit a few of your stats. Dev might want to fix this for final release.
I found this game to be very hard. I like the game but a couple of suggestions is needed for the final release. 1. Please tone down the difficulty 2. Starting at the low healthy drive me insane! Please fix this for the final release.
You'll need to have Java installed. Click the windows button and search for cmd in the lower search bar. Click the result cmd.exe. In the window that comes up type cd [path to the unzipped demo] . Then type java -jar anubis-demo.jar , substituting the jar name if you have the other version.
Damn good game, its controls are tight and finding secrets feels great. It's super hard and I know that's the point but some extra save points would be nice. You should add a blinky effect to hitting enemies and walls too.
← Return to game
Comments
Log in with itch.io to leave a comment.
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.
Between the gravity of the game, the horrid movement control, enemies pushing you into other screen [reloads them so if you have to kill them all your shit outta luck], enemies being harder than a cock and enemies respawning they need to really rethink a lot of what they put into this game. The Poor control quality give me the feel of a game I put together when I was younger and that used a joystick and the joystick was broken. The level design and constant textures with break and the great looking sprites it all just seems out of place. I does go go with retro but then I just fucked up by giving it early retro controls and on top of that the jumping/falling is so inconsistent you could call it a heavy feather. One of the things that really pissed me off was with the falling and reloading of enemies because of how hard it was just to get past the area 2 to the left. That took me OVER AN HOUR to complete. All in all though I would remove that wizard or lower the difficulty significantly. Otherwise this is a well made game and is very respectible on the approach it takes,
Fantastic game! This is probably one of the most authentic retro games I've played in a while. Hard as balls but so satisfying!
finally decided to give this demo a quick whirl. My f310 gamepad doesn't seem to recognize the ABXY inputs in xinput mode (it is a 360 compatible controller); I also noticed the very strange issue of audio only coming out my rear speakers (I have a 4.1 quad setup). Dunno if these are libgdx-specific issues or if it's something you guys can fix!
Keep up the good work
XInput support in this demo is pretty janky. The release version will use the actual XInput library when running on Windows and support controller remapping. LibGDX is fairly primitive when it comes to audio support. In order to fix it I'd probably have to write my own wrapper around OpenAL...
si i'v played the game gotten to dungeon 1 and 2 and on both bosses when i insert the feather the screen flashes and the game crashes not sure what's causing this figured i'd leave something here and see if it's fixable.
It's probably failing to compile the shader that does the boss transition effect. What kind of graphics hardware does your system have?
amd athlon(tm) ii x2 215 processor (2 cpus) wasn't 100% on what you meant there im not a computer person but this i beleive should be it. if it helps at all im also running on windows 7 64 bit.Nvidia Geforce 6150SE.
That's a pretty old integrated GPU, even though it's supposed to support OpenGL 2.1 and thus GLSL 1.20 shaders. All I can really suggest is installing the latest drivers for it form Nvidia - if you're using the default windows driver it may not support all the features that the GPU is supposed to.
After updating the driver i tried to open the game and got the message (Driver components mis-match. Exit is the only option.)
im gonna mess around with this see if i can't get it to work like i said im not a computer person so it might take me awhile to find the correct driver.
i updated it to the latest driver i could find unfortunatly it didnt work the game opened but it still crashes at the boss fights its a shame since the game looks really good hopefully its fixable and i find one in the future.
Difficult as hell, but rewarding. However, I've found that if you save the game and use notepad to open the s.json file in the save folder you can edit a few of your stats. Dev might want to fix this for final release.
I found this game to be very hard. I like the game but a couple of suggestions is needed for the final release. 1. Please tone down the difficulty 2. Starting at the low healthy drive me insane! Please fix this for the final release.
I was sent a video and it looked like it was showcasing a "gallery". Will this be in the full game? Maybe with more to it? ;)
Oh dear, I seen the pictures of this little bugger, but I didn't actually think you where making it into a game.
Well, even though its not exactly my cup of tea, I wish you all the luck in the full game, whats your plan on the pricing?
Try running the game from the command line, and tell me what it says. Also, what OS/version are you on?
You'll need to have Java installed. Click the windows button and search for cmd in the lower search bar. Click the result cmd.exe. In the window that comes up type cd [path to the unzipped demo] . Then type java -jar anubis-demo.jar , substituting the jar name if you have the other version.
Damn good game, its controls are tight and finding secrets feels great. It's super hard and I know that's the point but some extra save points would be nice. You should add a blinky effect to hitting enemies and walls too.
It's using LibGDX 1.7.2, and [previously I stated here that the native libs are in the jar, which they're not].
Edit: It seems the packager I'm using helpfully removed all non-windows native libs. I'll look into getting a fixed release out for linux users.
There's now a jar for linux available that has all the natives included.