The Aether

The Aether

53M Downloads

Bug: error when interacting with entity in overworld

kntg opened this issue ยท 0 comments

commented

What Feature Types Apply to This Bug?

Entity, System

Other Type

No response

What Type of Bug Is This?

Unexpected Behavior

Mod Loader

fabric

Mod Loader Version

0.16.14

The Aether Version

The Aether - 1.20.1-1.5.2-beta.8-Fabric

Is This Bug a Conflict With Another Mod?

Eazynpc

Client Log

https://gist.github.com/kntg/6435d9ad33a9fbdfcdd1df23d11bf70b

Crash Report (if applicable)

Steps to Reproduce

when interact (right click) with entity (Eazynpc) at location near default Minecraft border / around coordinate 29999 93 ~ 2999988, it will not do anything

What You Expect To Happen

it was doing fine around 0 ~ 0 coordinate or when I disable aether mod, you can interacting normally

What Actually Happened

when interact (right click) with entity (Eazynpc) at location near default Minecraft border / around coordinate 29999 93 ~ 2999988, it will not do anything

Additional Details

Log when i right click the entity :

[22:01:40] [Server thread/ERROR]: Failed to handle packet net.minecraft.class_2824@3a67b279, suppressing error
java.lang.IllegalArgumentException: Start element (9223367638808264704) is larger than end element (-9223372036854775808)
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet$Subset.(LongAVLTreeSet.java:1080) ~[fastutil-8.5.9.jar:?]
at it.unimi.dsi.fastutil.longs.LongAVLTreeSet.subSet(LongAVLTreeSet.java:1047) ~[fastutil-8.5.9.jar:?]
at net.minecraft.class_5573.method_31777(class_5573.java:57) ~[client-intermediary.jar:?]
at net.minecraft.class_5573.method_31783(class_5573.java:122) ~[client-intermediary.jar:?]
at net.minecraft.class_5578.method_31807(class_5578.java:43) ~[client-intermediary.jar:?]
at net.minecraft.class_1937.method_8333(class_1937.java:658) ~[client-intermediary.jar:?]
at net.minecraft.class_1675.method_18075(class_1675.java:65) ~[client-intermediary.jar:?]
at com.aetherteam.aether.event.listeners.EntityListener.onInteractWithEntity(EntityListener.java:72) ~[aether-1.20.1-1.5.2-beta.8-fabric.jar:?]
at com.aetherteam.aether.event.listeners.EntityListener.lambda$init$1(EntityListener.java:151) ~[aether-1.20.1-1.5.2-beta.8-fabric.jar:?]
at net.fabricmc.fabric.api.event.player.UseEntityCallback.lambda$static$0(UseEntityCallback.java:57) ~[fabric-events-interaction-v0-0.6+13a40c6677-2e424fc5403b9360.jar:?]
at net.minecraft.class_3244$1.handler$eij000$fabric-events-interaction-v0$onPlayerInteractEntity(class_3244.java:1727) ~[client-intermediary.jar:?]
at net.minecraft.class_3244$1.method_34219(class_3244.java) ~[client-intermediary.jar:?]
at net.minecraft.class_2824$class_5909.method_34213(class_2824.java:116) ~[client-intermediary.jar:?]
at net.minecraft.class_2824.method_34209(class_2824.java:66) ~[client-intermediary.jar:?]
at net.minecraft.class_3244.method_12062(class_3244.java:1571) ~[client-intermediary.jar:?]
at net.minecraft.class_2824.method_12251(class_2824.java:53) ~[client-intermediary.jar:?]
at net.minecraft.class_2824.method_11054(class_2824.java:13) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
at net.minecraft.class_3738.run(class_3738.java:18) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:782) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:164) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:15818) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:758) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18857(class_1255.java:139) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:743) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:675) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) ~[client-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this bug is unique and has not been reported already.
  • If playing on a modpack, I have reported this bug to their issue tracker already.
  • I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.