Dimensional Doors Legacy

Dimensional Doors Legacy

7.4k Downloads

"Something went wrong while trying to teleport you"

jolbrown12 opened this issue ยท 0 comments

commented

https://pastebin.com/7Z0yXHFj

[15:16:38] [Server thread/INFO] [dimdoors]: Setting last used overworld rift for 415e087b-7b95-4dc9-b855-e5390d02483a at null
[15:16:56] [Server thread/INFO] [dimdoors]: Setting last used private pocket exit for 415e087b-7b95-4dc9-b855-e5390d02483a at Location(dim=686, pos=BlockPos{x=19, y=5, z=14})
[15:16:56] [Server thread/ERROR] [dimdoors]: Teleporting failed with the following exception:
java.lang.IllegalArgumentException: There is no rift registered at Location(dim=686, pos=BlockPos{x=19, y=5, z=14})
at org.dimdev.dimdoors.shared.rifts.registry.RiftRegistry.getRift(RiftRegistry.java:246) ~[RiftRegistry.class:?]
at org.dimdev.dimdoors.shared.rifts.registry.RiftRegistry.setPlayerRiftPointer(RiftRegistry.java:419) ~[RiftRegistry.class:?]
at org.dimdev.dimdoors.shared.rifts.registry.RiftRegistry.setLastPrivatePocketExit(RiftRegistry.java:436) ~[RiftRegistry.class:?]
at org.dimdev.dimdoors.shared.rifts.targets.PrivatePocketTarget.receiveEntity(PrivatePocketTarget.java:51) ~[PrivatePocketTarget.class:?]
at org.dimdev.dimdoors.shared.tileentities.TileEntityRift.teleport(TileEntityRift.java:190) [TileEntityRift.class:?]
at org.dimdev.dimdoors.shared.tileentities.TileEntityEntranceRift.teleport(TileEntityEntranceRift.java:70) [TileEntityEntranceRift.class:?]
at org.dimdev.dimdoors.shared.blocks.BlockDimensionalDoor.onEntityCollision(BlockDimensionalDoor.java:48) [BlockDimensionalDoor.class:?]
at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1044) [vg.class:?]
at net.minecraft.entity.Entity.move(Entity.java:964) [vg.class:?]
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.move(GCEntityPlayerMP.java:50) [GCEntityPlayerMP.class:?]
at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:545) [pa.class:?]
at net.minecraft.network.play.client.CPacketPlayer.processPacket(SourceFile:126) [lk.class:?]
at net.minecraft.network.play.client.CPacketPlayer$PositionRotation.processPacket(SourceFile:18) [lk$b.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
at net.minecraft.util.Util.runTask(SourceFile:529) [h.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]