Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to deserialize Configuration.AttributesSerialize #395

Closed
krakow10 opened this issue Feb 23, 2024 · 1 comment
Closed

Failed to deserialize Configuration.AttributesSerialize #395

krakow10 opened this issue Feb 23, 2024 · 1 comment

Comments

@krakow10
Copy link

krakow10 commented Feb 23, 2024

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:
image

The values appear to be Enums:
image

@Dekkonot
Copy link
Member

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.

@Dekkonot Dekkonot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants