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

Play button crashes the game on Sandbox saves #54

Closed
skybldev opened this issue Jan 3, 2018 · 2 comments
Closed

Play button crashes the game on Sandbox saves #54

skybldev opened this issue Jan 3, 2018 · 2 comments

Comments

@skybldev
Copy link
Contributor

skybldev commented Jan 3, 2018

Whenever I load a sandbox save and try to start a new wave it crashes the game.

Controllers: added manager for application, 1 managers active
Total blocks loaded: 95
java.lang.NullPointerException
        at io.anuke.mindustry.core.Control.runWave(Control.java:338)
        at io.anuke.mindustry.ui.fragments.HudFragment.lambda$playButton$0(HudFragment.java:199)
        at io.anuke.ucore.scene.Element$2.clicked(Element.java:108)
        at io.anuke.ucore.scene.event.ClickListener.touchUp(ClickListener.java:94)
        at io.anuke.ucore.scene.event.InputListener.handle(InputListener.java:60)
        at io.anuke.ucore.scene.Scene.touchUp(Scene.java:372)
        at com.badlogic.gdx.InputMultiplexer.touchUp(InputMultiplexer.java:96)
        at com.badlogic.gdx.InputEventQueue.drain(InputEventQueue.java:81)
        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Input.update(Lwjgl3Input.java:178)
        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:383)
        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
        at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
        at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:99)
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index 26: crash-report-Jan 3, 2018 8:57:58 AM.txt
        at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
        at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
        at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
        at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
        at java.nio.file.Paths.get(Paths.java:84)
        at io.anuke.mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:112)
@Anuken
Copy link
Owner

Anuken commented Jan 3, 2018

See if 41a813e fixes it.

@Anuken
Copy link
Owner

Anuken commented Jan 3, 2018

Confirmed fixed. Was caused by a discord RPC call with an invalid map.

@Anuken Anuken closed this as completed Jan 3, 2018
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