Cubase 14 pro, sub action erased in macros when restarting the project

Hi,
each time I reload my project some items of macros disapear.

Here’s the part of “key commands.xml” when I complete the macro :

 `<string name="Name" value="m_P1.10"/>`

<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
<item>
<string name="Category" value="Macro"/>
<string name="Name" value="Aller au marqueur 10"/>
</item>

</list>
</item>
<item>
<string name="Name" value="m_P1.11"/>
<list name="Commands" type="list">
<item>
<string name="Category" value="Process Project Logical Editor"/>
<string name="Name" value="selection_piste_marqueurs_1"/>
</item>
<item>
<string name="Category" value="Marker"/>
<string name="Name" value="Activate Marker Track"/>
</item>
<item>
<string name="Category" value="Macro"/>
<string name="Name" value="Aller au marqueur 11"/>
</item>

</list>
</item>

When I save, and restart cubase, the file is changing when I load the project :

  <item>
     <string name="Name" value="m_P1.10"/>
     <list name="Commands" type="list">
        <item>
           <string name="Category" value="Process Project Logical Editor"/>
           <string name="Name" value="selection_piste_marqueurs_1"/>
        </item>
        <item>
           <string name="Category" value="Marker"/>
           <string name="Name" value="Activate Marker Track"/>
        </item>
     </list>
  </item>
  <item>
     <string name="Name" value="m_P1.11"/>
     <list name="Commands" type="list">
        <item>
           <string name="Category" value="Process Project Logical Editor"/>
           <string name="Name" value="selection_piste_marqueurs_1"/>
        </item>
        <item>
           <string name="Category" value="Marker"/>
           <string name="Name" value="Activate Marker Track"/>
        </item>
     </list>
  </item>

I have about 200 macros like this. For now, they are the only two where the items are missing.

I tried it several time on my laptop and desktop, always the same results when I reload the project. Windows 10 pro on both computers.

Best regards.
Leo

Perhaps you could share some examples of things that have changed so folks don’t have to guess.

Hi,
I’ve shared the code snippets from the “key commands.xml” file (C:\Users\Name\AppData\Roaming\Steinberg\Cubase 14_64) before and after reloading the project. Above is the code before the project was reloaded, so it contains the macros. I’ve bolded the lines that are missing after reloading, which correspond to the missing actions in the macros.

I thought that was clear?

Also, this item:
<item>
<string name="Category" value="Macro"/>
<string name="Name" value="Aller au marqueur 10"/>
</item>

appears in other macros with the same structure, but are not deleted.