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.20.0.6 patch1 day ago
- 1.20.0.5 patch6 days ago
- 1.20.1-2 patches14 days ago
- 1.20.0 stable20 days ago
- 1.19.10.1-3 patches47 days ago
- 1.19.10 beta50 days ago
- 1.19.9 beta66 days ago
- 1.19.8 beta83 days ago
- 1.19.7 beta97 days ago
- 1.19.6 betaJul 25, 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.