Page MenuHomeSchine - Phabricator

Starmade | Nullpointer with GLFRAME processErrorDialogException()
Closed, FinishedPublic

Description

No clue how to reproduce
but was reported multiple time from Elwyn Returnity and Cake Build
sample logfiles

NP in Question:

[2017-01-18 22:42:39] [CHANNELROUTER] RECEIVED MESSAGE ON Client(165): [CHAT][sender=Captain_Baconator][receiverType=CHANNEL][receiver=all][message=ive never been there]
[2017-01-18 22:42:39] CHANNEL RECEIVED MESSAGE: Client(165): Captain_Baconator: ive never been there; ML: 78
[2017-01-18 22:42:44] DRAWING TIME OF 351 elements: 26(26.026176); unifroms: 0.0; pointer 0.0; upChk 0.0; frust 0.0; update 0.0; draw: 0.0; totD: 0.0
[2017-01-18 22:42:50] DRAWING TIME OF 351 elements: 27(26.719313); unifroms: 0.0; pointer 0.0; upChk 0.0; frust 0.0; update 0.0; draw: 0.0; totD: 0.0
[2017-01-18 22:42:57] GLFRAME processErrorDialogException()
[2017-01-18 22:42:57] java.lang.NullPointerException
[2017-01-18 22:42:57] 	at obfuscated.aHc.e_(SourceFile:180)
[2017-01-18 22:42:57] 	at obfuscated.aGG.e_(SourceFile:128)
[2017-01-18 22:42:57] 	at obfuscated.hu.e(SourceFile:1732)
[2017-01-18 22:42:57] 	at obfuscated.hO.e_(SourceFile:415)
[2017-01-18 22:42:57] 	at obfuscated.hp.e(SourceFile:562)
[2017-01-18 22:42:57] 	at obfuscated.hp.b(SourceFile:736)
[2017-01-18 22:42:57] 	at obfuscated.hp.e_(SourceFile:435)
[2017-01-18 22:42:57] 	at obfuscated.aEu.g(SourceFile:546)
[2017-01-18 22:42:57] 	at obfuscated.aEu.a(SourceFile:686)
[2017-01-18 22:42:57] 	at obfuscated.aEA.b(SourceFile:652)
[2017-01-18 22:42:57] 	at obfuscated.U.e(SourceFile:953)
[2017-01-18 22:42:57] 	at org.schema.game.common.Starter.startMainMenu(SourceFile:1434)
[2017-01-18 22:42:57] 	at org.schema.game.common.Starter.main(SourceFile:980)
[2017-01-18 22:43:00] [CLIENT] Server message: %s left the game.

Details

Task Type
Bug
Testing Results
Affected Gamemode(s)
Single and Multi
Reproducible
Not on purpose
Last tested (version)
0.199.402
Category
Engine
Hardware/Software/System
OS-Specific
No
Hardware-Specific
No
Video Card Vendor
uncertain
User/Reporter/Contact
URL to Starmadedock thread
https://starmadedock.net/threads/nullpointer-loops-after-recent-update-s.28216/
Serverconfig (server.cfg)
<replace this line with the file content>
Clientconfig (settings.cfg)
<replace this line with the file content>

Related Objects

Event Timeline

Restricted Application added a subscriber: AndyP. · View Herald TranscriptJan 19 2017, 8:49 PM
SmilingDemon updated the task description. (Show Details)Jan 19 2017, 8:51 PM
SmilingDemon renamed this task from Nullpointer with [2017-01-18 21:51:59] GLFRAME processErrorDialogException() to Nullpointer with GLFRAME processErrorDialogException().Jan 19 2017, 8:53 PM

I have the same issue now, when spawning on our server. The game immediatelly crashes. No way to recover or join.
It works in single player. I assume it crashes, when it trys to print a certain entity, because some chunks had been loaded.

AndyP set URL to Starmadedock thread to https://starmadedock.net/threads/nullpointer-loops-after-recent-update-s.28216/.Feb 24 2017, 12:06 AM

Added related thread, with more log samples if needed.
SMD-Thread

Jake_lancia added a comment.EditedMar 2 2017, 4:04 PM

{F11816}Throwing another log at you. This one's from Cake Build on latest release (.468). Only got this about ten minutes before writing this.

