Page MenuHomeSchine - Phabricator

Starmade | Crash to desktop/hanging when using "Create Docking" in advanced build mode on a planet
Closed, DuplicatePublic

Description

More circumstances:

-happens in both creative and survival
-i had setup a rail and some logic to send an elevator in two directions on a button press
-i had a ship docked to the planet

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Yes
Last tested (version)
v0.19556
Category
Control Block System: Rails/Docking
First occurrence (version)
0.19556 (DEV)
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
NVIDIA
Video Card Model
GeForce GTX 560Ti
Steps to reproduce

-Put a build block on a planet
-Enter advanced build mode
-Press Create Docker
Game crashes/hangs.

Tester information (Internal use only)

following the above steps the game drops that nullpointer

[2016-02-02 19:32:36] [GLFRAME] THROWN: class java.lang.NullPointerException Now Printing StackTrace
[2016-02-02 19:32:36] java.lang.NullPointerException
[2016-02-02 19:32:36] 	at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:36] 	at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:36] 	at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:36] 	at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:36] 	at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:36] 	at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:36] 	at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:36] 	at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:36] [GLFRAME] THROWN: class java.lang.NullPointerExceptionPrinting StackTrace DONE
[2016-02-02 19:32:36] java.lang.NullPointerException
[2016-02-02 19:32:36] 	at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:36] 	at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:36] 	at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:36] 	at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:36] 	at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:36] 	at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:36] 	at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:36] 	at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:41] AGAIN PRINTING STACK TRACE
[2016-02-02 19:32:41] java.lang.NullPointerException
[2016-02-02 19:32:41] 	at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:41] 	at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:41] 	at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:41] 	at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:41] 	at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:41] 	at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:41] 	at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:41] 	at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:41] [GLFrame] (ErrorDialog Chose Exit) Error Message: null
[2016-02-02 19:32:41] [CLIENT] SAVING CLIENT CHANNEL all Open: false;
[2016-02-02 19:32:41] [CLIENT] chat channels saved
[2016-02-02 19:32:41] !!!! THIS DISPLAYS THE STACKTRACE OF A REGULAR GL FRAME EXIT
[2016-02-02 19:32:41] org.schema.schine.graphicsengine.core.FinishedFrameException
[2016-02-02 19:32:41] 	at obfuscated.avu.a(SourceFile:173)
[2016-02-02 19:32:41] 	at obfuscated.gD.exit(SourceFile:1073)
[2016-02-02 19:32:41] 	at obfuscated.avu.a(SourceFile:291)
[2016-02-02 19:32:41] 	at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:41] 	at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:41] 	at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:41] 	at java.lang.Thread.run(Unknown Source)

Full log

Detected video (Graphicsinfo.txt)

Running on thread: ClientThread
Adapter: nvd3dumx,nvwgf2umx,nvwgf2umx
Driver Version: 9.18.13.1422
Vendor: NVIDIA Corporation
OpenGL Version: 4.3.0
Renderer: GeForce GTX 560 Ti/PCIe/SSE2
GLSL Ver: 4.30 NVIDIA via Cg compiler

SMC-Report

Starmade System Checker Report
2016-02-02
18:44:00,91

RESULTS:
Windows version: Windows 7 64-bit ....PASS
Processor: Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (8 CPUs), ~3.4GHz
Memory: 8192MB RAM
Graphics Card name: NVIDIA GeForce GTX 560 Ti ....PASS
Java version: 64-bit Java 8 ....PASS

Java Version (64bit)

java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

Event Timeline

Apelsinsaft updated the task description. (Show Details)Feb 2 2016, 5:50 PM
Apelsinsaft changed Category from none/unspecified to Control Block System: Rails/Docking.
Apelsinsaft changed Video Card Vendor from uncertain to NVIDIA.
Apelsinsaft set Video Card Model to GeForce GTX 560Ti.
Apelsinsaft edited Detected video (Graphicsinfo.txt). (Show Details)
Apelsinsaft edited SMC-Report. (Show Details)
Apelsinsaft edited Serverconfig (server.cfg). (Show Details)
Apelsinsaft edited Clientconfig (settings.cfg). (Show Details)
Apelsinsaft edited Java Version (64bit). (Show Details)
Apelsinsaft changed Affected Gamemode(s) from none/unspecified to Singleplayer.
Apelsinsaft changed Reproducible from uncertain to Yes.
Apelsinsaft set Last tested (version) to v0.19556.
Apelsinsaft edited Steps to reproduce. (Show Details)
Apelsinsaft added a subscriber: Apelsinsaft.
Apelsinsaft created this task.
Restricted Application added a project: Issue Navigation. · View Herald TranscriptFeb 2 2016, 5:50 PM
SmilingDemon shifted this object from the S1 Public space to the S3 Starmade space.Feb 2 2016, 6:55 PM
SmilingDemon changed the visibility from "Custom Policy" to "Public (No Login Required)".
SmilingDemon changed the edit policy from "Task Author" to "Starmade (Project)".
SmilingDemon set Task Type to Bug.
SmilingDemon set First occurrence (version) to 0.19556 (DEV).
SmilingDemon set OS-Specific to No.
SmilingDemon set Hardware-Specific to No.
SmilingDemon changed Affected Gamemode(s) from Singleplayer to Single and Multi.
SmilingDemon edited Tester information (Internal use only). (Show Details)
SmilingDemon triaged this task as Release Blocker priority.
Restricted Application added a subscriber: AndyP. · View Herald TranscriptFeb 2 2016, 6:55 PM
SmilingDemon changed the task status from Open to In Queue (Game).Feb 2 2016, 6:55 PM

-validated-
-confirmed-

Restricted Application edited projects, added Starmade, Game Development; removed Issue Navigation. · View Herald TranscriptFeb 2 2016, 6:55 PM
Restricted Application removed a project: Game Development. · View Herald TranscriptMar 1 2016, 6:35 PM
Restricted Application removed a subscriber: AndyP. · View Herald Transcript
Restricted Application added a project: CBS: Rails. · View Herald TranscriptMar 10 2017, 6:18 PM