njthomson / SrvSurvey

A new to help Commanders in planet based opperations
GNU General Public License v3.0
35 stars 1 forks source link

Exception "Unexpected entryId: '2100801'" at 02/04/24 09:05:53 -05:00 #56

Closed jyeary closed 8 months ago

jyeary commented 8 months ago

What happened?

I tried to restart the application inside notable stellar phenomena.

Version

1.1.0.17

Exception message

Unexpected entryId: '2100801'

Exception stack

at SrvSurvey.canonn.CodexRef.matchFromEntryId(String entryId) at SrvSurvey.canonn.CodexRef.matchFromEntryId(Int64 entryId) at SrvSurvey.game.SystemData.onJournalEntry(CodexEntry entry) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1) at SrvSurvey.game.SystemData.Journals_onJournalEntry(JournalEntry entry) at SrvSurvey.game.Game.initSystemData() at SrvSurvey.game.Game.initializeFromJournal(LoadGame loadEntry) at SrvSurvey.game.Game..ctor(String cmdr) at SrvSurvey.Main.newGame() at SrvSurvey.Main.<>c__DisplayClass11_0.b__1() at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Contact Details

No response

Relevant log output

{"part":1,"Odyssey":true,"gameversion":"4.0.0.1701","build":"r299332/r0 ","timestamp":"2024-02-04T12:00:49Z","event":"Fileheader"}
09:05:29: Loaded data from: C:\Users\johny\AppData\Roaming\SrvSurvey\SrvSurvey\1.1.0.0\F8348884-live.json
09:05:29: Game.initSystemData: rewind to last FSDJump or CarrierJump
09:05:29: Game.initSystemData: found last FSDJump, to 'Sifi UC-O b6-0' (648674420281)
09:05:29: Loading SystemData for: 'Sifi UC-O b6-0' (648674420281)
09:05:29: Loaded data from: C:\Users\johny\AppData\Roaming\SrvSurvey\SrvSurvey\1.1.0.0\systems\F8348884\Sifi UC-O b6-0_648674420281.json
09:05:29: walkDeep: count: 1
09:05:29: Game.initSystemData: Processing 21 journal items forwards...
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:40:30)
09:05:29: Game.initSystemData: playForwards 'FSSDiscoveryScan' (02/04/24 13:40:40)
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:40:41)
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:40:41)
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:40:41)
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:40:41)
09:05:29: Game.initSystemData: playForwards 'Scan' (02/04/24 13:41:53)
09:05:29: Game.initSystemData: playForwards 'FSSAllBodiesFound' (02/04/24 13:41:53)
09:05:29: Game.initSystemData: playForwards 'FSSDiscoveryScan' (02/04/24 13:54:48)
09:05:29: Game.initSystemData: playForwards 'CodexEntry' (02/04/24 13:54:49)
09:05:29: Exception: Unexpected entryId: '2100801'
09:05:29: Inner exception: 
09:05:29: Stack:    at SrvSurvey.canonn.CodexRef.matchFromEntryId(String entryId)
   at SrvSurvey.canonn.CodexRef.matchFromEntryId(Int64 entryId)
   at SrvSurvey.game.SystemData.onJournalEntry(CodexEntry entry)
   at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid2[T0,T1](CallSite site, T0 arg0, T1 arg1)
   at SrvSurvey.game.SystemData.Journals_onJournalEntry(JournalEntry entry)
   at SrvSurvey.game.Game.initSystemData()
   at SrvSurvey.game.Game.initializeFromJournal(LoadGame loadEntry)
   at SrvSurvey.game.Game..ctor(String cmdr)
   at SrvSurvey.Main.newGame()
   at SrvSurvey.Main.<>c__DisplayClass11_0.<Main_Load_Async>b__1()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
njthomson commented 8 months ago

@jyeary - I have submitted a few fixes for this issue recently. Can you try again using the latest build? https://github.com/njthomson/SrvSurvey/releases/tag/1.1.0.40

Please give me a shout if it continues to happen.