Fatal exception while saving, but also the popup for that not working correctly

Issue #12431 new
Ashe created an issue

I got a fatal exception while saving presumably shortly after the attached save going down through spiral bored zones, but also, when the popup came up for it, it was alongside whatever other menus I was interfacing with. The controls menu popped up for an instant, and then when I used look at a nearby clone of saad amus, the look got stuck on them and I couldn’t do anything while the popup also remained, so I alt+f4’d.

Comments (6)

  1. Ashe reporter

    It happened again when spiral boring: the popup can be closed by clicking it with mouse but does weird things with keyboard. It triggers from the game trying to save when going down

  2. Ashe reporter

    found the culprit LOL
    I tried cleaning out HighScores as per #5723 but that wasn’t the problem this time, it’s an event pool size issue

  3. Ashe reporter

    also just realised the highscores was in synced now and I hadn’t actually tested that I just deleted the old one, but I confirmed just now that that’s definitely not the problem. Error from the log is:

    SaveGame: System.NullReferenceException: Object reference not set to an instance of an object
      at XRL.World.GameObject.Save (XRL.World.SerializationWriter Writer) [0x00330] in <6974d2f371414fa696f8e3f3ed51db1f>:0 
      at XRL.World.SerializationWriter.WriteGameObjects () [0x00062] in <6974d2f371414fa696f8e3f3ed51db1f>:0 
      at XRL.World.SerializationWriter.FinalizeWrite () [0x00000] in <6974d2f371414fa696f8e3f3ed51db1f>:0 
      at XRL.XRLGame.SaveGame (System.String GameName, System.String Message, System.Boolean CopyCache, System.Boolean CopyPrimary) [0x0026b] in <6974d2f371414fa696f8e3f3ed51db1f>:0 
    

  4. Log in to comment