Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: EntityMyrmexBase crashing my server #5440

Closed
2 tasks done
L1neHypeR opened this issue Jan 24, 2025 · 0 comments
Closed
2 tasks done

[Bug]: EntityMyrmexBase crashing my server #5440

L1neHypeR opened this issue Jan 24, 2025 · 0 comments

Comments

@L1neHypeR
Copy link

What happened?

Hello

The mod crashes the server with this error. I understand it crashes because Myrmex "inventorySlot" is null

2025-01-24-5.log

Minecraft Version

1.20.1

Ice and Fire version

2.1.13-1.20.1

Citadel version

2.6.0-1.20.1

Relevant log output

[24янв.2025 00:01:34.318] [Server thread/WARN] [net.minecraft.world.entity.ai.gossip.GossipContainer/]: Failed to deserialize gossips: Not a list: END
[24янв.2025 00:02:01.184] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.ReportedException: Ticking entity
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:897) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at java.lang.Thread.run(Thread.java:842) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.EquipmentSlot.m_20749_()" because "inventorySlot" is null
	at com.github.alexthe666.iceandfire.entity.EntityMyrmexBase.m_255207_(EntityMyrmexBase.java:806) ~[LS%20ice%20and%20fire.jar%23449!/:2.1.13-1.20.1]
	at net.minecraft.world.entity.Mob.m_7581_(Mob.java:557) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.entity.Mob.m_8107_(Mob.java:543) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.entity.AgeableMob.m_8107_(AgeableMob.java:128) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.entity.animal.Animal.m_8107_(Animal.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at com.github.alexthe666.iceandfire.entity.EntityMyrmexWorker.m_8107_(EntityMyrmexWorker.java:99) ~[LS%20ice%20and%20fire.jar%23449!/:2.1.13-1.20.1]
	at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2298) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at com.github.alexthe666.iceandfire.entity.EntityMyrmexBase.m_8119_(EntityMyrmexBase.java:226) ~[LS%20ice%20and%20fire.jar%23449!/:2.1.13-1.20.1]
	at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23551!/:?]
	... 5 more
[24янв.2025 00:02:01.251] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 03a6fd7d-dc10-488e-9236-480865bf5f73
[24янв.2025 00:02:01.254] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: This crash report has been saved to: C:\Users\Elden\Desktop\2\.\crash-reports\crash-2025-01-24_00.02.01-server.txt
[24янв.2025 00:02:01.255] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[24янв.2025 00:02:01.256] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[24янв.2025 00:02:01.265] [Server thread/INFO] [net.spell_engine.command.PlayerSpellComponent/]: Заклинания игрока сохранены в NBT: []
[24янв.2025 00:02:01.316] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[24янв.2025 00:02:01.594] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecraft:overworld
[24янв.2025 00:02:02.841] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecells:insufferable_crypt
[24янв.2025 00:02:02.843] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecells:prison
[24янв.2025 00:02:02.845] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecraft:the_end
[24янв.2025 00:02:02.847] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/twilightforest:twilight_forest
[24янв.2025 00:02:02.871] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecells:black_bridge
[24янв.2025 00:02:02.874] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecells:promenade
[24янв.2025 00:02:02.876] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecells:ramparts
[24янв.2025 00:02:02.878] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[Lost]'/minecraft:the_nether
[24янв.2025 00:02:03.321] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[24янв.2025 00:02:03.321] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (insufferable_crypt): All chunks are saved
[24янв.2025 00:02:03.321] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (prison): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (twilight_forest): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (black_bridge): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (promenade): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (ramparts): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[24янв.2025 00:02:03.322] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[24янв.2025 00:02:03.517] [Server thread/INFO] [Calio/]: Removing Dynamic Registries for: net.minecraft.server.dedicated.DedicatedServer@65931a95
[24янв.2025 00:02:03.518] [Server thread/INFO] [Framework/]: Unloading server configs...
[24янв.2025 00:02:03.520] [Server thread/INFO] [Framework/]: Sending config unload event for backpacked-common.toml
[24янв.2025 00:02:03.520] [Server thread/INFO] [Framework/]: Sending config unload event for backpacked-server.toml
[24янв.2025 00:03:01.594] [Server Watchdog/ERROR] [net.minecraft.server.dedicated.ServerWatchdog/FATAL]: A single server tick took 60.00 seconds (should be max 0.05)
[24янв.2025 00:03:01.594] [Server Watchdog/ERROR] [net.minecraft.server.dedicated.ServerWatchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.
[24янв.2025 00:03:02.850] [Server Watchdog/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 6e1d25e6-3feb-4939-9422-0fb6b796756f
[24янв.2025 00:03:02.886] [Server Watchdog/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID c60f4ab4-9499-4345-a379-1f81a286d380
[24янв.2025 00:03:02.887] [Server Watchdog/ERROR] [net.minecraft.server.dedicated.ServerWatchdog/]: This crash report has been saved to: C:\Users\Elden\Desktop\2\.\crash-reports\crash-2025-01-24_00.03.02-server.txt

Other Information

  • I am using other mods besides Ice and Fire
  • I have attached a log file from the session that I have experienced this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant