DimDoors icon indicating copy to clipboard operation
DimDoors copied to clipboard

[Bug]: Cannot teleport using dimensional quarts door

Open YuyukoFumo opened this issue 1 year ago • 7 comments

What happened?

so i'm playing a modpack and I forcefully instaled some mods, when I used the mod in a test place, it was perfectely fine, but when i created the real world and grinded for it, i couldn't teleport to the dimension, I don´t know what happened 😭

Mod Version

5.4.3

What versions of Minecraft does this issue happen on?

mb i forgot the version is 1.20.1

Log

java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:74) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.handler$fce000$checkBlockCollision(ServerGamePacketListenerImpl.java:6825) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:949) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$PosRot.m_5797_(ServerboundMovePlayerPacket.java:16) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:732) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:57:58] [Render thread/INFO]: [System] [CHAT] Something went wrong while trying to teleport you, please report this bug.
[23:58:12] [Server thread/ERROR]: Teleporting failed with the following exception: 
java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:74) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.handler$fce000$checkBlockCollision(ServerGamePacketListenerImpl.java:6825) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:949) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$PosRot.m_5797_(ServerboundMovePlayerPacket.java:16) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:732) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:58:12] [Render thread/INFO]: [System] [CHAT] Something went wrong while trying to teleport you, please report this bug.
[23:58:19] [Server thread/INFO]: [TheStonedMickey: Set own game mode to Creative Mode]
[23:58:19] [Render thread/INFO]: [System] [CHAT] Set own game mode to Creative Mode
[23:58:24] [Server thread/ERROR]: Teleporting failed with the following exception: 
java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.m_7892_(DimensionalDoorBlock.java:69) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60682_(BlockBehaviour.java:766) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.Entity.m_20101_(Entity.java:998) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrowableProjectile.m_8119_(ThrowableProjectile.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrownEnderpearl.m_8119_(ThrownEnderpearl.java:85) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:58:26] [Server thread/ERROR]: Teleporting failed with the following exception: 
java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.m_7892_(DimensionalDoorBlock.java:69) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60682_(BlockBehaviour.java:766) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.Entity.m_20101_(Entity.java:998) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrowableProjectile.m_8119_(ThrowableProjectile.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrownEnderpearl.m_8119_(ThrownEnderpearl.java:85) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:58:28] [Server thread/ERROR]: Teleporting failed with the following exception: 
java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.m_7892_(DimensionalDoorBlock.java:69) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60682_(BlockBehaviour.java:766) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.Entity.m_20101_(Entity.java:998) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrowableProjectile.m_8119_(ThrowableProjectile.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.entity.projectile.ThrownEnderpearl.m_8119_(ThrownEnderpearl.java:85) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:693) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:58:32] [Server thread/INFO]: [TheStonedMickey: Set own game mode to Survival Mode]
[23:58:32] [Render thread/INFO]: [System] [CHAT] Set own game mode to Survival Mode
[23:58:39] [Server thread/ERROR]: Teleporting failed with the following exception: 
java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:74) ~[dimdoors-5.4.3-1.20.1-forge.jar%23498!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.handler$fce000$checkBlockCollision(ServerGamePacketListenerImpl.java:6825) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:949) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$PosRot.m_5797_(ServerboundMovePlayerPacket.java:16) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:732) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23690!/:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]
[23:58:39] [Render thread/INFO]: [System] [CHAT] Something went wrong while trying to teleport you, please report this bug.

YuyukoFumo avatar Feb 15 '25 03:02 YuyukoFumo

Also worth mention:

it seems that the other doors are working perfectly normal, only the quartz it's not working :sob:

YuyukoFumo avatar Feb 15 '25 03:02 YuyukoFumo

idk if its worth mention but here's the mods i'm using

Mod List:

