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

The filename, directory name, or volume label syntax is incorrect #34

Open
goreacraft opened this issue Mar 31, 2020 · 3 comments
Open

Comments

@goreacraft
Copy link

Hi, i am trying to us it on a fairly big project that has a rbxlx file size of 48973KB and it fails each time with incomplete export.
I run it with RUST_BACKTRACE=1 and i got this:

[2020-03-31T10:51:33Z INFO rbxlx_to_rojo] rbxlx-to-rojo 0.1.0
[2020-03-31T10:51:33Z INFO rbxlx_to_rojo] Select a place file.
[2020-03-31T10:51:42Z INFO rbxlx_to_rojo] Opening place file
[2020-03-31T10:51:42Z INFO rbxlx_to_rojo] Decoding place file, this is the longest part...
[2020-03-31T10:53:17Z INFO rbxlx_to_rojo] Select the path to put your Rojo project in.
[2020-03-31T10:53:20Z INFO rbxlx_to_rojo] Starting processing, please wait a bit...
thread 'main' panicked at 'can't write folder: Os { code: 123, kind: Other, message: "The filename, directory name, or volume label syntax is incorrect." }', src\libcore\result.rs:997:5
stack backtrace:
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21: BaseThreadInitThunk
22: RtlUserThreadStart

@goreacraft
Copy link
Author

if i delete all folders from workspace and i am left with a file size of 4499KB it works, so it is something from my workspace that is breaking it (ir the file to big?)

@goreacraft
Copy link
Author

goreacraft commented Mar 31, 2020

i started deleting files from workspace and try again and i found something else that might be useful: "thread 'main' panicked at 'can't create file "Workspace\Vendor\Vendor Logs Palm \init.meta.json": Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', src\filesystem.rs:89:97"

@goreacraft
Copy link
Author

i finally made it work, for some reason it does not like disabled scripts in workspace i think

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

1 participant