[๐]: Conflicted with NYF's Spiders Mod & Others
simoltedal opened this issue ยท 2 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.19.2-FORGE
Supplementaries Version
2.4.20
Moonlight Lib Version
2.3.6
Issue Detail
Hey, i set up a modpack recently, a custom one i made on my own. I use it on a server i host myself. In this modpack i have installed Nyf's Spiders mod. These mods seem to be conflicting and have caused a couple crashes for me server wise. The minecraft client didn't crash, the server did. Here is the server log when starting the server. It seems they are in conflict with one another.
19.04 21:04:34 [Server] Server thread/ERROR [!!!!] Some mods (see below stack trace) have errors which will prevent Supplementaries from working correctly.Continuing anyways but you might experience random crashes. You have been warned
19.04 21:04:34 [Server] INFO java.lang.NullPointerException: Cannot invoke "org.apache.commons.lang3.tuple.Pair.getKey()" because "this.groundDirecton" is null
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.world.entity.monster.Spider.getGroundSide(Spider.java:903)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.AdvancedWalkNodeProcessor.findSuitableStartingPosition(AdvancedWalkNodeProcessor.java:221)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.AdvancedWalkNodeProcessor.m_7171_(AdvancedWalkNodeProcessor.java:179)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.CustomPathFinder.m_77427_(CustomPathFinder.java:68)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.world.entity.ai.navigation.PathNavigation.m_148222_(PathNavigation.java:144)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.world.entity.ai.navigation.PathNavigation.m_26551_(PathNavigation.java:126)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.AdvancedGroundPathNavigator.m_26551_(AdvancedGroundPathNavigator.java:78)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.AdvancedClimberPathNavigator.m_7864_(AdvancedClimberPathNavigator.java:55)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/tcb.spiderstpo.common.entity.movement.BetterSpiderPathNavigator.m_7864_(BetterSpiderPathNavigator.java:22)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.forge.VibeCheck.checkVibe(VibeCheck.java:28)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge.onLevelTick(ServerEventsForge.java:209)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge_onLevelTick_LevelTickEvent.invoke(.dynamic)
19.04 21:04:34 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73)
19.04 21:04:34 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)
19.04 21:04:34 [Server] INFO at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraftforge.event.ForgeEventFactory.onPreLevelTick(ForgeEventFactory.java:824)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5703(MinecraftServer.java:863)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.dedicated.DedicatedServer.m_5703(DedicatedServer.java:292)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654)
19.04 21:04:34 [Server] INFO at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244)
19.04 21:04:34 [Server] INFO at java.base/java.lang.Thread.run(Thread.java:833)
Just wanted to let you know about it :)
Please include the file, latest.log (just drag it in here). a portion of the log is useless.
I run Nyf Spiders and Supplementaries, let me go pull the version -
ah, nyfsspiders-fabric-1.20.1-2.1.1 and supplementaries-1.20-2.8.10 or 2.8.15 all work, try updating to those and if you still crash, look elsewhere.
*edit, my bad, didn't see you're on forge, I run fabric. Most likely has to do with that.