cmdrmcdonald / EliteDangerousDataProvider

Apache License 2.0
134 stars 31 forks source link

Boarding ship from SRV is triggering ((EDDI self destruct))? #224

Closed Tkael closed 7 years ago

Tkael commented 7 years ago

More data on this. I'm suspecting that the journal is logging a self destruct whenever someone else in the same instance self destructs. For example, I'm in Quince and discarding material at the planet's surface when a self destruct is suddenly triggered. Journal excerpt: { "timestamp":"2017-05-29T18:50:22Z", "event":"MaterialDiscarded", "Category":"Encoded", "Name":"scandatabanks", "Count":3 } { "timestamp":"2017-05-29T18:50:36Z", "event":"SelfDestruct" } { "timestamp":"2017-05-29T18:50:41Z", "event":"MaterialDiscarded", "Category":"Encoded", "Name":"scrambledemissiondata", "Count":15 }

I did not trigger a self destruct myself.

Tkael commented 7 years ago

A common tactic with surface scan missions is to self destruct after scanning the surface installations, so I'm suspecting some of those events are showing up in my journal.

Tkael commented 7 years ago

Seems to be journal events bleeding over from other players in the same instance. So most likely an FDev bug.