magneticflux- / fabric-tree-chopper

GNU Lesser General Public License v3.0
14 stars 9 forks source link

Crash on startup from latest version of Fabric Tree Chopper: 0.6.0 #39

Closed andresmarver1 closed 3 years ago

andresmarver1 commented 3 years ago
[26.12 12:20:51] [Server] [main/FATAL]: Failed to start the minecraft server
[26.12 12:20:51] [Server] java.lang.RuntimeExceptionCould not execute entrypoint stage 'main' due to errors, provided by 'fabric-tree-chopper'!
[26.12 12:20:51] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointServer.start(EntrypointServer.java:32) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.minecraft.server.Main.main(Main.java:92) [intermediary-server.jar:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[26.12 12:20:51] [Server]   at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:224) [customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:141) [customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:27) [customjava14.jar:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[26.12 12:20:51] [Server]   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[26.12 12:20:51] [Server]   at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:62) [customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:106) [customjava14.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:50) [customjava14.jar:?]
[26.12 12:20:51] [Server] Caused byjava.lang.NoClassDefFoundError: me/shedaniel/fiber2cloth/api/Fiber2Cloth
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<init>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<clinit>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper.onInitialize(FabricTreeChopper.java:37) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   ... more
[26.12 12:20:51] [Server] Caused byjava.lang.ClassNotFoundException: me.shedaniel.fiber2cloth.api.Fiber2Cloth
[26.12 12:20:51] [Server]   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602) ~[?:?]
[26.12 12:20:51] [Server]   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[?:?]
[26.12 12:20:51] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:56) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:168) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<init>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<clinit>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper.onInitialize(FabricTreeChopper.java:37) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 12:20:51] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[customjava14.jar:?]
[26.12 12:20:51] [Server]   ... more
magneticflux- commented 3 years ago

Could you post the whole log, including the list of loaded mods?

magneticflux- commented 3 years ago

I am able to reproduce on a dedicated server.

