Registration Date: 25.06.2007
Posts: 642
Location: Inside your mind? Or in your heart?
Governor Editor Bug
Hi,
in XP-9 please take a look at my governor named "EmergencyMining".
Now select all rules and right-click, pick "Create group". As a result, all rules will disappear and the governor will be empty.
I tried to reproduce this in a smaller scenario, but without success. OTOH, it is 100% reproducable with the governor in question.
Registration Date: 26.12.2004
Posts: 8,573
Location: Vienna, Austria
This is a known issue. It is caused by the grouping code not correctly handing the children of rules that you want to put into a new group.
If you only select the parent groups of that admiral script, and then create a group, it will work correctly and all child groups will be moved correctly with their parent as well. If you however mark the child AND the parent, and then tell it to create a group, you will see the behavior that you reported. The code would have to leave child items untouched, and just move its parent. I have noted this down a while back, and eventually will find time to fix it.