Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

getting error at start #33

Closed
nissanwarrior69 opened this issue Oct 12, 2016 · 7 comments
Closed

getting error at start #33

nissanwarrior69 opened this issue Oct 12, 2016 · 7 comments

Comments

@nissanwarrior69
Copy link

Tue Oct 11 17:09:18 PDT 2016 ERROR:opsu! could not be launched for one of these reasons:

  • An instance of opsu! is already running.
  • Another program is bound to port 49250. You can change the port opsu! uses by editing the "Port" field in the configuration file.
    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)
@nissanwarrior69
Copy link
Author

there is no other opsu running at all

@yugecin
Copy link
Owner

yugecin commented Oct 12, 2016

Try changing the port in the .cfg file

@nissanwarrior69
Copy link
Author

I did and it still giving me a error but not a port error

@Swimgiant
Copy link

I am getting this issue with the port as well even if I change the port

@nissanwarrior69
Copy link
Author

Ok then

@yugecin
Copy link
Owner

yugecin commented Oct 14, 2016

If it still happens, edit the .opsu.cfg and set:
NoSingleInstance = true

@nissanwarrior69
Copy link
Author

Ok

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants