Solution exception:'KeyError' object has no attribute 'clsException'

So I have a user of DKUI that has had a string of errors and failures in his GH script/Rhino this week.

He has even gone so far as to reinstall Rhino 8 completely, and some .net libraries.

Despite this, there are still errors coming up.

The attached test file runs FINE on my machine, but throws this error on his machine:

Solution exception:‘KeyError’ object has no attribute ‘clsException’

Any ideas team?

Cheers

DK

250731_Colour Picker test for Phil.gh (8.7 KB)

I’m going far out on a limb here; it could be related to culture specific parsing of text and numbers. Check that your code parses strings and numbers from text everywhere with CultureInfo.InvariantCulture - .NET doesn’t do that by default.

Hi @menno

Thanks for the suggestion - I will look at that - considering the customer is the same culture as me (even lives in the same city) could it be that his Rhino install, which was working a week ago, has changed it language and is where he is seeing issues?

Cheers

DK

The culture info is taken from the Language and Region settings (I’m assuming windows here). Specifically also the number formats that are part of that. Might be barking up the wrong tree though.

Rhino doe not change language all of a sudden. And you’d notice because everything would be in that language.