andresmarver1 commented 3 years ago
[26.12 14:51:25] [Server] [main/INFO]: [FabricLoader] Loading 160 mods: gunpowder-base@0.3.3+1.16.4, fabric-keybindings-v0@0.2.0+6a2618f53a, couplings@1.3.3, aopalliance_aopalliance@1.0, kubejs@1.5.3, step-height-entity-attribute@1.0.0, fabricloader@0.10.8, trinkets@2.6.7, com_fasterxml_jackson_core_jackson-annotations@2.9.0, fabric-dimensions-v1@2.0.1+9a6c75813a, kibe@1.5.2-BETA, betternether@5.0.4, smoothcoasters@1.16.4-19, adventurez@1.1.5, fabric-game-rule-api-v1@1.0.3+a4467d2a3a, com_google_inject_guice@4.2.3, bettercaves@1.16.2-1.0.3, fabric-api-base@0.2.0+ab87788d3a, glassential@1.16.4-1.1.5, xaeroworldmap@1.11.4, org_jetbrains_exposed_exposed-core@0.27.1, yungsapi@1.16.4-Fabric-1, fiber@0.23.0-2, gunpowder-teleport@1.0.2+gunpowder.0.3.1.mc.1.16.4, com_moandjiezana_toml_toml4j@0.7.2, org_jetbrains_kotlin_kotlin-stdlib@1.4.21, terraform-dirt-api-v1@1.0.0+build.1, playerabilitylib@1.2.0, fabric-blockrenderlayer-v1@1.1.4+6a2618f53a, terraform-wood-api-v1@1.0.0+build.1, org_jetbrains_kotlin_kotlin-stdlib-jdk7@1.4.21, respawnablepets@1.16.4-1, moretotems@2.7.1, fabric@0.28.4+1.16, org_slf4j_slf4j-api@1.8.0-beta1, fabric-networking-v0@0.3.1+2a4333d33a, imm_ptl_core@0.52, fabric-screen-handler-api-v1@1.1.0+6a2618f53a, tk_valoeghese_zoesteriaconfig@1.3.2, modmenu@1.14.6+build.31, blocklogger@0.3.0, phosphor@0.7.0+build.10, mysql_mysql-connector-java@5.1.46, org_jetbrains_kotlin_kotlin-stdlib-jdk8@1.4.21, fabric-tool-attribute-api-v1@1.2.5+6a2618f53a, terraform-tree-api-v1@1.0.1+build.2, blockus@2.0.0+1.16.4, fabric-events-interaction-v0@0.4.1+6a2618f53a, fabric-crash-report-info-v1@0.1.2+b7f9825d3a, mostructures@1.0.1+mc.1.16.4, fabric-language-kotlin@1.4.21+build.1, curios@0.0.10-1.16.3, patchouli@1.16.4-48-FABRIC, betterweather@1.0.0, flan@1.16.2-1.2.1, fabric-key-binding-api-v1@1.0.1+730711c63a, cloth-config2@4.8.3, org_jetbrains_kotlinx_kotlinx-coroutines-jdk8@1.4.2, fabric-resource-loader-v0@0.4.0+552549d53a, malilib@0.10.0-dev.21+arne.2, org_jetbrains_kotlin_kotlin-reflect@1.4.21, worldedit@7.2.1+299386a, cardinal-components-entity@2.7.9, architectury@1.2.60, libblockattributes_fluids@0.8.3-pre.3, fabric-registry-sync-v0@0.7.3+be155ae23a, fabric-commands-v0@0.2.0+6a2618f53a, cardinal-components-base@2.7.9, blockcoins@1.0.0, fabric-mining-levels-v0@0.1.2+6a2618f53a, fabric-networking-api-v1@1.0.0+4358fbc63a, charm@2.1.9, gunpowder-market@1.0.1+gunpowder.0.3.2.mc.1.16.4, fabric-models-v0@0.1.1+6a2618f53a, fabric-item-groups-v0@0.2.1+6a2618f53a, bettermineshafts@1.16.4-1.0, gunpowder-utilities@1.0.2+gunpowder.0.3.1.mc.1.16.4, com_fasterxml_jackson_module_jackson-module-kotlin@2.9.0, org_jetbrains_annotations@20.0.0, truerooms@1.1.2-hotfix, lithium-api@0.6.0, terraform-shapes-api-v1@1.0.0+build.1, fabric-renderer-api-v1@0.3.3+6a2618f53a, terrestria@2.1.5+build.28, inventorysorter@1.7.4-1.16, biomemakeover@1.16.4-1.1.5, fabric-structure-api-v1@1.1.1+f1d8af063a, lithium@0.6.0, fabric-containers-v0@0.1.9+a03e98793a, fabric-object-builder-api-v1@1.9.2+6a2618f53a, waystones@1.0.10, terraform-config-api-v1@1.0.0+build.1, vanish@1.2.2, org_postgresql_postgresql@42.2.2, artifacts@2.0.2+1.16.4-fabric, fabric-rendering-data-attachment-v1@0.1.4+6a2618f53a, seasons@1.0.3-BETA, cloth-dynamic-registry-api-v1@1.4.9, terraform-surfaces-api-v1@1.0.0+build.1, upstream@1.0.1, cardinal-components-item@2.7.9, fabric-textures-v0@1.0.5+6a2618f53a, sandwichable@1.1.2, com_electronwill_night-config_core@3.6.2, doorknockmod@1.0, fabric-rendering-fluids-v1@0.1.12+6a2618f53a, javax_inject_javax_inject@1, com_fasterxml_jackson_core_jackson-databind@2.9.0, multishot@1.1.0, simplexterrain@0.7.2, fabric-lifecycle-events-v1@1.2.0+74cc3b2095, com_fasterxml_jackson_dataformat_jackson-dataformat-yaml@2.9.0, immersive_portals@0.52, fabric-renderer-registries-v1@2.2.0+6a2618f53a, fabric-loot-tables-v1@1.0.1+6a2618f53a, com_fasterxml_jackson_core_jackson-core@2.9.0, fabric-particles-v1@0.2.2+6a2618f53a, libblockattributes_core@0.8.3-pre.3, org_jetbrains_exposed_exposed-jdbc@0.27.1, terraform-biome-builder-api-v1@1.0.0+build.1, slotlink@2.2.0+1.16.4, minecraft@1.16.4, fabric-networking-blockentity-v0@0.2.7+a03e98793a, lchunkloader@1.3.3, cloth-basic-math@0.5.1, fabric-command-api-v1@1.0.9+6a2618f53a, fabric-renderer-indigo@0.4.3+6a2618f53a, org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm@1.4.2, com_electronwill_night-config_toml@3.6.2, fiber2cloth@3.0.1, fabric-item-api-v1@1.2.0+6a2618f53a, kyrptconfig@1.1.2-1.16, croptopia@1.0.6-1.16.4-FABRIC, fabric-rendering-v0@1.1.1+6a2618f53a, gunpowder-currency@1.0.2+gunpowder.0.3.1.mc.1.16.4, fabric-rendering-v1@1.4.0+6a2618f53a, polymorph@0.0.5-1.16.3, terraform-overworld-biome-extensions-api-v1@1.0.0+build.1, gateofbabylon@1.2.0-1.16.2, autoconfig1u@3.3.1, fabric-content-registries-v0@0.2.0+e77439c73a, org_xerial_sqlite-jdbc@3.32.3.2, fabric-tag-extensions-v0@1.1.0+e77439c73a, blue_endless_jankson@+, fabric-biome-api-v1@3.1.0+2e23b97c3a, appleskin@1.0.11, org_jetbrains_exposed_exposed-java-time@0.27.1, lakeside@1.0.3+1.16.4, byg@1.1.3, zoob@2.5.0, carrier@1.6.1, trade@1.1.2, cinderscapes@1.3.0+build.51, fabric-events-lifecycle-v0@0.2.0+6a2618f53a, fabric-tree-chopper@0.6.0, libstructure@1.5, inventorytabs@0.3.0-1.16.4, betterend@0.8.0-beta, fabric-object-builders-v0@0.7.1+6a2618f53a, org_yaml_snakeyaml@1.26
[26.12 14:51:25] [Server] [main/WARN]: Mod `org_xerial_sqlite-jdbc` (3.32.3.2) uses more dot-separated version components than SemVer allows; support for this is currently not guaranteed.
[26.12 14:51:25] [Server] [main/WARN]: Mod `blue_endless_jankson` (+) does not respect SemVer - comparison support is limited.
[26.12 14:51:25] [Multicraft] Received stop command
[26.12 14:51:26] [Multicraft] Received stop command
[26.12 14:51:26] [Multicraft] Received stop command
[26.12 14:51:26] [Server] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/customjava14.jar Service=Knot/Fabric Env=SERVER
[26.12 14:51:28] [Server] [main/INFO]: Loaded configuration file for Lithium: 63 options available, 1 override(s) found
[26.12 14:51:29] [Server] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.MixinThreadedAnvilChunkStorage' as rule 'mixin.world.player_chunk_tick' (added by mods [immersive_portals]) disables it and children
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3962$class_3963 is public in lithium.mixins.json:alloc.composter.ComposterMixin$ComposterBlockComposterInventoryMixin and should be specified in value
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in mixins.utilities.gunpowder.json:EntityTrackerAccessor_Utilities and should be specified in value
[26.12 14:51:29] [Server] [main/WARN]: Error loading class: net/minecraft/class_746 (java.lang.ClassNotFoundException: net/minecraft/class_746)
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net.minecraft.class_746 was not found architectury.mixins.json:PlayerAttackInvoker
[26.12 14:51:29] [Server] [main/WARN]: Error loading class: net/minecraft/class_745 (java.lang.ClassNotFoundException: net/minecraft/class_745)
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net.minecraft.class_745 was not found architectury.mixins.json:PlayerAttackInvoker
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in imm_ptl.mixins.json:common.entity_sync.MixinEntityTracker and should be specified in value
[26.12 14:51:29] [Server] [main/WARN]: Error loading class: net/minecraft/class_465 (java.lang.ClassNotFoundException: net/minecraft/class_465)
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net.minecraft.class_465 was not found curios.mixins.json:HandledScreenMixin
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3353$class_3354 is public in charm.mixins.json:MineshaftGeneratorMixin and should be specified in value
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3353$class_3357 is public in charm.mixins.json:MineshaftGeneratorMixin and should be specified in value
[26.12 14:51:29] [Server] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value
[26.12 14:51:30] [Server] SLF4JNo SLF4J providers were found.
[26.12 14:51:30] [Server] SLF4JDefaulting to no-operation (NOP) logger implementation
[26.12 14:51:30] [Server] SLF4JSee http://www.slf4j.org/codes.html#noProviders for further details.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSOtherEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSWorldEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSPlayerEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSEntityEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSBlockEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSItemEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSRecipeEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint KubeJSFluidEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint AstromineRecipeEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Initialized entrypoint TechRebornRecipeEventHandler.
[26.12 14:51:39] [Server] [main/INFO]: Loaded common.properties
[26.12 14:51:40] [Server] [main/INFO]: [STDERR]: Warning: Nashorn engine is planned to be removed from a future JDK release
[26.12 14:52:00] [Server] [main/INFO]: Loaded babel.min.js in 20.81 s
[26.12 14:52:05] [Server] [main/INFO]: [STDOUT]: Babel Transformer done in 4.541 s
[26.12 14:52:05] [Server] [main/INFO]: [STDERR]: Warning: Nashorn engine is planned to be removed from a future JDK release
[26.12 14:52:05] [Server] [main/INFO]: Hello, World! (You will only see this line once in console, during startup)
[26.12 14:52:05] [Server] [main/INFO]: Loaded script startup_scripts:script.js in 135.0 ms
[26.12 14:52:05] [Server] [main/INFO]: Loaded 1/1 KubeJS startup scripts in 140.7 ms
[26.12 14:52:07] [Server] [main/INFO]: Silk not found, not loading compatibility for fluids.
[26.12 14:52:07] [Server] [main/INFO]: RebornCore not found, not loading compatibility for fluids. (reborncore.common.blockentity.MachineBaseBlockEntity)
[26.12 14:52:07] [Server] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.GroupedFluidInvView value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@5ba9372b (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@1a7ac53b)
[26.12 14:52:07] [Server] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.GroupedFluidInv value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@45eeb186 (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@4e00732c)
[26.12 14:52:07] [Server] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.FluidInsertable value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@5c0205a8 (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@101d400e)
[26.12 14:52:07] [Server] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.FluidExtractable value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@20cfa10a (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2744/0x0000000801abb440@6d1b3f2c)
[26.12 14:52:09] [Server] [main/INFO]: Immersive Portals Mod Initializing
[26.12 14:52:10] [Server] [main/INFO]: Reach entity attributes mod is not present
[26.12 14:52:10] [Server] [main/INFO]: Pehkui is not present
[26.12 14:52:10] [Server] [main/INFO]: [STDOUT]: [BL] Initialisation completed
[26.12 14:52:10] [Server] [main/INFO]: BW: "Server Starting" Event Complete!
[26.12 14:52:10] [Server] [main/INFO]: WorldEdit for Fabric (version 7.2.1+299386a) is loaded
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Acquisition(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module AnvilImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ArmorInvisibility(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Atlas(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module AutoRestock(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module AutomaticRecipeUnlock(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module BatBuckets(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module BeaconsHealMobs(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Beekeepers(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module BlockOfEnderPearls(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module BlockOfGunpowder(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module BlockOfSugar(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Bookcases(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module CampfiresNoDamage(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Candles(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module CaveSpidersDropCobwebs(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ChickensDropFeathers(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module CoralSeaLanterns(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module CoralSquids(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Core(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Crates(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module DecreaseRepairCost(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module DirtToPath(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module EndermitePowder(enabled: yes)
[26.12 14:52:10] [Server] [main/ERROR]: No data fixer registered for endermite_powder
[26.12 14:52:10] [Server] [main/INFO]: Loaded module EntitySpawners(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ExtendNetherite(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ExtractEnchantments(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module FeatherFallingCrops(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Glowballs(enabled: yes)
[26.12 14:52:10] [Server] [main/ERROR]: No data fixer registered for glowball
[26.12 14:52:10] [Server] [main/INFO]: Loaded module GoldBars(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module GoldChains(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module GoldLanterns(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module HoeHarvesting(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module HuskImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module InventoryTidying(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Kilns(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Lumberjacks(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module MineshaftImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Mooblooms(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module MoreVillageBiomes(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module MusicImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module NetheriteNuggets(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ParrotsStayOnShoulder(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module PathToDirt(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module PlayerState(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module PortableCrafting(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module PortableEnderChest(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RaidHorns(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RedstoneLanterns(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RedstoneSand(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RefinedObsidian(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RemoveNitwits(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module RemovePotionGlint(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module ShulkerBoxTooltips(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module SleepImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module SmoothGlowstone(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module SnowStorms(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module StackableEnchantedBooks(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module StackablePotions(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module StackableStews(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module StrayImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module TamedAnimalsNoDamage(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Tinted(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module UseTotemFromInventory(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VariantBarrels(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VariantBookshelves(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VariantChests(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VariantLadders(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VariantMobTextures(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module VillagersFollowEmeraldBlocks(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module WanderingTraderImprovements(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module WitchesDropLuck(enabled: yes)
[26.12 14:52:10] [Server] [main/INFO]: Loaded module Woodcutters(enabled: yes)
[26.12 14:52:11] [Server] [main/INFO]: [Artifacts] Finished initialization
[26.12 14:52:11] [Server] [main/INFO]: [STDOUT]: Terrestria biomes registered!
[26.12 14:52:11] [Server] [main/INFO]: [STDOUT]: Biomes You'll Go biomes registered!
[26.12 14:52:11] [Server] [main/INFO]: ignored "badasintended.slotlink.compat.StockpileCompat" from "slotlink"
[26.12 14:52:11] [Server] [main/INFO]: BYG: Blocks registered!
[26.12 14:52:11] [Server] [main/INFO]: BYG: Items registered!
[26.12 14:52:11] [Server] [main/INFO]: BYG: Entities registered!
[26.12 14:52:12] [Server] [main/INFO]: Adding Numerical Biome ID's
[26.12 14:52:12] [Server] [main/INFO]: Added Numerical Biome ID's!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Biomes registered!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Decorators registered!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Features registered!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Surface builders Registered!
[26.12 14:52:12] [Server] [main/INFO]: Reading json
[26.12 14:52:12] [Server] [main/INFO]: Reading Sub-Biomes json
[26.12 14:52:12] [Server] [main/INFO]: BYG: "Common Setup" Event Complete!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Compostable items added!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Added Hoeable Blocks!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Added Flammables!
[26.12 14:52:12] [Server] [main/INFO]: BYG: Added strippable Blocks...
[26.12 14:52:12] [Server] [main/INFO]: BYG: "Load Complete" Event Complete!
[26.12 14:52:12] [Server] [main/FATAL]: Failed to start the minecraft server
[26.12 14:52:12] [Server] java.lang.RuntimeExceptionCould not execute entrypoint stage 'main' due to errors, provided by 'fabric-tree-chopper'!
[26.12 14:52:12] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointServer.start(EntrypointServer.java:32) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.minecraft.server.Main.main(Main.java:92) [intermediary-server.jar:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[26.12 14:52:12] [Server]   at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:224) [customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:141) [customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.knot.KnotServer.main(KnotServer.java:27) [customjava14.jar:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
[26.12 14:52:12] [Server]   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
[26.12 14:52:12] [Server]   at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.launch(FabricServerLauncher.java:62) [customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.setup(FabricServerLauncher.java:106) [customjava14.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:50) [customjava14.jar:?]
[26.12 14:52:12] [Server] Caused byjava.lang.NoClassDefFoundError: me/shedaniel/fiber2cloth/api/Fiber2Cloth
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<init>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<clinit>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper.onInitialize(FabricTreeChopper.java:37) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   ... more
[26.12 14:52:12] [Server] Caused byjava.lang.ClassNotFoundException: me.shedaniel.fiber2cloth.api.Fiber2Cloth
[26.12 14:52:12] [Server]   at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602) ~[?:?]
[26.12 14:52:12] [Server]   at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[?:?]
[26.12 14:52:12] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.server.InjectingURLClassLoader.loadClass(InjectingURLClassLoader.java:56) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:168) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<init>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper$onInitialize$settings$1.<clinit>(FabricTreeChopper.java) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at com.skaggsm.treechoppermod.FabricTreeChopper.onInitialize(FabricTreeChopper.java:37) ~[fabric-tree-chopper-0.6.0.jar:?]
[26.12 14:52:12] [Server]   at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50) ~[customjava14.jar:?]
[26.12 14:52:12] [Server]   ... more
magneticflux- commented 3 years ago

I looked into it and it seems like a weird quirk with Fabric's classloader behavior. I opened an issue with Fiber2Cloth here https://github.com/shedaniel/FiberToCloth/issues/11 which could be closed or propagated up to the Fabric loader here.

In either case, expect a fix in v0.6.1 that will be published in a few minutes.