This repository has been archived by the owner on Nov 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
getting error at start #33
Comments
there is no other opsu running at all |
Try changing the port in the .cfg file |
I did and it still giving me a error but not a port error |
I am getting this issue with the port as well even if I change the port |
Ok then |
If it still happens, edit the .opsu.cfg and set: |
Ok |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tue Oct 11 17:09:18 PDT 2016 ERROR:opsu! could not be launched for one of these reasons:
Tue Oct 11 17:11:34 PDT 2016 ERROR:Pixel format not accelerated
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:247)
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 org.newdawn.slick.AppGameContainer.tryCreateDisplay(AppGameContainer.java:302)
at org.newdawn.slick.AppGameContainer.access$000(AppGameContainer.java:34)
at org.newdawn.slick.AppGameContainer$2.run(AppGameContainer.java:367)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:348)
at itdelatrisu.opsu.Container.start(Container.java:61)
at itdelatrisu.opsu.Opsu.main(Opsu.java:204)
Tue Oct 11 17:11:35 PDT 2016 ERROR:** Uncaught Exception! **
Tue Oct 11 17:11:35 PDT 2016 ERROR:null
java.lang.NullPointerException
at itdelatrisu.opsu.GameImage.setDefaultImage(GameImage.java:652)
at itdelatrisu.opsu.GameImage.getImage(GameImage.java:590)
at itdelatrisu.opsu.ui.Cursor.reset(Cursor.java:307)
at itdelatrisu.opsu.Container.close_sub(Container.java:113)
at itdelatrisu.opsu.Container.start(Container.java:67)
at itdelatrisu.opsu.Opsu.main(Opsu.java:204)
The text was updated successfully, but these errors were encountered: