Oh hey, looks like this works now! This is the first version of Pixel Composer that has been able to launch correctly for me at all!
The real cause is way more… stupid than that. I simply forgot to create new root directory in drive C.
Normally when you save file at root “%userprofile%/appdata/local/Pixels_Composer/[file]” it will automatically create directory “Pixels_Composer/”.
On version <=0.9 I make it create log file at root immediately, so a new directory is created. However in version >0.9 I make it copy default collection to a folder inside root dir first, so the root directory is not created and the program freak out.
The fix is literally just check for root directory and create one if it does not exist.