Describe the bug
What is going wrong? Does the plugin crash? What have you tried to try and fix the problem, if anything.
Plugin disabling
To Reproduce
How would I make this bug happen in order to fix it?
Make a portal horizontally
Server Logs
Please enable debug logging by setting logLevel in the config file to FINER, then running /bp reload. Try to reproduce your issue, then send your full server log here.
[06:02:03 WARN]: FieldAccessException: Field index 0 is out of bounds for length 0
[06:02:03 WARN]: at ProtocolLib-5.0.0-SNAPSHOT.jar//com.comphenix.protocol.reflect.FieldAccessException.fromFormat(FieldAccessException.java:49)
[06:02:03 WARN]: at ProtocolLib-5.0.0-SNAPSHOT.jar//com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:289)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityPacketManipulator.sendAddPlayerProfile(EntityPacketManipulator.java:391)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityTracker.addTracking(EntityTracker.java:154)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityTrackingManager.setTracking(EntityTrackingManager.java:43)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.entity.PlayerEntityView.updateReplicatedEntities(PlayerEntityView.java:94)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.entity.PlayerEntityView.update(PlayerEntityView.java:43)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.PlayerPortalView.update(PlayerPortalView.java:68)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.PlayerData.updatePortalViews(PlayerData.java:79)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.PlayerData.onUpdate(PlayerData.java:111)
[06:02:03 WARN]: at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065)
[06:02:03 WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092)
[06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.tasks.MainUpdate.run(MainUpdate.java:47)
[06:02:03 WARN]: at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
[06:02:03 WARN]: at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[06:02:03 WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1473)
[06:02:03 WARN]: at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:440)
[06:02:03 WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1397)
[06:02:03 WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1173)
[06:02:03 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[06:02:03 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
[06:02:03 INFO]: [BetterPortals] Attempting to shut down the plugin . . .
[06:02:03 INFO]: [BetterPortals] Disabling BetterPortals v0.12.1
If you can't do this for security reasons, an excerpt of log will probably suffice.
Additional context
Plugin Version: latest
Game Version: 1.19.3
Describe the bug What is going wrong? Does the plugin crash? What have you tried to try and fix the problem, if anything. Plugin disabling
To Reproduce How would I make this bug happen in order to fix it? Make a portal horizontally
Server Logs Please enable debug logging by setting
logLevel
in the config file toFINER
, then running/bp reload
. Try to reproduce your issue, then send your full server log here. [06:02:03 WARN]: FieldAccessException: Field index 0 is out of bounds for length 0 [06:02:03 WARN]: at ProtocolLib-5.0.0-SNAPSHOT.jar//com.comphenix.protocol.reflect.FieldAccessException.fromFormat(FieldAccessException.java:49) [06:02:03 WARN]: at ProtocolLib-5.0.0-SNAPSHOT.jar//com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:289) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityPacketManipulator.sendAddPlayerProfile(EntityPacketManipulator.java:391) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityTracker.addTracking(EntityTracker.java:154) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.entity.faking.EntityTrackingManager.setTracking(EntityTrackingManager.java:43) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.entity.PlayerEntityView.updateReplicatedEntities(PlayerEntityView.java:94) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.entity.PlayerEntityView.update(PlayerEntityView.java:43) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.view.PlayerPortalView.update(PlayerPortalView.java:68) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.PlayerData.updatePortalViews(PlayerData.java:79) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.player.PlayerData.onUpdate(PlayerData.java:111) [06:02:03 WARN]: at java.base/java.util.HashMap$Values.forEach(HashMap.java:1065) [06:02:03 WARN]: at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1092) [06:02:03 WARN]: at BetterPortals-0.12.1.jar//com.lauriethefish.betterportals.bukkit.tasks.MainUpdate.run(MainUpdate.java:47) [06:02:03 WARN]: at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101) [06:02:03 WARN]: at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) [06:02:03 WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1473) [06:02:03 WARN]: at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:440) [06:02:03 WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1397) [06:02:03 WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1173) [06:02:03 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) [06:02:03 WARN]: at java.base/java.lang.Thread.run(Thread.java:833) [06:02:03 INFO]: [BetterPortals] Attempting to shut down the plugin . . . [06:02:03 INFO]: [BetterPortals] Disabling BetterPortals v0.12.1If you can't do this for security reasons, an excerpt of log will probably suffice.
Additional context Plugin Version: latest Game Version: 1.19.3