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
\ or / messes up file path when creating files.
Other illegal characters like * also causes error.
Logs
[2024-02-11T10:56:43Z INFO rbxlx_to_rojo] rbxlx-to-rojo 1.0.1
[2024-02-11T10:56:43Z INFO rbxlx_to_rojo] Select a place file.
[2024-02-11T10:56:45Z INFO rbxlx_to_rojo] Opening place file
[2024-02-11T10:56:45Z INFO rbxlx_to_rojo] Decoding place file, this is the longest part...
[2024-02-11T10:56:45Z WARN rbx_binary::deserializer] Unknown value type ID 0x21 (33) in Roblox binary model file. Found in property AnalyticsService.Capabilities.
[2024-02-11T10:56:45Z WARN rbx_binary::deserializer] Unknown value type ID 0x1f (31) in Roblox binary model file. Found in property AnalyticsService.HistoryId.
[2024-02-11T10:56:45Z WARN rbx_binary::deserializer] Unknown value type ID 0x20 (32) in Roblox binary model file. Found in property BubbleChatConfiguration.FontFace.
[2024-02-11T10:56:45Z WARN rbx_binary::deserializer] Unknown value type ID 0x1e (30) in Roblox binary model file. Found in property Workspace.WorldPivotData.
[2024-02-11T10:56:45Z INFO rbxlx_to_rojo] Select the path to put your Rojo project in.
[2024-02-11T10:56:56Z INFO rbxlx_to_rojo] Starting processing, please wait a bit...
thread 'main' panicked at 'can't create file "Workspace\\foo/bar.server.lua": Os { code: 3, kind: NotFound, message: "지정된 경로를 찾을 수 없습니다." }', src\filesystem.rs:90:21
[2024-02-11T11:01:47Z INFO rbxlx_to_rojo] rbxlx-to-rojo 1.0.1
[2024-02-11T11:01:47Z INFO rbxlx_to_rojo] Select a place file.
[2024-02-11T11:01:50Z INFO rbxlx_to_rojo] Opening place file
[2024-02-11T11:01:50Z INFO rbxlx_to_rojo] Decoding place file, this is the longest part...
[2024-02-11T11:01:50Z WARN rbx_binary::deserializer] Unknown value type ID 0x21 (33) in Roblox binary model file. Found in property AnalyticsService.Capabilities.
[2024-02-11T11:01:50Z WARN rbx_binary::deserializer] Unknown value type ID 0x1f (31) in Roblox binary model file. Found in property AnalyticsService.HistoryId.
[2024-02-11T11:01:50Z WARN rbx_binary::deserializer] Unknown value type ID 0x20 (32) in Roblox binary model file. Found in property BubbleChatConfiguration.FontFace.
[2024-02-11T11:01:50Z WARN rbx_binary::deserializer] Unknown value type ID 0x1e (30) in Roblox binary model file. Found in property Workspace.WorldPivotData.
[2024-02-11T11:01:50Z INFO rbxlx_to_rojo] Select the path to put your Rojo project in.
[2024-02-11T11:01:51Z INFO rbxlx_to_rojo] Starting processing, please wait a bit...
thread 'main' panicked at 'can't create file "Workspace\\foo*bar.server.lua": Os { code: 123, kind: Other, message: "파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다." }', src\filesystem.rs:90:21
The text was updated successfully, but these errors were encountered:
\
or/
messes up file path when creating files.Other illegal characters like
*
also causes error.Logs
The text was updated successfully, but these errors were encountered: