gpilab / framework

The GPI framework provides the canvas for graphically assembling algorithms.
Other
20 stars 7 forks source link

Config>Generate User Library on Windows version crashes #46

Closed MattWill660 closed 4 years ago

MattWill660 commented 4 years ago

Using Windows release, Clicking the generate user library button results in software crashing and closing itself.

Button showing empty parenthesis (usually, shows location that will be made) image

Error report image

borupdaniel commented 4 years ago

From the error message, it looks like GPI is supplying an empty path where it should be passing /Users/<user>/gpi/<user>. Shouldn't be too hard to figure out what's up with that.