Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException on openJDK when loading a song #68

Closed
soweliniko opened this issue Aug 6, 2017 · 2 comments
Closed

NullPointerException on openJDK when loading a song #68

soweliniko opened this issue Aug 6, 2017 · 2 comments

Comments

@soweliniko
Copy link

soweliniko commented Aug 6, 2017

Whenever I try to load a song in beatoraja instead of loading correctly it fades to a white screen, then throws this error, after which I have to kill the process:
'''
Exception in thread "LWJGL Application" java.lang.NullPointerException
at bms.player.beatoraja.play.BMSPlayer.create(Unknown Source)
at bms.player.beatoraja.MainController.changeState(Unknown Source)
at bms.player.beatoraja.decide.MusicDecide.render(Unknown Source)
at bms.player.beatoraja.MainController.render(Unknown Source)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
'''
OS: arch linux 64bit

@excln
Copy link
Contributor

excln commented Aug 7, 2017

Does it happen only on 0.4.3 and are you using only a mouse or arrow keys to select a song?

If so, please try selecting songs with the keys that you use to play songs. (For example, press 'Z' key to decide if you play with the keyboard in the default key configuration.) If it goes well, the exception is a bug that we already recognized and fixed in the master branch.

@soweliniko
Copy link
Author

ah, that seems to fix it.

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

No branches or pull requests

2 participants