Help solve the problem with macros

I’m also having an issue with parts of macros disappearing after program restart, and its driving me crazy.
My macro issue:
I have some macros like this

[Macro 1 name]

  • [Other macro x]
  • [Process Project Logical Editor]
  • [Other macro y]

It works as intended until after restart where it becomes:
[Macro 1 name]

  • [Process Project Logical Editor]


    Another macro I have:

[Macro 2 name]

  • [Other macro x]
  • [Process Project Logical Editor]
  • [Built in command “Edit - Delete”]
  • [Built in command “Edit - Select none”]

After restart it becomes
[Macro 2 name]

  • [Process Project Logical Editor]
  • [Built in command “Edit - Delete”]
  • [Built in command “Edit - Select none”]


    So the issue: a macro containing a reference to another macro, loses that reference after restart. The built in commands stay, and the Process Project Logical Editor command that I made, stays. But not the macro-calling-another macro part.

The macros never disappear from the Commands → Macro folder; it’s just within a given macro the macro->macro call part disappears.