| Easy Anvils |The Orcs Player Animator Valhelsia Furniture Stalwart Dungeons |Hourglass |ModernFix YUNG's API |Bagus Lib |Kambrik Guard Villagers Apotheosis clickadv mod Pick Up Notifier |Balm |Snow! Real Magic! easyanvils theorcs playeranimator |valhelsia_furniture Istalwart_dungeons hourglass |modernfix lyungsapi |bagus_lib |kambrik Iguardvillagers | apotheosis clickadv pickupnotifier |balm | snowrealmagic What Are You Voting For? 2023 | whatareyouvotingfor Exposure YUNG's Better Nether Fortresse| betterfortresses |Paraglider Cloth Config v10 API Sound Physics Remastered exposure |paraglider |cloth_config sound_physics_remastered |ChoiceTheorem's Overhauled Vil❘ctov Leaves Be Gone | Embeddium Structure Gel API Advancement Plaques Repurposed Structures | Explorify |Fishing Overhaul YUNG's Bridges Resourcefulconfig |Tidal Towns |Mystical Oak Tree |Mystical Adaptations Curios API | leavesbegone | embeddium |structure_gel advancementplaques Irepurposed_structures |explorify |fishingoverhaul lyungsbridges Iresourcefulconfig mr_tidal_towns mysticaloaktree mysticaladaptations |Oculus | Lucent |Searchables Apothic Attributes | curios Joculus | lucent |searchables attributeslib 1|Villagers Sell Animals (by NoC|villagersellanimals |ButchersDelightfoods Illager Revolution | Apothic Curios |Dynamic FPS |butchersdelightfoods |illagerrevolutionmod |apothiccurios dynamic_fps |Followers Teleport Too |followersteleporttoo celestisynth |cleanview |Celestisynth |Goblin's Tyranny |CleanView |Cataclysm Apotheosis YUNG's Better Mineshafts Igoblins_tyranny |cataclysm_ut |bettermineshafts

Essential YUNG's Better Jungle Temples betterjungletemples |Kiwi Library |Mowzie's Mobs | Fastload-Reforged Ancient Reforging | RPG-HUD Just Enough Items |Lithostitched Visual Workbench The Graveyard |AttributeFix |Pehkui |Goblin Traders | Epic Samurai Gnumus Settlement essential Ikiwi mowziesmobs |fastload I jei ancientreforging rpghud |lithostitched |visualworkbench Igraveyard |attributefix Ipehkui goblintraders |1 epicsamurai Ignumus 1 | caelus kobolds |Caelus API Kobolds r|Realm RPG: Fallen Adventurers realmrpg_skeletons |Wardrobe Falling Leaves Apotheotic Additions |YDM's Mob Health Bar |wardrobe fallingleaves apotheotic_additions mobhealthbar Integrated API Nature's Compass Compact Machines integrated_api naturescompass |Iron Chests When Dungeons Arise Tectonic |Minecraft | Apotheosis Reforge Token |TerraBlender |Vampiric Ageing |Starlight | Creature Compendium |CraftTweaker |Puzzles Access Api compactmachines |vampiricageing creature_compendium starlight |crafttweaker |puzzlesaccessapi When Dungeons Arise: Seven Seal dungeons_arise_seven_seas ironchest ❘tectonic minecraft terrablender |dungeons_arise | apotheosis_reforge_token Biomes O' Plenty | biomesoplenty Mouse Tweaks Imousetweaks | Better Combat bettercombat |Wildfire's Female Gender Mod wildfire_gender |CampfireSleeper |campfiresleeper |Shoulder Surfing Reloaded shouldersurfing |Item Production Lib itemproductionlib |Clean Swing Through Grass |cleanswing | spectrelib |SpectreLib AstikorCarts Redux Bewitched Brewery betterfpsdist mod Kotlin For Forge |astikorcarts bewitched_brewery |betterfpsdist |kotlinforforge

NotEnoughAnimations notenoughanimations Pam's HarvestCraft 2 - Food Colpamhc2foodcore Gravestone Mod ServerConfig Updater |Polymorph EntityCulling Igravestone serverconfigupdater | polymorph entityculling |Canary Damage Indicator WITS Library Of Exile |ImmediatelyFast | Extra Sounds |Vampirism Vampirism Integrations Vampires Need Umbrellas Lootr Visuality: Reforged biomemusic mod |canary |damageindicator Twits |library_of_exile |immediatelyfast |extrasounds vampirism |vampirism_integrations Ivampiresneedumbrellas |Puzzles Lib Healingbed Immersive Melodies |TexTrue's Embeddium Options |CosmeticArmor Reworked | Aquamirae Responsive Shields Realm RPG: Pots & Mimics |Cristel Lib Apothic Equipment |Stellarity |YDM's Weapon Master Sky Villages |KumaAPI |Blue Skies |lootr Ivisuality |biomemusic puzzleslib healingbed |immersive_melodies |textrues_embeddium_options cosmeticarmorreworked |responsiveshields aquamirae |pots_and_mimics cristellib apothic_equipment mr_stellarity weaponmaster_ydm skyvillages |kuma_api blue_skies Tax' Village Architect GeckoLib 4 taxva geckolib Star Worm Equestrian Mod swem |Beautify beautify The Merchants Guild ❘tmg |Naturalist Inaturalist |InControl |incontrol YUNG's Better Ocean Monuments betteroceanmonuments |Connectivity Mod Sophisticated Core Gpu memory leak fix |Villager Names |connectivity sophisticatedcore gpumemleakfix |villagernames Golems Are Friends Not Fodder golemsarefriends |Controlling Prism |Placebo |Citadel |Rats |controlling |prism |placebo citadel rats

part 2 coming

YuyukoFumo avatar Feb 15 '25 03:02 YuyukoFumo

Mod list part2:

|Forge |Zeta Aquaculture 2 |MixinExtras |Cataclysm Artifacts |Bookshelf |Item Zoom Sophisticated Backpacks | Royal Variations |FPS Reducer Melody |Alphaskins |BeansBackpacks The Twilight Forest |Konkrete Farmer's Delight Entity Model Features Notable Bubble Text Entity Texture Features |BagusMob | AmbientSounds Trajectory Preview beggars Iron Ender Chests | End Remastered Valhelsia Structures |EEEAB's Mobs Tax' Warden Legend LionfishAPI memorysettings mod |Cataclysm Mod |Patchouli SimplyWalk |Collective |CerbonsApi Realm RPG: Sea Dwellers Sitting+ Mystical Customization Resourceful Lib |Architectury DimensionalDoors | Cupboard utilities |Framework |Small Ships |HopoBetterMineshaft Towns and Towers Let Me Despawn Chat Impressive Animation Better Advancements Cucumber Library Amendments

|Minecraft Comes Alive XL Packets |Realm RPG: Imps & Demons |Pretty Rain Timeless & Classics Guns: Zero Ping Wheel |Map Atlases Obscure API Structory: Towers Waystones |Merchant Markers | CompactExpansion Structory |Clumps |Breezy | Artifacts |Customizable Player Models Item Borders |Dungeon Crawl BadMobs |Make Bubbles Pop Better Totem of Undying YUNG's Better Desert Temples HopoBetter UnderwaterRuins |WaveyCapes |AzureLib Traveler's Titles |Chococraft 4 |Mystical Agriculture |Mystical Agradditions Mystical Agriculture Tiered Cr Illager Additions EnchantmentDescriptions |Radiant Gear |Moonlight Library | Enderman Overhaul Regions Unexplored MixinSquared Miniboss Boss Bars | Jade |HopoBetterRuinedPortals CreativeCore Days in the Middle Ages Weapon Master |Cave Dust Mystical Expansion | Iceberg | Quark |Supplementaries |mutil | Legendary Tooltips

Iron's Spells 'n Spellbooks Archeology | Better |FancyMenu |CoroUtil Moog's Voyager Structures |Ferrite Core Async Locator Just Zoom Player Companions | ExpandAbility Valhelsia Core Healing Campfire Presence Footsteps (Forge) |Hide UI Mod

YuyukoFumo avatar Feb 15 '25 03:02 YuyukoFumo

quick update: now it's not working at all, which is strange because it was working perfectly fine

here's the video as a proof that it's not working on a fresh server

https://streamable.com/8b3ars

https://streamable.com/jtjmld

YuyukoFumo avatar Feb 15 '25 03:02 YuyukoFumo

It looks like your personal pocket's door isn't being found. Basically it is failing to find the door somehow. I will admit dimdoors systems can be delicate when you move doors or a destination is missing.

Waterpicker avatar Feb 15 '25 18:02 Waterpicker

is there any way to fix this I have this exact issue too? Error looks like this:

[22:43:27] [Render thread/INFO]: [System] [CHAT] Something went wrong while trying to teleport you, please report this bug. [22:43:37] [Server thread/WARN]: UUID of added entity already exists: FallingBlockEntity['Falling Sand'/7711, l='ServerLevel[New World]', x=-161.50, y=56.00, z=287.50] [22:44:14] [Server thread/ERROR]: Teleporting failed with the following exception: java.lang.NullPointerException: Cannot invoke "org.dimdev.dimdoors.api.rift.target.EntityTarget.receiveEntity(net.minecraft.world.entity.Entity, net.minecraft.world.phys.Vec3, net.minecraft.core.Rotations, net.minecraft.world.phys.Vec3, org.dimdev.dimdoors.api.util.Location)" because "blockEntity" is null at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.processEntity(PrivatePocketTarget.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.rift.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:63) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.block.entity.RiftBlockEntity.teleport(RiftBlockEntity.java:222) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.innerTeleport(EntranceRiftBlockEntity.java:89) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.block.entity.EntranceRiftBlockEntity.teleport(EntranceRiftBlockEntity.java:85) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onCollision(DimensionalDoorBlock.java:129) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at org.dimdev.dimdoors.block.door.DimensionalDoorBlock.onAfterMovePlayerCollision(DimensionalDoorBlock.java:74) ~[dimdoors-5.4.3-1.20.1-forge.jar%23372!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.handler$dnp000$checkBlockCollision(ServerGamePacketListenerImpl.java:5323) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.network.ServerGamePacketListenerImpl.m_7185_(ServerGamePacketListenerImpl.java:947) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.m_5797_(ServerboundMovePlayerPacket.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$Pos.m_5797_(ServerboundMovePlayerPacket.java:42) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:733) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?] at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23494!/:?]

etherealgears avatar Feb 25 '25 21:02 etherealgears

I'm having the same issue

11451579799 avatar Mar 14 '25 14:03 11451579799