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 Server Crash on Start up. [Bug]: #76

Closed
riversofrios opened this issue Jul 15, 2023 · 3 comments
Closed

Fabric Server Crash on Start up. [Bug]: #76

riversofrios opened this issue Jul 15, 2023 · 3 comments
Assignees
Labels
type: bug Something isn't working

Comments

@riversofrios
Copy link

Minecraft Version

1.20.1

What happened?

Server crashes on launch giving error of spectrelib

I don't have a spectrelib so I'm assuming its built into the mod?

Help is appreciated.

How do you trigger this bug?

  1. Botted up on Fabric server modloader.
  2. Crash Report
  3. Panic

Loader

Fabric

Loader Version

fabric-server-mc.1.20.1-loader.0.14.21-launcher.0.11.2

API Version

No response

Mod Version

consecration-fabric-7.0.0+1.20.1

Relevant Log Outputs

A mod crashed on startup!
net.fabricmc.loader.impl.FormattedException: java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'spectrelib'!
at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:63)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:164)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23)
at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69)
at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69)
Caused by: java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'spectrelib'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:162)
... 4 more
Caused by: java.lang.ExceptionInInitializerError
at net.minecraft.class_5321.method_29180(class_5321.java:35)
at net.minecraft.class_7924.method_47517(class_7924.java:200)
at net.minecraft.class_7924.(class_7924.java:93)
at com.illusivesoulworks.consecration.common.impl.HolySources.(HolySources.java:170)
at com.illusivesoulworks.consecration.common.config.ConsecrationConfig.lambda$setup$0(ConsecrationConfig.java:50)
at com.illusivesoulworks.spectrelib.config.SpectreConfig.fireLoad(SpectreConfig.java:117)
at com.illusivesoulworks.spectrelib.config.SpectreConfigTracker.lambda$loadGlobalConfigs$2(SpectreConfigTracker.java:94)
at java.base/java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4783)
at com.illusivesoulworks.spectrelib.config.SpectreConfigTracker.loadGlobalConfigs(SpectreConfigTracker.java:86)
at com.illusivesoulworks.spectrelib.config.SpectreConfigEvents.onLoadGlobal(SpectreConfigEvents.java:25)
at com.illusivesoulworks.spectrelib.SpectrePreLaunchFabricMod.onPreLaunch(SpectrePreLaunchFabricMod.java:35)
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
... 6 more
Caused by: java.lang.IllegalArgumentException: Not bootstrapped (called from registry ResourceKey[minecraft:root / minecraft:root])
at net.minecraft.class_2966.method_36237(class_2966.java:123)
at net.minecraft.class_2966.method_36235(class_2966.java:116)
at net.minecraft.class_2370.(class_2370.java:102)
at net.minecraft.class_2370.(class_2370.java:98)
at net.minecraft.class_7923.(class_7923.java:115)
... 18 more

@riversofrios riversofrios added the type: bug Something isn't working label Jul 15, 2023
@SlimeyIceCream
Copy link

I got a very similar error message on quilt

@E3VL
Copy link

E3VL commented Nov 19, 2023

Same thing on 7.0.1

@TheIllusiveC4
Copy link
Member

Very sorry for the delay on this, it should now be fixed on both Fabric and Quilt as of 7.0.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants