Hi all,I have had the same issue. And I think i know the root cause. Looks like it's happens then you have non "." (point) separator in your system for float numbers. For me it was "," (coma).So just set US locale setting. For plugin developers: Please dont use system separator. It happens inside of com.arm.mali.shaderdevelopmentstudio.callscript.Geometry. The java.util.Scanner throws java.util.InputMismatchException then trying to parse float number.Sorry for my English.
java version "1.6.0_29"Java™ SE Runtime Environment (build 1.6.0_29-b11)Java HotSpot™ Client VM (build 20.4-b02, mixed mode, sharing)
One thought - when running are you running as administrator or as an unpriviledged user? Windows 7 is a lot more picky about what it lets a non-admin write to specific locations.