0.10.2a patch
Pixel Composer » Devlog
This small patch address crash on startup caused by font loading and missing directory. This should allow pixel composer 10+ to run without having to run the previous version first.
Files
Pixels Composer 0.10.2a.zip 36 MB
Nov 22, 2022
Get Pixel Composer
Buy Now$10.00 USD or more
Pixel Composer
Node based VFX compositor for pixel art.
Status | In development |
Category | Tool |
Author | MakhamDev |
Tags | 2D, Pixel Art, Procedural Generation |
Languages | English |
More posts
- 1.19.2 beta2 days ago
- 1.19.1 beta13 days ago
- 1.19.0.9 patch27 days ago
- 1.19.0.3 patch37 days ago
- 1.19.0.1 patch39 days ago
- 1.19 stable40 days ago
- 1.18.11 beta65 days ago
- 1.18.10 beta80 days ago
- 1.18.9 beta96 days ago
- 1.18.8 betaFeb 07, 2025
Comments
Log in with itch.io to leave a comment.
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!
Congrat haha. When I found the cause of it I have to rush the fix out immediately (hence the ‘a’ suffix). Testing on VM help a lot, hope you enjoy the app!
What was the cause exactly? Was I close? Or maybe it was a regional thing?
Either way congrats on removing a showstopping bug that didn't occur on your machine.
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.
That makes sense to me. The cause of the missing directory was different from what I anticipated, but the outcome is the same.