Can't resize MagmaFlow?

MAXScript Rollout Handler Exception

– Unable to convert: undefined to type: Point2

line 9103

		local theUpperLeft = ((-hc.pan - theMin) /bboxSize / hc.zoom)*[180,100] 

Not sure exactly what I did to trigger the issue, but it occurs when I try to resize the Magmaflow window. I had previously changed the grid size, but other than that, I’m not sure what’s different. Will update as I gather more information.

EDIT: So the object I have has several Genomes on it already. Copy/pasting one of those onto the stack again works fine, it’s only new Genome modifiers that are having the issue.

In the source just before this line, there are two format lines that are remarked. Can you remove the – from them, Ctrl+S and try to open one of the offending modifiers?
See if any of the printed values (bboxSize, theMin etc.) is undefined. These values come from the navigator’s update.
If the zoom or pan values are undefined, then possibly something went wrong in the persistent values in the INI file or the appData of the MagmaHolder and the source of that problem would be elsewhere.

Also, have you by any chance used Max 2013 and then saved back to 2012 or lower? There were some known issues with that we fixed recently.