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

Conversion Error - Probably an Edge Case #33

Open
Windows81 opened this issue Feb 28, 2020 · 1 comment
Open

Conversion Error - Probably an Edge Case #33

Windows81 opened this issue Feb 28, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Windows81
Copy link

I attempted to execute rbxlx-to-rojo on RLVP.zip from the .exe build for version 0.1.0; I didn't previously install Rojo or Rust. From what I could collect, the command-line interface manages to correctly locate the file I intend to extract from, and correctly parses the serialised XML to a point. The full console output (run on a Bash emulator for Windows) is as follows:

$ ./rbxlx-to-rojo.exe rlvp.rbxlx
[2020-02-28T18:53:41Z INFO  rbxlx_to_rojo] rbxlx-to-rojo 0.1.0
[2020-02-28T18:53:41Z INFO  rbxlx_to_rojo] Select a place file.
[2020-02-28T18:53:41Z INFO  rbxlx_to_rojo] Opening place file
[2020-02-28T18:53:41Z INFO  rbxlx_to_rojo] Decoding place file, this is the longest part...
An error occurred while using rbxlx-to-rojo.
While attempting to decode the place file, at line 3231, column 6: Unknown property type 'Faces' rbx_xml didn't know what to do
@Kampfkarren
Copy link
Member

The Faces type is not supported by rbx_xml, check out the coverage matrix on the rbx-dom project.

@Kampfkarren Kampfkarren added the bug Something isn't working label Feb 28, 2020
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

2 participants