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

Scripts with illegal name causes crash #77

Open
holderman1206 opened this issue Feb 11, 2024 · 0 comments
Open

Scripts with illegal name causes crash #77

holderman1206 opened this issue Feb 11, 2024 · 0 comments

Comments

@holderman1206
Copy link

\ 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
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