There is an issue jumping to a Thargoid controlled system which can/does cause a crash.Anyone else getting a lot of silent crashes since update 14?
Vith is aware, and we'll get an update Soon

There is an issue jumping to a Thargoid controlled system which can/does cause a crash.Anyone else getting a lot of silent crashes since update 14?
There is an issue jumping to a Thargoid controlled system which can/does cause a crash.
Vith is aware, and we'll get an update Soon![]()
Are you monitoring while traveling through Thargoid controlled systems? If so, known issue, and will be resolved this weekend in the next release.Anyone else getting a lot of silent crashes since update 14?
None here either. Perhaps you could join us in discord (link on the main window of the app) and share with us the ObservatoryCrashLog.txt file found in your Documents folder?Anyone else getting a lot of silent crashes since update 14?
Yep popping in and out of the zones and FSS scanning unvisited systems on the way to and from rescue ships is when I normally notice that I stop getting notifications and see that it has closed.Are you monitoring while traveling through Thargoid controlled systems? If so, known issue, and will be resolved this weekend in the next release.
I'd draw your attention to this bit:Getting constant crashes now... wont start up... attached log
This change will break compatibility with older plugins and may cause Observatory to crash on launch if they are present.
If you wish to continue using plugins not included with this release, continue to use your current version of Observatory until the plugin author updates their plugins to be compatible with this version.
I'd draw your attention to this bit:
And
I am yet to update my plugins, they will not work with this release. You can either delete any of my plugins, or use older version until I get new builds released. I hope it won't be too long to get new builds sorted, but am in a rush to get BioInsights into a workable state as it is mid-refactoring.
I'd draw your attention to this bit:
And
I am yet to update my plugins, they will not work with this release. You can either delete any of my plugins, or use older version until I get new builds released. I hope it won't be too long to get new builds sorted, but am in a rush to get BioInsights into a workable state as it is mid-refactoring.
Hrm.I woke up to find @MattG 's modules not working. Might be something to do with the auto-update module???
No - I was waiting for word on this post before doing anything!Hrm.
Auto-update should be working fine, I know others have used it with no issue. Did you upgrade to latest version of Core - if not, then new builds won't work due to the .NET5/6 change.
Otherwise - check Documents for observatory error log.
is it possible to write a rule pop up an alert if you find a non-atmospheric with life? like brain trees/anemonies etc? I'm mapping a brain-tree cluster at the moment, like 100+ systems, and it would be a big help lol
is it possible to write a rule pop up an alert if you find a non-atmospheric with life? like brain trees/anemonies etc? I'm mapping a brain-tree cluster at the moment, like 100+ systems, and it would be a big help lol
::Criteria=HorizonsBio::
if scan.Landable and not scan.AtmosphereComposition then
if biosignals > 0 then
return true, 'Biological Anomaly', biosignals .. ' biosignals detected on non-atmospheric body'
end
end
::End::