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.18.4 beta3 days ago
- 1.18.3.1 patch17 days ago
- 1.18.3 beta19 days ago
- 1.18.2.1 patch34 days ago
- 1.18.2 beta35 days ago
- 1.18.0.4 patch40 days ago
- 1.18.1 beta44 days ago
- 1.18.0.3 patch46 days ago
- 1.18.0.1-2 patches50 days ago
- 1.18 Stable55 days ago
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.