You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a recent file structure change in Pixelorama, .pxo files created with the new version cannot be opened. This is preventing users from accessing their newly created work.
Error Message
Parse JSON failed. Error at line 0: Expected 'true','false' or 'null', got 'PK'.
res://addons/nklbdev.importality/export/pixelorama.gd:191 - Trying to assign value of type 'Nil' to a variable of type 'Dictionary'.
core/io/image.cpp:3323 - Condition "data.is_empty()" is true. Returning: USED_CHANNELS_RGBA
modules/webp/webp_common.cpp:49 - Condition "p_image.is_null() || p_image->is_empty()" is true. Returning: Vector<uint8_t>()
Steps to Reproduce
Open the latest version of Pixelorama
Create and save a new .pxo file
Try to reopen the newly created .pxo file
Observe the error message
Additional Information
Pixelorama version: [v1.0.2] - 2024-08-21
The text was updated successfully, but these errors were encountered:
Description
After a recent file structure change in Pixelorama, .pxo files created with the new version cannot be opened. This is preventing users from accessing their newly created work.
Error Message
Steps to Reproduce
Additional Information
Pixelorama version: [v1.0.2] - 2024-08-21
The text was updated successfully, but these errors were encountered: