Posts posted by DaemonUmbra
-
-
Edited by DaemonUmbra
That minecraft server jar is way too small, if that is the one being provided by forge's installer then something is going wrong with the download.
Try getting the server from Mojang's official site and replace yours with that one Note: Link will start the download from Mojang's servers and you will need to rename it to match what forge is expecting.
-
-
-
-
-
-
-
-
-
-
-
-
What it looks like is Adventure Bags is broken, trying to access client-only code on the server side.
QuoteCaused by: java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
at sirshadow.adventurebags.common.utils.handler.KeyBindings.<init>(KeyBindings.java:18)
at sirshadow.adventurebags.common.utils.handler.KeyBindings.<clinit>(KeyBindings.java:12)
at sirshadow.adventurebags.proxys.CommonProxy.registerKeybinds(CommonProxy.java:55)
at sirshadow.adventurebags.proxys.CommonProxy.preInit(CommonProxy.java:31)
at sirshadow.adventurebags.proxys.ServerProxy.preInit(ServerProxy.java:14)
at sirshadow.adventurebags.AdventureBags.preInit(AdventureBags.java:29)
-
-
-
Quote
at thaumcraft.client.fx.ParticleEngine.updateParticles(ParticleEngine.java:296) ~[ParticleEngine.class:?]
Thaumcraft's particle engine is broken at the moment it seems:
https://github.com/Azanor/thaumcraft-beta/issues/858 -
-
-
8 minutes ago, Breymja said:
I removed all CoreMods despite NotEnoughIDs and the issue persists:
Quote[19:48:38] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from [C]-OptiFine-D3.jar
[19:48:38] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [CS]-AdChimneys-3.3.0.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:48:38] [main/WARN] [FML]: The coremod com.endertech.minecraft.mods.adchimneys.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:48:38] [main/WARN] [FML]: The coremod LoadingPlugin (com.endertech.minecraft.mods.adchimneys.LoadingPlugin) is not signed!
[19:48:38] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [CS]-ForgeEndertech-4.3.5.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:48:38] [main/WARN] [FML]: The coremod com.endertech.minecraft.forge.coremod.CorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:48:38] [main/WARN] [FML]: The coremod CorePlugin (com.endertech.minecraft.forge.coremod.CorePlugin) is not signed!
[19:48:38] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [CS]-MrTJPCore-2.1.1.27.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:48:38] [main/ERROR] [FML]: Coremod mrtjp.core.handler.CorePlugin: Unable to class load the plugin java.lang.ClassNotFoundException: mrtjp.core.handler.CorePlugin
[19:48:38] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in [CS]-NotEnoughIDs-1.5.4.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[19:48:38] [main/WARN] [FML]: The coremod ru.fewizz.neid.asm.Plugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[19:48:38] [main/WARN] [FML]: The coremod Plugin (ru.fewizz.neid.asm.Plugin) is not signed!
If you did remove your coremods you posted the wrong log
-
To my knowledge purchasers of Minecraft: Bedrock Edition are not granted copies of Java Edition, however purchasers of Java Edition do get a code redeemable on the Microsoft Store for Bedrock Edition, so I'm sorry to say that you will have to pay for Java Edition separately, and you would have gotten both if matters were the other way around.
-
-
-
-
Quote
[19:58:25] [main/ERROR] [FML]: Coremod mrtjp.core.handler.CorePlugin: Unable to class load the plugin java.lang.ClassNotFoundException: mrtjp.core.handler.CorePlugin
@MDW01 Didn't we see this same error in another thread?
Server Mods & Plugins
in Support & Bug Reports
·
Edited by DaemonUmbra
MrCrayfish's furniture mod is broken, trying to access client-only code on a server... in what appears to be a side-check?
Edit: This was fixed already! In this commit. Where are you getting the mod?