jtickle / Picard

NO LONGER MAINTAINED. Read the README for more info.
Other
11 stars 1 forks source link

Unhandled Exception #6

Closed nordicpc closed 7 years ago

nordicpc commented 7 years ago

There is an "Object reference not set to an instance of an object." error that is thrown when a character has died in the logs.

`See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text ** System.NullReferenceException: Object reference not set to an instance of an object. at LibEDJournal.Handler.CharacterHandler.Handle(Resurrect e) in C:\Users\Nate\Documents\GitHub\Picard\LibEDJournal\Handler\CharacterHandler.cs:line 73 at LibEDJournal.Entry.Resurrect.Accept(EliteJournalHandler handler) in C:\Users\Nate\Documents\GitHub\Picard\LibEDJournal\Entry\Resurrect.cs:line 34 at LibEDJournal.EliteJournalParser.AcceptHandlers(EliteJournalEntry entry, IList1 handlers) in C:\Users\Nate\Documents\GitHub\Picard\LibEDJournal\EliteJournalParser.cs:line 129 at LibEDJournal.EliteJournalParser.HandleLogEntries(IEnumerable1 logEntries, IList1 handlers) in C:\Users\Nate\Documents\GitHub\Picard\LibEDJournal\EliteJournalParser.cs:line 144 at Picard.NormalRun.NormalRunController.<OnReloadMats>d__24.MoveNext() in C:\Users\Nate\Documents\GitHub\Picard\Picard\NormalRun\NormalRunController.cs:line 267 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)