relevant error thing:
[2017-03-02 15:54:42] DRAWING TIME OF 266 elements: 77(77.10949); unifroms: 0.0; pointer 0.0; upChk 0.0; frust 0.0; update 0.0; draw: 0.0; totD: 0.0
[2017-03-02 15:54:56] GLFRAME processErrorDialogException()
[2017-03-02 15:54:56] java.lang.NullPointerException
[2017-03-02 15:54:56] at obfuscated.aIa.e_(SourceFile:180)
[2017-03-02 15:54:56] at obfuscated.aHE.e_(SourceFile:128)
[2017-03-02 15:54:56] at obfuscated.hv.e(SourceFile:1733)
[2017-03-02 15:54:56] at obfuscated.hP.e_(SourceFile:415)
[2017-03-02 15:54:56] at obfuscated.hq.e(SourceFile:566)
[2017-03-02 15:54:56] at obfuscated.hq.b(SourceFile:740)
[2017-03-02 15:54:56] at obfuscated.hq.e_(SourceFile:439)
[2017-03-02 15:54:56] at obfuscated.aFr.g(SourceFile:546)
[2017-03-02 15:54:56] at obfuscated.aFr.a(SourceFile:687)
[2017-03-02 15:54:56] at obfuscated.aFx.b(SourceFile:665)
[2017-03-02 15:54:56] at obfuscated.U.e(SourceFile:956)
[2017-03-02 15:54:56] at org.schema.game.common.Starter.startMainMenu(SourceFile:1435)
[2017-03-02 15:54:56] at org.schema.game.common.Starter.main(SourceFile:980)

schema added a subscriber: schema.Mar 9 2017, 2:11 PM
schema changed the task status from In Queue (Game) to Resolved.

Should be fixed now (2 different errors)

Restricted Application edited projects, added Quality Assurance; removed Game Development. · View Herald TranscriptMar 9 2017, 2:11 PM
Restricted Application added a project: Engine. · View Herald TranscriptMar 10 2017, 5:41 PM
AndyP moved this task from Backlog / Unclassed to Crashes on the Engine board.Mar 15 2017, 7:58 PM
AndyP edited projects, added Engine (Crashes); removed Engine.

Needs confirmation from people who had this issue.

lancake updated the task description. (Show Details)Mar 29 2017, 11:22 AM

Still an issue affecting current release. I'm having the same issue RN.

AndyP moved this task from Issue affecting current release to Archived on the Starmade board.EditedApr 6 2017, 6:47 PM

Nope.
Archived = Mentioned in news, we do not want to mention the issue again.

@jimmybub can you upload a log of this event?
(grab the logstarmade.0.log right after you got this error)


Still around for me too.

The error as extracted from raw log file above:
[2017-05-10 17:28:21] GLFRAME processErrorDialogException()
[2017-05-10 17:28:21] java.lang.NullPointerException
[2017-05-10 17:28:21] at obfuscated.aIy.e_(SourceFile:180)
[2017-05-10 17:28:21] at obfuscated.Vz.a(SourceFile:304)
[2017-05-10 17:28:21] at obfuscated.hA.e(SourceFile:1738)
[2017-05-10 17:28:21] at obfuscated.hU.e_(SourceFile:402)
[2017-05-10 17:28:21] at obfuscated.hv.e(SourceFile:566)
[2017-05-10 17:28:21] at obfuscated.hv.b(SourceFile:742)
[2017-05-10 17:28:21] at obfuscated.hv.e_(SourceFile:439)
[2017-05-10 17:28:21] at obfuscated.aFN.g(SourceFile:546)
[2017-05-10 17:28:21] at obfuscated.aFN.a(SourceFile:687)
[2017-05-10 17:28:21] at obfuscated.aFT.b(SourceFile:703)
[2017-05-10 17:28:21] at obfuscated.V.e(SourceFile:1110)
[2017-05-10 17:28:21] at org.schema.game.common.Starter.startMainMenu(SourceFile:1489)
[2017-05-10 17:28:21] at org.schema.game.common.Starter.main(SourceFile:1034)

Got another one from Plaz (@crazyf22raptor)

[2017-06-02 21:51:30] GLFRAME processErrorDialogException()
[2017-06-02 21:51:30] java.lang.NullPointerException
[2017-06-02 21:51:30] at obfuscated.aIy.e_(SourceFile:180)
[2017-06-02 21:51:30] at obfuscated.Vz.a(SourceFile:304)
[2017-06-02 21:51:30] at obfuscated.hA.e(SourceFile:1738)
[2017-06-02 21:51:30] at obfuscated.hU.e_(SourceFile:402)
[2017-06-02 21:51:30] at obfuscated.hv.e(SourceFile:566)
[2017-06-02 21:51:30] at obfuscated.hv.b(SourceFile:742)
[2017-06-02 21:51:30] at obfuscated.hv.e_(SourceFile:439)
[2017-06-02 21:51:30] at obfuscated.aFN.g(SourceFile:546)
[2017-06-02 21:51:30] at obfuscated.aFN.a(SourceFile:687)
[2017-06-02 21:51:30] at obfuscated.aFT.b(SourceFile:703)
[2017-06-02 21:51:30] at obfuscated.V.e(SourceFile:1110)
[2017-06-02 21:51:30] at org.schema.game.common.Starter.startMainMenu(SourceFile:1489)
[2017-06-02 21:51:30] at org.schema.game.common.Starter.main(SourceFile:1034)

lancake closed this task as Closed.

Nullpointer you're mentioning is reported here T2388

Restricted Application removed a project: Quality Assurance. · View Herald TranscriptJun 6 2017, 8:07 PM
Restricted Application removed a subscriber: AndyP. · View Herald Transcript