Problems with Click on Menus

I have noticed that just recently like in the last 24 hours I can’t get a bot to
click on Sub Menus I have looked at the Menu in the API explorer
and get that the Menu is Sanderling.Interface.MemoryStruct.Menu[]
with one entry at the moment
Under Menu[0].Entry IIRC this should be a Sanderling.Interface.MemoryStruct.MenuEntry[]
Which should contain the sub menu entries but this is empty therefore something like this
Sanderling.MouseClickLeft(Menu?.FirstOrDefault()?.EntryFirstMatchingRegexPattern(“load.*preset”, RegexOptions.IgnoreCase));

does not work this worked previously.

Has anyone else found this problem?

Problem vanished after a Logoff/Logon

Summary

This text will be hidden