Looks indeed strange, but as Fed already wrote, without seeing the sheet itself we can only stab in the dark.
So if possible you should attach the worksheet or a simplified, down-stripped version of it showing the same behaviour.
You may use the error tracing - maybe knowing the line in the function u.Zkplus_Int( ) which throws the error can help in finding out what happens.

A significant difference between real Mathcad, where your original file stems from, and Prime is, that Prime is not using SUC (static unit checking. This means the something like 0 + 12 V = 12 V, which works OK in Mathcad, may (must not!) fail in Prime because Prime often needs a unit even if the value is zero.
The converter is not fixing situations like that and it can be quite hard to find these stumbling blocks in a converted sheet.
It doesn't look to me that this could be the cause in your case, but can't say for sure without seeing the sheet.