Backpacked

Backpacked

11M Downloads

Mohist Server Crashing at start

MrPabloLR opened this issue ยท 5 comments

commented

[20:32:53] [main/INFO] [STDOUT/]: Update in check...
[20:32:53] [main/INFO] [STDOUT/]: If you don't want to enable update check, set check_update in mohist-config/mohist.yml to false
[20:32:54] [main/INFO] [STDOUT/]: No update found, latest version: (1.0-1.16.5-912) current version: (1.0-1.16.5-912)
[20:32:54] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.mohistVersion, 912, --fml.forgeVersion, 36.2.23, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, com.mohistmc, nogui, launchedWithCustomJava11]
[20:32:54] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 11.0.10 by AdoptOpenJDK
[20:32:54] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[20:32:54] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/home/admin1/multicraft/servers/server1513/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[20:32:56] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[20:32:58] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui, launchedWithCustomJava11]
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/BipedModel (java.lang.ClassNotFoundException: null)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.entity.model.BipedModel was not found customnpcs.mixins.json:BipedBodyMixin
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/model/ModelRenderer (java.lang.ClassNotFoundException: null)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.model.ModelRenderer was not found customnpcs.mixins.json:ModelRendererMixin
[20:32:59] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/entity/layers/BipedArmorLayer for invalid dist DEDICATED_SERVER
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/BipedArmorLayer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/entity/layers/BipedArmorLayer for invalid dist DEDICATED_SERVER)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.renderer.entity.layers.BipedArmorLayer was not found customnpcs.mixins.json:ArmorLayerMixin
[20:32:59] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/matrix/MatrixStack (java.lang.ClassNotFoundException: null)
[20:32:59] [main/WARN] [mixin/]: @mixin target com.mojang.blaze3d.matrix.MatrixStack was not found customnpcs.mixins.json:MatrixStackMixin
[20:32:59] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/MouseHelper for invalid dist DEDICATED_SERVER
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/MouseHelper (java.lang.RuntimeException: Attempted to load class net/minecraft/client/MouseHelper for invalid dist DEDICATED_SERVER)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.MouseHelper was not found customnpcs.mixins.json:MouseHelperMixin
[20:32:59] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/particle/ParticleManager for invalid dist DEDICATED_SERVER
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/particle/ParticleManager (java.lang.RuntimeException: Attempted to load class net/minecraft/client/particle/ParticleManager for invalid dist DEDICATED_SERVER)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.particle.ParticleManager was not found customnpcs.mixins.json:ParticleManagerMixin
[20:32:59] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/network/play/ClientPlayNetHandler for invalid dist DEDICATED_SERVER
[20:32:59] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/network/play/ClientPlayNetHandler (java.lang.RuntimeException: Attempted to load class net/minecraft/client/network/play/ClientPlayNetHandler for invalid dist DEDICATED_SERVER)
[20:32:59] [main/WARN] [mixin/]: @mixin target net.minecraft.client.network.play.ClientPlayNetHandler was not found customnpcs.mixins.json:ClientPlayNetHandlerMixin
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:131)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:128)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.server.ServerMain.main(ServerMain.java:112)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: Caused by: java.lang.reflect.InvocationTargetException
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.base/java.lang.reflect.Method.invoke(Unknown Source)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: ... 7 more
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:154)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.world.gen.surfacebuilders.SurfaceBuilder.(SurfaceBuilder.java:12)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.world.gen.surfacebuilders.ConfiguredSurfaceBuilders.(SourceFile:11)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.util.registry.WorldGenRegistries.func_243674_g(WorldGenRegistries.java:34)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.util.registry.WorldGenRegistries.lambda$static$8(WorldGenRegistries.java:90)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at java.base/java.util.LinkedHashMap.forEach(Unknown Source)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.util.registry.WorldGenRegistries.(WorldGenRegistries.java:89)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.util.registry.Registry.(Registry.java:465)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.util.registry.Bootstrap.func_151354_b(Bootstrap.java:41)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraft.server.Main.main(Main.java:141)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: ... 13 more
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method beforeCollect(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/util/math/BlockRayTraceResult;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;)V in backpacked.mixins.json:common.ComposterBlockMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap backpacked.refmap.json
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[20:33:05] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: ... 32 more

commented

Newest update (2.0.3) still crashes with mohist server.

commented

I need the full crash log. Please use pastebin too.

commented

I started the server again and here are the logs:
https://pastebin.com/qGXDGEWV
https://pastebin.com/MYhRiT9g (debug log)
Sorry if I don't do something correctly, I don't understand much about this

commented

got the same error. hope to see it fixed in the next release
latest.log: https://pastebin.com/QDC04Hv3
debug.log: https://pastebin.com/ea77RFrx

commented

Yes, it should be fixed in the next update