ok your error come from MILKFLOAT3 (the procedure to randomize colors).
can you un-check the 1st checkbox 'randomize colors' and try again to see if it works?
I've updated the code to v2.0.2:
I removed s : string from public variables (to maybe avoid your error, it crashed on the string 's')
I've put a try except end; when clicking on GO, so if one preset crash, the error will be skipped and the rest should carry on (when running the exe alone without lazarus).
Also try my exe compiled to with lazarus 32bits to see if you still have errors!
can you un-check the 1st checkbox 'randomize colors' and try again to see if it works?
I've updated the code to v2.0.2:
I removed s : string from public variables (to maybe avoid your error, it crashed on the string 's')
I've put a try except end; when clicking on GO, so if one preset crash, the error will be skipped and the rest should carry on (when running the exe alone without lazarus).
Also try my exe compiled to with lazarus 32bits to see if you still have errors!
Comment