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

Gui Client crashes with NullPointerException #1

Open
asciijungle opened this issue Apr 6, 2018 · 1 comment
Open

Gui Client crashes with NullPointerException #1

asciijungle opened this issue Apr 6, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@asciijungle
Copy link
Member

I've encountered a bug which leads to an application crash.

Fri Apr 06 17:39:45 CEST 2018 ERROR:null
java.lang.NullPointerException
	at iteratec.guiclient.traze.TrazeGUIClient.render(TrazeGUIClient.java:40)
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:688)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:411)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:321)
	at iteratec.guiclient.traze.TrazeGUIClient.startClient(TrazeGUIClient.java:30)
	at iteratec.guiclient.traze.TrazeClient.main(TrazeClient.java:28)
Fri Apr 06 17:39:45 CEST 2018 ERROR:Game.render() failure - check the game code.
org.newdawn.slick.SlickException: Game.render() failure - check the game code.
	at org.newdawn.slick.GameContainer.updateAndRender(GameContainer.java:691)
	at org.newdawn.slick.AppGameContainer.gameLoop(AppGameContainer.java:411)
	at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:321)
	at iteratec.guiclient.traze.TrazeGUIClient.startClient(TrazeGUIClient.java:30)
	at iteratec.guiclient.traze.TrazeClient.main(TrazeClient.java:28)
java -Djava.library.path=$(pwd)/native/linux -jar   43.41s user 3.67s system 26% cpu 2:54.87 total
raLaaaa pushed a commit that referenced this issue Apr 11, 2018
@raLaaaa raLaaaa added the bug Something isn't working label Apr 11, 2018
@raLaaaa raLaaaa self-assigned this Apr 11, 2018
@raLaaaa
Copy link
Collaborator

raLaaaa commented Apr 11, 2018

Unfortunately it was not possible for me to reproduce the issue, however there is an assumption what could lead to the application crash. Could you confirm whether the issue was fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants