Error: callback function error dynamic components 1

I’m facing the error in SketchUp files, but when I save the same file on the desktop it works perfectly. I never went through that.

Screenshot_2

Is something in your file path named starting with a lowercase “u”?

No
image

Both a lower case u and lower case x as the first letter of a file or folder name will cause Dynamic Components to fail.

Deep down, the problem stems from the software’s interpretation of a string with the characters \u which indicate that a unicode charracter is intended, and \x which similarly indicates that a hexidecimal value follows.

So a string like "c:\Users\xxxx\myfile.skp’ is understood as c:\Users\x {errror, there are supposed to be digits here} xx\myfile.skp’

Thank u <3

I am getting this same error but i have none of these in my file path

"E:\Sketchup\Projects\Kitchen Round 2 Large Cabinets8.skp

This is the where the file is being saved

This is where sketchup is installed at
“E:\Sketchup”

Update:

I had “ in my material name. removing this worked