Server crash on Ticking entity in non-vanilla dimension / Vault Hunter mod compatibility issue
drag0no opened this issue ยท 1 comments
We decided to give a shot for "Open Parties and Claims" on our server.
Our server runs on the latest Vault Hunters modpack version.
- Forge
- Minecraft version: 1.18.2
- Vault Hunters version: 3.16.0.1
- Open Parties and Claims version: b0.23.4 (latest version marked as
Released
)
Basically, when players enter freshly generated the_vault
dimension server crashes instantly or after some time with the following exception:
java.lang.NullPointerException: Cannot invoke "xaero.pac.common.server.IServerData.getChunkProtection()" because "serverData" is null
at xaero.pac.common.event.CommonEvents.onLivingHurt(CommonEvents.java:327) ~[open-parties-and-claims-forge-1.18.2-0.23.4.jar%23139!/:0.23.4] {re:classloading}
at xaero.pac.common.server.core.ServerCore.replaceEntityIsInvulnerable(ServerCore.java:535) ~[open-parties-and-claims-forge-1.18.2-0.23.4.jar%23139!/:0.23.4] {re:classloading}
at net.minecraft.world.entity.Entity.m_6673_(Entity.java:2237) ~[server-1.18.2-20220404.173914-srg.jar%23211!/:?] {re:computing_frames,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_entity_handlenetherportal,xf:fml:openpartiesandclaims:xaero_pac_entity_isinvulnerable,xf:fml:openpartiesandclaims:xaero_pac_entity,re:mixin,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_entity_handlenetherportal,xf:fml:openpartiesandclaims:xaero_pac_entity_isinvulnerable,xf:fml:openpartiesandclaims:xaero_pac_entity,re:classloading,pl:accesstransformer:B,xf:fml:openpartiesandclaims:xaero_pac_entity_handlenetherportal,xf:fml:openpartiesandclaims:xaero_pac_entity_isinvulnerable,xf:fml:openpartiesandclaims:xaero_pac_entity,pl:mixin:APP:create.mixins.json:EntityMixin,pl:mixin:APP:bookshelf.common.mixins.json:entity.AccessorEntity,pl:mixin:APP:mixins.shetiphiancore.json:SPC_ThinBlockHandler$_Entity,pl:mixin:APP:supplementaries.mixins.json:EntityMixin,pl:mixin:APP:botania_xplat.mixins.json:AccessorEntity,pl:mixin:APP:botania_xplat.mixins.json:MixinEntity,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/the_vault/the_vault.mixins.json:MixinEntity,pl:mixin:APP:create.mixins.json:ContraptionDriverInteractMixin,pl:mixin:A}
I've tried setting the following parameter to resolve the issue, but it didn't help:
claimableDimensionsListType = "ONLY"
claimableDimensionsList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"]
Removing your mod resolves the issue.
Please check attached crash reports and our server config (changed to txt
as toml
is not allowed to upload) for your mod.
crash-2025-01-08_03.42.08-server.txt
crash-2025-01-08_04.41.40-server.txt
crash-2025-01-08_05.21.24-server.txt
openpartiesandclaims-server.txt