Bug The NullPointers continue.

    Jake_Lancia

    Official Source of Blame
    Joined
    Oct 2, 2013
    Messages
    859
    Reaction score
    1,434
    • Legacy Citizen 10
    • Competition Winner - Small Fleets
    • Community Content - Silver 2
    This particular one happened when I jumped into a ship using TAB+F8 on my singleplayer world. I'll grab logs when they happen at other times too. Cake Build seems to case them a lot - I'll attempt to repro some for you to take a look at.
     

    Attachments

    Calhoun

    Part-time God
    Joined
    May 26, 2015
    Messages
    872
    Reaction score
    237
    • Purchased!
    • Legacy Citizen 3
    • Thinking Positive
    Dammit Jake, this is all your fault.

    Seriously though, this issue seems to be spreading a bit.
     

    AndyP

    Customer Experience Manager
    Joined
    Aug 15, 2013
    Messages
    1,199
    Reaction score
    264
    • Schine
    • Wired for Logic
    Code:
    [2017-02-21 10:52:00] [CLIENT] CURRENT MAIN CONTROLLING IS NOW: Ship[ANS Victorious DD-001A_1487674316990](401); at: (-194.3614, 1206.3381, -3940.031)
    [2017-02-21 10:52:00] GLFRAME processErrorDialogException()
    [2017-02-21 10:52:00] java.lang.NullPointerException
    [2017-02-21 10:52:00]     at obfuscated.aHw.e_(SourceFile:180)
    [2017-02-21 10:52:00]     at obfuscated.aHa.e_(SourceFile:128)
    [2017-02-21 10:52:00]     at obfuscated.hv.e(SourceFile:1732)
    [2017-02-21 10:52:00]     at obfuscated.hP.e_(SourceFile:415)
    [2017-02-21 10:52:00]     at obfuscated.hq.e(SourceFile:562)
    [2017-02-21 10:52:00]     at obfuscated.hq.b(SourceFile:736)
    [2017-02-21 10:52:00]     at obfuscated.hq.e_(SourceFile:435)
    [2017-02-21 10:52:00]     at obfuscated.aEN.g(SourceFile:546)
    [2017-02-21 10:52:00]     at obfuscated.aEN.a(SourceFile:686)
    [2017-02-21 10:52:00]     at obfuscated.aET.b(SourceFile:661)
    [2017-02-21 10:52:00]     at obfuscated.U.e(SourceFile:956)
    [2017-02-21 10:52:00]     at org.schema.game.common.Starter.startMainMenu(SourceFile:1435)
    [2017-02-21 10:52:00]     at org.schema.game.common.Starter.main(SourceFile:980)
    [2017-02-21 10:52:01] [DATABASE] UPDATING SECTOR: (-79, -4, 10) trans: false
    [2017-02-21 10:52:01] [SERVER] SERVER SECTOR WRITING STARTED #293 active: false at (-79, -4, 10) (ents: 0)
    Well, F1+F8 is still a debug feature, to force you into control of an entity.
    Its by far not meant as regular admin feature.

    You are usually supposed to leave a ship before trying to enter another ship.
    Using it from any other situation than being an astronaut may and will cause issues.

    In this case you had a ship related menu open. (The ship you were inside before switching)
    After switching it got obviously wrong/no data from the new entity and the dialog requesting an update from the ship had an invalid reference left over.

    - Andy
     

    therimmer96

    The Cake Network Staff Senior button unpusher
    Joined
    Jun 21, 2013
    Messages
    3,603
    Reaction score
    1,053
    • Legacy Citizen 10
    • Top Forum Contributor
    I... is this the first instance of it actually being jakes fault? :O
     

    Jake_Lancia

    Official Source of Blame
    Joined
    Oct 2, 2013
    Messages
    859
    Reaction score
    1,434
    • Legacy Citizen 10
    • Competition Winner - Small Fleets
    • Community Content - Silver 2
    Code:
    [2017-02-21 10:52:00] [CLIENT] CURRENT MAIN CONTROLLING IS NOW: Ship[ANS Victorious DD-001A_1487674316990](401); at: (-194.3614, 1206.3381, -3940.031)
    [2017-02-21 10:52:00] GLFRAME processErrorDialogException()
    [2017-02-21 10:52:00] java.lang.NullPointerException
    [2017-02-21 10:52:00]     at obfuscated.aHw.e_(SourceFile:180)
    [2017-02-21 10:52:00]     at obfuscated.aHa.e_(SourceFile:128)
    [2017-02-21 10:52:00]     at obfuscated.hv.e(SourceFile:1732)
    [2017-02-21 10:52:00]     at obfuscated.hP.e_(SourceFile:415)
    [2017-02-21 10:52:00]     at obfuscated.hq.e(SourceFile:562)
    [2017-02-21 10:52:00]     at obfuscated.hq.b(SourceFile:736)
    [2017-02-21 10:52:00]     at obfuscated.hq.e_(SourceFile:435)
    [2017-02-21 10:52:00]     at obfuscated.aEN.g(SourceFile:546)
    [2017-02-21 10:52:00]     at obfuscated.aEN.a(SourceFile:686)
    [2017-02-21 10:52:00]     at obfuscated.aET.b(SourceFile:661)
    [2017-02-21 10:52:00]     at obfuscated.U.e(SourceFile:956)
    [2017-02-21 10:52:00]     at org.schema.game.common.Starter.startMainMenu(SourceFile:1435)
    [2017-02-21 10:52:00]     at org.schema.game.common.Starter.main(SourceFile:980)
    [2017-02-21 10:52:01] [DATABASE] UPDATING SECTOR: (-79, -4, 10) trans: false
    [2017-02-21 10:52:01] [SERVER] SERVER SECTOR WRITING STARTED #293 active: false at (-79, -4, 10) (ents: 0)
    Well, F1+F8 is still a debug feature, to force you into control of an entity.
    Its by far not meant as regular admin feature.

    You are usually supposed to leave a ship before trying to enter another ship.
    Using it from any other situation than being an astronaut may and will cause issues.

    In this case you had a ship related menu open. (The ship you were inside before switching)
    After switching it got obviously wrong/no data from the new entity and the dialog requesting an update from the ship had an invalid reference left over.

    - Andy
    I wasn't in any other ship. The admin TP was done about 10 secs after spawning, from astronaut mode...
     

    Jake_Lancia

    Official Source of Blame
    Joined
    Oct 2, 2013
    Messages
    859
    Reaction score
    1,434
    • Legacy Citizen 10
    • Competition Winner - Small Fleets
    • Community Content - Silver 2
    Probably an unrelated cause, but came back as a NullPointer loop so I put it here. Happened in my station sector at Cake Build.
     

    Attachments

    AndyP

    Customer Experience Manager
    Joined
    Aug 15, 2013
    Messages
    1,199
    Reaction score
    264
    • Schine
    • Wired for Logic
    Looks like a regular timeout, with some odd error on showing the dialog for it.
    So cant really examine more details from that log that could help to troubleshoot-identify the cause.

    Would forward the log to schema, but we have that error already in our buglist.
    See T2181 for reference.

    Possibly signup and subscribe there to get notified when it gets fixed.

    - Andy