Photon-GitHub / AntiCheatAddition

An anticheat with nieche checks to cover cheats usually not covered by anticheats.
GNU General Public License v3.0
152 stars 45 forks source link

* ESP Warns in console * #600

Closed Regomy closed 2 months ago

Regomy commented 2 months ago
[12:05:50 WARN]: [AntiCheatAddition] Task #59 for AntiCheatAddition v9.0.1 generated an exception
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.IllegalStateException: Failed to request texture properties with their UUID a98f0ec7eec2331c928bc2465af40853! Response code: 204
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2203) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache.get(LocalCache.java:3937) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3941) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4824) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at de.photon.anticheataddition.util.visibility.PlayerInformationHider.addWatchedPlayerToTablistPacket(PlayerInformationHider.java:113) ~[?:?]
        at de.photon.anticheataddition.util.visibility.legacy.LegacyPlayerHider.onHide(LegacyPlayerHider.java:18) ~[?:?]
        at de.photon.anticheataddition.util.visibility.PlayerInformationHider.setHiddenEntities(PlayerInformationHider.java:101) ~[?:?]
        at de.photon.anticheataddition.util.visibility.PlayerVisibilityImpl.setHidden(PlayerVisibilityImpl.java:20) ~[?:?]
        at de.photon.anticheataddition.modules.additions.esp.Esp.lambda$processWorldQuadTree$8(Esp.java:145) ~[?:?]
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:890) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:412) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:815) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:648) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at net.minecraft.server.v1_8_R3.MinecraftServer.lambda$spin$0(MinecraftServer.java:133) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: java.lang.IllegalStateException: Failed to request texture properties with their UUID a98f0ec7eec2331c928bc2465af40853! Response code: 204
        at com.github.retrooper.packetevents.util.MojangAPIUtil.requestPlayerTextureProperties(MojangAPIUtil.java:47) ~[?:?]
        at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:151) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3527) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2319) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2282) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
        at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2197) ~[patched_1.8.8.jar:git-PandaSpigot-"858ab0f"]
Photon-GitHub commented 2 months ago

ESP could not find the skin of one of your players on Mojang's servers. If you use offline mode, that is your problem.

Regomy commented 2 months ago

ESP could not find the skin of one of your players on Mojang's servers. If you use offline mode, that is your problem.

I'm using offline mode and yet, I'm playing from a license. Is there any way to disable this in the esp checker? You do realize that even if it's my problem, no one would tolerate it in the console. (I don't know how it sounded, but I didn't mean to express anything in a rude way, just using a translator, I'm writing this because I've already had a fight like this with 1 person)

Regomy commented 2 months ago

using offline mode and yet, I'm playing from a license. Is there any way to disable this in the esp checker? You do realize that even if it's my problem, no one would tolerate it in the console. (I don't know how it sounded, but I didn't mean to express anything in a rude way, just using a translator, I'm writing this because I've already had a fight like this with 1 person)

without any skin plugin

Photon-GitHub commented 2 months ago

Should be fixed in 9.1.0, please reopen the issue if it persists.