Getting name exceptions

Hello all,

The command history is spitting out this string of text following brief moments of freezing.

Exception
   at System.Xml.XmlDocument.CheckName(String name)
   at System.Xml.XmlDocument.CreateElement(String prefix, String localName, String namespaceURI)
   at System.Xml.XmlDocument.CreateElement(String name)
   at GeometryGym.ggSettings.convertToXML()

The '' character, hexadecimal value 0xE009, cannot be included in a name.

Is anyone else experiencing this / know a fix? I’m on Rhino 8 on apple silicon (the freezing only really happens on larger files but the command line spitting this out is consistent amongst all files.

Thank you!

Hi Charles -

I’d disable that plug-in in the Rhino Options and see if that solves things.
-wim

Hi Wim, thanks - that seemed to work. I really appreciate it!

C