Command i use to start the server: sudo java -Xmx6G -jar server.jar nogui
OS: Debian 12 (Linux)
RAM: 8G
Has anyone had this problem before? I looked it up and saw a few comments on how it could possibly be because i installed the x86 bit version of Java but i don't think that's the case, as it says it is 64-bit when I enter java --version into terminal (command prompt)
Either way, heres the output for the java --version command
java 21.0.5 2024-10-15 LTS
Java(TM) SE Runtime Environment (build 21.0.5+9-LTS-239)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.5+9-LTS-239, mixed mode, sharing)
I'm running 1.21.4, Spigot (buildtools) and have a few plugins installed
- PluginMetrics (automatically installed with buildtools)
- floodgate
- bStats (automatically installed with buildtools)
- Geyser-Spigot
- Chunky (specifically for this problem)
- ProtocolLib
- Essentials
Please help me fix this problem it is extremely annoying to fly with elytra when it can't load any chunks
I wanted to put a /tp command into a command block, and allow other users who are not an operator to be able to use it, by stepping on a pressure plate and teleporting them to the place I directed the /tp command to send them.
and 3 Gigabytes allocated to the server. Here is the crash report:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 4/12/24 10:37 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at timeTraveler.core.UnchangingVars.<init>(UnchangingVars.java:40)
at timeTraveler.core.TimeTraveler.<clinit>(TimeTraveler.java:137)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 32 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 11 (amd64) version 10.0
Java Version: 1.8.0_401, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2685705072 bytes (2561 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
JVM Flags: 2 total; -Xmx3G -Xms3G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.138.1400 Minecraft Forge 10.13.3.1400 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.138.1400} [Forge Mod Loader] (forge-1.7.10-10.13.3.1400-1.7.10-universal.jar) Unloaded->Constructed
Forge{10.13.3.1400} [Minecraft Forge] (forge-1.7.10-10.13.3.1400-1.7.10-universal.jar) Unloaded->Constructed
charsmud_timetraveler{0.1} [Time Traveler] (charsmud_timetraveler-1.2.2.jar) Unloaded->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
and upon using the search box in JEI the game crashes me, but no other players on the server.
Heres a crash report of what happened:
---- Minecraft Crash Report ----
WARNING: coremods are present:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
Quark Plugin (Quark-r1.6-179.jar)
ThiccEntities Plugin (thiccentities-1.4.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 3/29/24 2:55 AM
Description: Rendering ingredient
java.lang.IllegalStateException: Not building!
at net.minecraft.client.renderer.BufferBuilder.func_178977_d(BufferBuilder.java:537)
at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:21)
at com.vicmatskiv.weaponlib.compatibility.CompatibleStaticModelSourceRenderer.func_188616_a(CompatibleStaticModelSourceRenderer.java:107)
at net.minecraftforge.client.ForgeHooksClient.renderLitItem(ForgeHooksClient.java:653)
at net.minecraft.client.renderer.RenderItem.func_191967_a(RenderItem.java:118)
at net.minecraft.client.renderer.RenderItem.func_191961_a(RenderItem.java:106)
at mezz.jei.render.ItemStackFastRenderer.uncheckedRenderItemAndEffectIntoGUI(ItemStackFastRenderer.java:63)
at mezz.jei.render.ItemStackFastRenderer.renderItemAndEffectIntoGUI(ItemStackFastRenderer.java:32)
at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:157)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99)
at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:161)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_590_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
I tried updating JEI to the newest version for 1.12.2 but that did not work
I tried adding more ram to my minecraft server
I tried to see if it happened to other players, it did
Can't seem to find any information on what might be causing the crashes. Any ideas? I really appreciate any help you can provide.
I figured out the problem. It was because 1.8 doesn't create a run.bat or user_jvm_args.txt. Instead you are supposed to run the forge universal.jar, although instead of being a .jar file it turned into a .zip linux. Instead I created the server on Windows 11 and it seemed to work just fine
I am following all the directions of a guide to start a modded Minecraft Java Server on Debian 12 (Linux)
I installed forge, and then installed the server in a specific folder I made just for the server.
Once finished, in the tutorial he says to use the command "ls" (I am making the server using terminal) I am missing a file to start my server, run.bat, and user_jvm_args.txt
I can't find any information on this problem, and I don't know what I'm doing wrong
I have started a new Minecraft Java server in Debian 12 (Linux) and downloaded the Pixelmon Mod to go with it. The server itself runs fine, but the Pixelmon mod has a lot of problems. One of the people I know joined the server and every time they try to attack and kill a pokemon, it gives us this error saying that the battle could not be completed and they earned no xp for battling that pokemon
[21:08:07] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
Index: 1
Listeners:
0: NORMAL
1: ASM: com.pixelmonmod.pixelmon.quests.listeners.EntityListeners@60fa3a61 onKnockout(Lcom/pixelmonmod/pixelmon/api/events/PixelmonKnockoutEvent;)V
2: net.minecraftforge.eventbus.EventBus$$Lambda$4123/0x00007f45e8a23318@739bc85a
java.lang.ClassCastException: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective.test(PokemonObjective.java:65)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.Objective.test(Objective.java:43)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.Objective.receive(Objective.java:61)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:94)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:110)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onKnockout(EntityListeners.java:99)
at com.pixelmonmod.pixelmon.quests.listeners.__EntityListeners_onKnockout_PixelmonKnockoutEvent.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.doBattleDamage(PixelmonWrapper.java:3201)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:890)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.useAttackEffects(Attack.java:813)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:472)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:1028)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:950)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:1854)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.BattleController.takeTurn(BattleController.java:1370)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.BattleController.update(BattleController.java:575)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:273)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:13)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.__BattleTickHandler_tickStart_LevelTickEvent.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:930)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:899)
at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251)
at java.base/java.lang.Thread.run(Thread.java:840)
[21:08:07] [Server thread/ERROR] [co.pi.pi.Pixelmon/]: Caught error in battle. Continuing...
java.lang.ClassCastException: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
at com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective.test(PokemonObjective.java:65) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.objectives.Objective.test(Objective.java:43) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.objectives.Objective.receive(Objective.java:61) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:94) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:110) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onKnockout(EntityListeners.java:99) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.__EntityListeners_onKnockout_PixelmonKnockoutEvent.invoke(.dynamic) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.doBattleDamage(PixelmonWrapper.java:3201) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:890) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.useAttackEffects(Attack.java:813) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:472) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:1028) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:950) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:1854) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.BattleController.takeTurn(BattleController.java:1370) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.BattleController.update(BattleController.java:575) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:273) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:13) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.__BattleTickHandler_tickStart_LevelTickEvent.invoke(.dynamic) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:930) ~[forge-1.20.1-47.2.0-universal.jar%23108!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:899) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:840) ~[?:?] {}
[21:08:07] [Server thread/ERROR] [co.pi.pi.Pixelmon/]: ===Too many errors detected in battle, force-ending===
I have tried to look up a few different things on Google but couldn't find anything to solve my problem. Does anyone know a solve to this?
0
Command i use to start the server: sudo java -Xmx6G -jar server.jar nogui
OS: Debian 12 (Linux)
RAM: 8G
Has anyone had this problem before? I looked it up and saw a few comments on how it could possibly be because i installed the x86 bit version of Java but i don't think that's the case, as it says it is 64-bit when I enter java --version into terminal (command prompt)
Either way, heres the output for the java --version command
java 21.0.5 2024-10-15 LTS
Java(TM) SE Runtime Environment (build 21.0.5+9-LTS-239)
Java HotSpot(TM) 64-Bit Server VM (build 21.0.5+9-LTS-239, mixed mode, sharing)
I'm running 1.21.4, Spigot (buildtools) and have a few plugins installed
- PluginMetrics (automatically installed with buildtools)
- floodgate
- bStats (automatically installed with buildtools)
- Geyser-Spigot
- Chunky (specifically for this problem)
- ProtocolLib
- Essentials
Please help me fix this problem it is extremely annoying to fly with elytra when it can't load any chunks
0
I wanted to put a /tp command into a command block, and allow other users who are not an operator to be able to use it, by stepping on a pressure plate and teleporting them to the place I directed the /tp command to send them.
Is there a way to do this?
0
I have one mod installed into a 1.7.10 minecraft forge server. I have Forge 10.13.3.1400, 1 mod I am trying to load
https://www.curseforge.com/minecraft/mc-mods/timetraveler
and 3 Gigabytes allocated to the server. Here is the crash report:
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 4/12/24 10:37 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at timeTraveler.core.UnchangingVars.<init>(UnchangingVars.java:40)
at timeTraveler.core.TimeTraveler.<clinit>(TimeTraveler.java:137)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 32 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 34 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 11 (amd64) version 10.0
Java Version: 1.8.0_401, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2685705072 bytes (2561 MB) / 3087007744 bytes (2944 MB) up to 3087007744 bytes (2944 MB)
JVM Flags: 2 total; -Xmx3G -Xms3G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.138.1400 Minecraft Forge 10.13.3.1400 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.138.1400} [Forge Mod Loader] (forge-1.7.10-10.13.3.1400-1.7.10-universal.jar) Unloaded->Constructed
Forge{10.13.3.1400} [Minecraft Forge] (forge-1.7.10-10.13.3.1400-1.7.10-universal.jar) Unloaded->Constructed
charsmud_timetraveler{0.1} [Time Traveler] (charsmud_timetraveler-1.2.2.jar) Unloaded->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Any ideas?
0
I have frequently made a Minecraft Java server using this server pack:
https://www.curseforge.com/minecraft/modpacks/zombie-apocalypse-slow-zombies-by-forge-labs/files/3249178/additional-files
and upon using the search box in JEI the game crashes me, but no other players on the server.
Heres a crash report of what happened:
---- Minecraft Crash Report ----
WARNING: coremods are present:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
weaponlib (mw_2.0-0.4.6.2_mc1.12.2.jar)
Quark Plugin (Quark-r1.6-179.jar)
ThiccEntities Plugin (thiccentities-1.4.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge
// Daisy, daisy...
Time: 3/29/24 2:55 AM
Description: Rendering ingredient
java.lang.IllegalStateException: Not building!
at net.minecraft.client.renderer.BufferBuilder.func_178977_d(BufferBuilder.java:537)
at net.minecraft.client.renderer.Tessellator.func_78381_a(SourceFile:21)
at com.vicmatskiv.weaponlib.compatibility.CompatibleStaticModelSourceRenderer.func_188616_a(CompatibleStaticModelSourceRenderer.java:107)
at net.minecraftforge.client.ForgeHooksClient.renderLitItem(ForgeHooksClient.java:653)
at net.minecraft.client.renderer.RenderItem.func_191967_a(RenderItem.java:118)
at net.minecraft.client.renderer.RenderItem.func_191961_a(RenderItem.java:106)
at mezz.jei.render.ItemStackFastRenderer.uncheckedRenderItemAndEffectIntoGUI(ItemStackFastRenderer.java:63)
at mezz.jei.render.ItemStackFastRenderer.renderItemAndEffectIntoGUI(ItemStackFastRenderer.java:32)
at mezz.jei.render.IngredientListBatchRenderer.render(IngredientListBatchRenderer.java:157)
at mezz.jei.gui.overlay.IngredientGrid.draw(IngredientGrid.java:99)
at mezz.jei.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:97)
at mezz.jei.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:161)
at mezz.jei.gui.GuiEventHandler.onDrawBackgroundEventPost(GuiEventHandler.java:72)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_590_GuiEventHandler_onDrawBackgroundEventPost_BackgroundDrawnEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.func_146276_q_(GuiScreen.java:575)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:66)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1124)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
I tried updating JEI to the newest version for 1.12.2 but that did not work
I tried adding more ram to my minecraft server
I tried to see if it happened to other players, it did
Can't seem to find any information on what might be causing the crashes. Any ideas? I really appreciate any help you can provide.
0
I'm not understanding completely, but have you tried creating a normal world and then adding resource packs?
0
I figured out the problem. It was because 1.8 doesn't create a run.bat or user_jvm_args.txt. Instead you are supposed to run the forge universal.jar, although instead of being a .jar file it turned into a .zip linux. Instead I created the server on Windows 11 and it seemed to work just fine
0
I am following all the directions of a guide to start a modded Minecraft Java Server on Debian 12 (Linux)
I installed forge, and then installed the server in a specific folder I made just for the server.
Once finished, in the tutorial he says to use the command "ls" (I am making the server using terminal) I am missing a file to start my server, run.bat, and user_jvm_args.txt
I can't find any information on this problem, and I don't know what I'm doing wrong
Here is a little more information:
The tutorial on how to make the server
The part where I get stuck at in the video: 24:55
The commands I used to get forge:
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.8-11.14.4.1563/forge-1.8-11.14.4.1563-installer.jar
and
java -jar forge-1.8-11.14.4.1563-installer.jar --installServer
Please help me, if you need any more info just ask in the comments
0
Haha Kk
0
not enough ram probably
0
you need to install the plugins that are the same version as the server's version
0
It did not work, any other ideas?
0
Ok thanks, I'll try that
0
I have started a new Minecraft Java server in Debian 12 (Linux) and downloaded the Pixelmon Mod to go with it. The server itself runs fine, but the Pixelmon mod has a lot of problems. One of the people I know joined the server and every time they try to attack and kill a pokemon, it gives us this error saying that the battle could not be completed and they earned no xp for battling that pokemon
[21:08:07] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
Index: 1
Listeners:
0: NORMAL
1: ASM: com.pixelmonmod.pixelmon.quests.listeners.EntityListeners@60fa3a61 onKnockout(Lcom/pixelmonmod/pixelmon/api/events/PixelmonKnockoutEvent;)V
2: net.minecraftforge.eventbus.EventBus$$Lambda$4123/0x00007f45e8a23318@739bc85a
java.lang.ClassCastException: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective.test(PokemonObjective.java:65)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.Objective.test(Objective.java:43)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.objectives.Objective.receive(Objective.java:61)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:94)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:110)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onKnockout(EntityListeners.java:99)
at com.pixelmonmod.pixelmon.quests.listeners.__EntityListeners_onKnockout_PixelmonKnockoutEvent.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.doBattleDamage(PixelmonWrapper.java:3201)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:890)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.useAttackEffects(Attack.java:813)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:472)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:1028)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:950)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:1854)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.BattleController.takeTurn(BattleController.java:1370)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.controller.BattleController.update(BattleController.java:575)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:273)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:13)
at TRANSFORMER/[email protected]/com.pixelmonmod.pixelmon.battles.__BattleTickHandler_tickStart_LevelTickEvent.invoke(.dynamic)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:930)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:899)
at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661)
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251)
at java.base/java.lang.Thread.run(Thread.java:840)
[21:08:07] [Server thread/ERROR] [co.pi.pi.Pixelmon/]: Caught error in battle. Continuing...
java.lang.ClassCastException: class com.pixelmonmod.api.parsing.ParseAttempt cannot be cast to class com.pixelmonmod.api.Specification (com.pixelmonmod.api.parsing.ParseAttempt and com.pixelmonmod.api.Specification are in module [email protected] of loader 'TRANSFORMER' @44ed0a8f)
at com.pixelmonmod.pixelmon.quests.objectives.objectives.entity.PokemonObjective.test(PokemonObjective.java:65) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.objectives.Objective.test(Objective.java:43) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.objectives.Objective.receive(Objective.java:61) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receiveInternal(QuestData.java:94) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.storage.playerData.QuestData.receive(QuestData.java:110) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onKnockout(EntityListeners.java:99) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.__EntityListeners_onKnockout_PixelmonKnockoutEvent.invoke(.dynamic) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.doBattleDamage(PixelmonWrapper.java:3201) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.executeAttackEffects(Attack.java:890) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.useAttackEffects(Attack.java:813) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.attacks.Attack.use(Attack.java:472) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:1028) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.useAttack(PixelmonWrapper.java:950) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper.takeTurn(PixelmonWrapper.java:1854) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.BattleController.takeTurn(BattleController.java:1370) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.controller.BattleController.update(BattleController.java:575) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.BattleRegistry.updateBattles(BattleRegistry.java:273) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.BattleTickHandler.tickStart(BattleTickHandler.java:13) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading}
at com.pixelmonmod.pixelmon.battles.__BattleTickHandler_tickStart_LevelTickEvent.invoke(.dynamic) ~[Pixelmon-1.20.1-9.2.3-universal.jar%23101!/:9.2.3-pipe21439] {re:classloading,pl:eventbus:B}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:930) ~[forge-1.20.1-47.2.0-universal.jar%23108!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:899) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading,pl:accesstransformer:B}
at java.lang.Thread.run(Thread.java:840) ~[?:?] {}
[21:08:07] [Server thread/ERROR] [co.pi.pi.Pixelmon/]: ===Too many errors detected in battle, force-ending===
I have tried to look up a few different things on Google but couldn't find anything to solve my problem. Does anyone know a solve to this?
0
Did that work? I am having the same problem where it crashes the server. I will disable bosses if this worked for you