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
I am getting a deserialization error when using rbx_binary and rbx_xml. I have located the problem object and exported some files: configuration.rbxm configuration.rbxmx
This is the exact error message it prints when using rbx_binary v0.7.4:
[quat@quat-desktop history]$ ~/git/asset-tool/target/release/asset-tool --style rox-rojo --no-template true --no-models true --input ../configuration.rbxm --output . decompile
Error: Failed to deserialize Configuration.AttributesSerialize because invalid value type: 21
This is the exact error message it prints when using rbx_xml v0.13.3:
[quat@quat-desktop history]$ ~/git/asset-tool/target/release/asset-tool --style rox-rojo --no-template true --no-models true --input ../configuration.rbxmx --output . decompile
Error: line 16, column 31: Property Configuration.Attributes is expected to be of type Attributes, but it was of type BinaryString When trying to convert, this error occured: Unknown or invalid Attributes
This is how the object appears in studio:
The values appear to be Enums:
The text was updated successfully, but these errors were encountered:
Howdy! Thanks for the report. We're tracking enum attributes in #383. I suppose we'll move them up in our agenda if they're being found out in the wild now!
Because this is being tracked elsewhere, I'm going to close this in favor of that issue though.
I am getting a deserialization error when using rbx_binary and rbx_xml. I have located the problem object and exported some files:
configuration.rbxm
configuration.rbxmx
This is the exact error message it prints when using rbx_binary v0.7.4:
This is the exact error message it prints when using rbx_xml v0.13.3:
This is how the object appears in studio:
The values appear to be Enums:
The text was updated successfully, but these errors were encountered: