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
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
The text was updated successfully, but these errors were encountered:
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?)
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"
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
The text was updated successfully, but these errors were encountered: