ORIGINAL: witpqs
ORIGINAL: Grotius
I'm seeing this too. Sounds like I shouldn't worry about it. But I'm curious: Will I ever actually get these fragments back? I was bummed to see 3 fragments of the 4th division on my list of 'organizing' units.
If I understand correctly, these fragments are the result of losses during earlier movement by sea of the units involved, due to a bug that is now fixed. The parent units should already have made up the losses by gaining replacements. Meanwhile, the Patch fixed the bug, and it also exposed these 'lost fragments' in the reinforcements list. They had code to clean them up, but it wasn't quite ready when the patch was released.
So, the bug is fixed, but we see sort of a 'ghost' of the prior effects of the bug. Most likely the code that will chase away the ghost will come out with whatever and whenever is the next release. Like ghosts everywhere, this one can only scare you and annoy you - it can't hurt you!
The fix in patch 3 was to recover the LCUs that had lost their 'type' (Infantry, Armour, Engineer,etc) by it being changed to NONE.
Being NONE meant that it no longer functioned properly or was no longer visible on the map.
This fix is done when ever a save is loaded on the expectation that once it fixed the LCU it would never find anymore in future loads.
However, due to the strange way that LCU fragments are handled - once a fragment is finished with, it changes its type to NONE.
A side affect of this fix is that ANY fragments that have been used, are being restored when the save is loaded.
However, the fragment will have no devices as the devices would have been transferred to the parent or another fragment on the map. Thus it is only filling up the screen.
There is existing code that removes empty LCU fragments during the turn.
For an AI game without needing to reload, you can see all these organizing fragments have been removed on the following turn. However if you reload the autosave from that turn, the fragments reappear.
Thus when the initial fix is 'fixed', the fragments will stop showing up.





