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

Decoding place file no longer works after latest Roblox update #44

Open
lextoumbourou opened this issue Apr 8, 2021 · 9 comments
Open
Labels
bug Something isn't working

Comments

@lextoumbourou
Copy link

lextoumbourou commented Apr 8, 2021

After latest Roblox update, Studio version: 0.473.0.420291 rbxlx-to-rojo no longer works and returns this error:

An error occurred while using rbxlx-to-rojo.
While attempting to decode the place file, at line 65, column 3: Unknown property type 'OptionalCoordinateFrame' rbx_xml didn't know what to do

Looks like Roblox may have added an additional property that the decoder doesn't like.

@lextoumbourou
Copy link
Author

A temporary work around for anyone that comes across this is to remove the OptionalCoordinateFrame lines from the rbxlx file as follows:

grep -vwE "OptionalCoordinateFrame" PlaceFile.rbxlx > PlaceFileNew.rbxlx

@Kampfkarren
Copy link
Member

This is a new data type that rbx-dom doesn't support yet. Can you file a feature request over there to support this?

@lextoumbourou
Copy link
Author

Looks like someone already has: rojo-rbx/rbx-dom#167

Thanks for your help!

@Kampfkarren Kampfkarren added the bug Something isn't working label Apr 9, 2021
@Kampfkarren
Copy link
Member

In the future, I want to work with @LPGhatguy on being able to ignore unknown types like this, otherwise it creates a problem where we need to release a new version every time something we don't even use gets released.

@Kampfkarren
Copy link
Member

Can you tell me if this version works?

https://github.com/rojo-rbx/rbxlx-to-rojo/suites/2471064074/artifacts/53133886

@lextoumbourou
Copy link
Author

I'm on Mac, but the mac version from that build seems to work. Thanks for getting on it so fast!

@RemielDev
Copy link

Looks like someone already has: rojo-rbx/rbx-dom#167

Thanks for your help!

Where can I place the temporary fix code?

@Firere
Copy link

Firere commented May 22, 2022

Should this issue be closed? I'm having the same problem a year later and I don't know if I should open up another issue

@Kampfkarren
Copy link
Member

Probably just need to update the rbx-dom crates, it's easy enough to where I should be able to do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants