yeah... Black Adder
tried in a few different systems
Update: just tried CD-47 990 as there is just 16 FCs in the system, Black Adder in any game mode... what a heck?
There is a webservice that the game calls out to to coordinate the positioning of FCs. The bug is that for some reason we all end up asking that webservice for the same two FC ids. It doesn't seem to have anything to do with what system you are in or where you are. Some bug is providing the wrong next ID for new carriers and gives IDs that already exist resulting in the registration service returning a failure. That failure is then not well handled by exception code in the client (bad programming) and the game client exits to protect the game state against an unexpected condition.
That's what I've been able to determine as an unaffiliated SAAS architect/developer with over a decade of software development experience. I don't see this issue getting fixed until FDev has a chance to debug it during the upcoming workday, but expect they'll be able to find the problem (which is probably something relatively simple) and then everything should start working again.
The missing locations is of bigger concern to me as that's likely significantly harder to fix and likely has something to do with procedural generation ending up giving the fixed POIs the wrong coordinates now. Who knows how that remap will work or how much effort it may require.