MovingBlocks / DestinationSol

Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Apache License 2.0
325 stars 122 forks source link

Crash at end of tutorial #701

Open WeDoStuffUncorp opened 4 months ago

WeDoStuffUncorp commented 4 months ago

What you were trying to do

I was trying to finish the tutorial while in the map screen.

What actually happened

After the tutorial is completed, the game simply crashes.

How to reproduce

Step 1 Near the end of the tutorial, enter the star lane as the game instructs. Step 2 Click on the map screen and wait for your ship to reach its destination. Step 3 Once you reach the destination while still in the map screen, click to close the dialogue box and the game will crash.

Game version

2.1.0

Log details

java.lang.NullPointerException at org.destinationsol.game.screens.MainGameScreen.updateCustom(MainGameScreen.java:112) at org.destinationsol.ui.SolInputManager.update(SolInputManager.java:255) at org.destinationsol.SolApplication.update(SolApplication.java:263) at org.destinationsol.SolApplication.safeUpdate(SolApplication.java:241) at org.destinationsol.SolApplication.render(SolApplication.java:205) at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:403) at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:143) at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:116) at org.destinationsol.desktop.SolDesktop.main(SolDesktop.java:138)

Operating System

Windows

Additional Info

No response