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

Fabric freeze then crash when creating a world #50

Open
ruguysgoingtrickortreating opened this issue Sep 23, 2023 · 3 comments
Open

Fabric freeze then crash when creating a world #50

ruguysgoingtrickortreating opened this issue Sep 23, 2023 · 3 comments

Comments

@ruguysgoingtrickortreating
Copy link

ruguysgoingtrickortreating commented Sep 23, 2023

running /mw create testworld NORMAL freezes, kicks everyone off, and finally crashes the server with about 15 seconds in between each step
crash-2023-09-23_16.18.08-server.txt

@ruguysgoingtrickortreating ruguysgoingtrickortreating changed the title Fabric Crash when creating a world Fabric freeze then crash when creating a world Sep 24, 2023
@ruguysgoingtrickortreating
Copy link
Author

just realized that this from the server log is probably relevant

[16:45:05] [Server thread/INFO]: [STDERR]: java.lang.NullPointerException: invalid dimension type ResourceKey[minecraft:dimension_type / null]
[16:45:05] [Server thread/INFO]: [STDERR]:      at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:907)
[16:45:05] [Server thread/INFO]: [STDERR]:      at xyz.nucleoid.fantasy.RuntimeWorldConfig.resolveDimensionType(RuntimeWorldConfig.java:151)
[16:45:05] [Server thread/INFO]: [STDERR]:      at xyz.nucleoid.fantasy.RuntimeWorldConfig.createDimensionOptions(RuntimeWorldConfig.java:143)
[16:45:05] [Server thread/INFO]: [STDERR]:      at xyz.nucleoid.fantasy.RuntimeWorldManager.add(RuntimeWorldManager.java:33)
[16:45:05] [Server thread/INFO]: [STDERR]:      at xyz.nucleoid.fantasy.Fantasy.addPersistentWorld(Fantasy.java:147)
[16:45:05] [Server thread/INFO]: [STDERR]:      at xyz.nucleoid.fantasy.Fantasy.getOrOpenPersistentWorld(Fantasy.java:137)
[16:45:05] [Server thread/INFO]: [STDERR]:      at me.isaiah.multiworld.fabric.FabricWorldCreator.create_world(FabricWorldCreator.java:36)
[16:45:05] [Server thread/INFO]: [STDERR]:      at me.isaiah.multiworld.MultiworldMod.create_world(MultiworldMod.java:60)
[16:45:05] [Server thread/INFO]: [STDERR]:      at me.isaiah.multiworld.command.CreateCommand.run(CreateCommand.java:57)[16:45:05] [Server thread/INFO]: [STDERR]:      at me.isaiah.multiworld.MultiworldMod.broadcast(MultiworldMod.java:204)
[16:45:05] [Server thread/INFO]: [STDERR]:      at me.isaiah.multiworld.MultiworldMod.lambda$register_commands$2(MultiworldMod.java:116)
[16:45:05] [Server thread/INFO]: [STDERR]:      at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_2170.method_9249(class_2170.java:287)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3244.method_45010(class_3244.java:1341)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3244.method_44356(class_3244.java:1321)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_5386(class_1255.java:67)
[16:45:05] [Server thread/INFO]: [STDERR]:      at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_3738.run(class_3738.java:18)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_18859(class_1255.java:156)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_4093.method_18859(class_4093.java:23)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:782)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:164)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_16075(class_1255.java:130)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:764)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:758)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.class_1255.method_5383(class_1255.java:115)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:742)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:675)
[16:45:05] [Server thread/INFO]: [STDERR]:      at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)
[16:45:05] [Server thread/INFO]: [STDERR]:      at java.base/java.lang.Thread.run(Thread.java:833)

@R3tr0PAG
Copy link

R3tr0PAG commented Oct 8, 2023

I have encountered the same issue, in Singleplayer it works perfectly fine. It's just when trying to create worlds on a server that it freezes and then crashes.

@ACG94
Copy link

ACG94 commented Nov 25, 2023

i am also having this issue, but have found when i remove the datapacks from the server, it works fine.... as soon as i add the datapacks back in, it freezes when making a new dimension

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

3 participants