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

"multiworld:" included in save path when creating a new world, crashes due to invalid character for file system #53

Open
tehPete opened this issue Oct 9, 2023 · 0 comments

Comments

@tehPete
Copy link

tehPete commented Oct 9, 2023

[18:25:52] [Server thread/INFO]: [STDERR]: net.minecraft.class_151: Non [a-z0-9/._-] character in path of location: multiworld:\"test\"
[18:25:52] [Server thread/INFO]: [STDERR]: 	at net.minecraft.class_2960.method_45137(class_2960.java:252)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at net.minecraft.class_2960.<init>(class_2960.java:47)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at net.minecraft.class_2960.<init>(class_2960.java:51)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at net.minecraft.class_2960.<init>(class_2960.java:56)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at me.isaiah.multiworld.fabric.FabricWorldCreator.create_world(FabricWorldCreator.java:36)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at me.isaiah.multiworld.MultiworldMod.create_world(MultiworldMod.java:60)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at me.isaiah.multiworld.command.CreateCommand.run(CreateCommand.java:57)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at me.isaiah.multiworld.MultiworldMod.broadcast(MultiworldMod.java:204)
[18:25:52] [Server thread/INFO]: [STDERR]: 	at me.isaiah.multiworld.MultiworldMod.lambda$register_commands$2(MultiworldMod.java:116)

I tried forcing it with quotemarks - didn't work. Without, the path is 'multiworld:test'.
[e] This is on Fabric 1.20.1, using the latest test release

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