Adorn (Forge)

Adorn (Forge)

6M Downloads

Server crash with Extra Pieces compatibility, Terrestria and Traverse installed

tambry opened this issue ยท 1 comments

commented

Versions of Minecraft, Fabric and Adorn

  • Adorn: 1.10.0
  • Minecraft: 1.16.1
  • Fabric Loader: 0.9.0+build204
  • Fabric API: 0.16.2+build.385
  • Extra Pieces: 2.9.0
  • Terrestria: 2.0.4
  • Traverse: 2.2.14

Describe the bug

Server crashes on startup if Adorn, Extra Pieces, Terrestria and Traverse are installed and Extra Pieces compatibility is enabled in Adorn.

To Reproduce

  1. Install Fabric server
  2. Install Fabric API, Adorn, Kotlin support, Terrestria, Traverse, Extra Pieces
  3. Start the server

extraPieces.enabled needs to be true in the config for the crash to occur. This is the case for the default config.

[18:28:13] [main/INFO]: Loading for game Minecraft 1.16.1
[18:28:14] [main/INFO]: [FabricLoader] Loading 61 mods: [email protected]+eae12eb802, [email protected]+1.15.2, [email protected]+3fa9f7c502, [email protected]+build.50, [email protected]+1.16-pre2, [email protected]+build.204, [email protected]+1.16.1, [email protected], [email protected]+045df74f02, [email protected]+a2d21ddd02, [email protected]+a71b305302, [email protected], [email protected]+fe81e12502, [email protected]+12a8474c02, [email protected]+b7f9825d02, [email protected]+eae12eb802, [email protected]+b7084faa02, [email protected], [email protected]+c6a8ea8902, [email protected]+e83e061c02, [email protected]+build.28, [email protected]+5a0f9a6002, [email protected], [email protected]+386eb69e02, [email protected]+build.385-1.16.1, [email protected]+0a6f2a7002, [email protected]+build.31, [email protected]+e00ecb5f02, [email protected]+97324d1102, [email protected], [email protected]+b50ffc7b02, [email protected]+j1.2.0, [email protected]+5ce5339802, [email protected]+55e0cc5f02, [email protected], [email protected]+34d6c87102, [email protected]+059ea86602, [email protected]+b7f9825d02, [email protected]+16acbe5b02, [email protected]+7066030f02, [email protected]+build.10, [email protected]+1.16.1, [email protected]+build.1, [email protected]+5341049002, [email protected]+346247d702, [email protected]+f404f3be02, [email protected], [email protected]+f41e209802, [email protected], [email protected]+059ea86602, [email protected]+a4c57d8e02, [email protected]+52d3083602, [email protected]+7dba2d6c02, [email protected]+1.16.1, [email protected]+b764ce9902, [email protected]+16acbe5b02, [email protected], [email protected]+dfdb52d602, [email protected]+438f963602, [email protected]+a2d21ddd02, [email protected]
[18:28:15] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/Raul/Desktop/Programs/Minecraft/crash/fabric-server-launch.jar Service=Knot/Fabric Env=SERVER
[18:28:17] [main/WARN]: Error loading class: net/minecraft/class_5369$class_5372 (java.lang.ClassNotFoundException: net/minecraft/class_5369$class_5372)
[18:28:17] [main/WARN]: @Mixin target net.minecraft.class_5369$class_5372 was not found artifice.mixins.json:MixinExtendedResourcePackEntryInfo
[18:28:17] [main/WARN]: Error loading class: net/minecraft/class_521$class_4271 (java.lang.ClassNotFoundException: net/minecraft/class_521$class_4271)
[18:28:17] [main/WARN]: @Mixin target net.minecraft.class_521$class_4271 was not found artifice.mixins.json:MixinResourcePackEntry
[18:28:27] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[18:28:31] [main/INFO]: [Extra Pieces] Loading config
[18:28:46] [main/FATAL]: Failed to start the minecraft server
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'adorn'!
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) ~[fabric-server-launch.jar:?]
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36) ~[fabric-server-launch.jar:?]
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointServer.start(EntrypointServer.java:32) ~[fabric-server-launch.jar:?]
	at net.minecraft.server.Main.main(Main.java:125) [intermediary-server.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192) [fabric-server-launch.jar:?]
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140) [fabric-server-launch.jar:?]
	at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:26) [fabric-server-launch.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:61) [fabric-server-launch.jar:?]
	at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:105) [fabric-server-launch.jar:?]
	at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:49) [fabric-server-launch.jar:?]
Caused by: java.lang.ExceptionInInitializerError
	at juuxel.adorn.Adorn.onInitialize(Adorn.java:25) ~[Adorn-1.10.0+1.16.1.jar:?]
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[fabric-server-launch.jar:?]
	... 17 more
Caused by: java.lang.RuntimeException: Attempted to register ID ResourceKey[minecraft:block / adorn:basalt_post] at different raw IDs (4024, 4578)! If you're trying to override an item, use .set(), not .register()!
	at net.minecraft.class_2370.handler$zcc000$setPre(class_2370.java:647) ~[intermediary-server.jar:?]
	at net.minecraft.class_2370.method_10273(class_2370.java) ~[intermediary-server.jar:?]
	at net.minecraft.class_2348.method_10273(class_2348.java:27) ~[intermediary-server.jar:?]
	at net.minecraft.class_2370.method_10272(class_2370.java:69) ~[intermediary-server.jar:?]
	at net.minecraft.class_2378.method_10230(class_2378.java:359) ~[intermediary-server.jar:?]
	at juuxel.adorn.lib.RegistryHelper.register(RegistryHelper.java:21) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.lib.RegistryHelper.access$register(RegistryHelper.java:19) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.lib.RegistryHelper.registerBlock(RegistryHelper.java:92) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.lib.RegistryHelper.registerBlock(RegistryHelper.java:36) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.lib.RegistryHelper.registerBlock$default(RegistryHelper.java:35) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.block.AdornBlocks.<clinit>(AdornBlocks.java:103) ~[Adorn-1.10.0+1.16.1.jar:?]
	at juuxel.adorn.Adorn.onInitialize(Adorn.java:25) ~[Adorn-1.10.0+1.16.1.jar:?]
	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[fabric-server-launch.jar:?]
	... 17 more
commented

Fixed in 1.10.1.