Camotoy / GeyserSkinManager

Show Geyser's players' skins on your server!
MIT License
68 stars 11 forks source link

Failed to upload player skin #19

Open hoehoetvhss opened 2 years ago

hoehoetvhss commented 2 years ago

[23:48:46 WARN]: [GeyserSkinManager] Failed to upload player skin for 00000000-0000-0000-0009-01f8a26f5412 [23:48:46 WARN]: java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds! [23:48:46 WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) [23:48:46 WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) [23:48:46 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) [23:48:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [23:48:46 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [23:48:46 WARN]: at java.base/java.lang.Thread.run(Thread.java:833) [23:48:46 WARN]: Caused by: java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds! [23:48:46 WARN]: at java.desktop/sun.awt.image.IntegerInterleavedRaster.setDataElements(IntegerInterleavedRaster.java:298) [23:48:46 WARN]: at java.desktop/java.awt.image.BufferedImage.setRGB(BufferedImage.java:1017) [23:48:46 WARN]: at GeyserSkinManager.jar//com.github.camotoy.geyserskinmanager.common.SkinUtils.toBufferedImage(SkinUtils.java:184) [23:48:46 WARN]: at GeyserSkinManager.jar//com.github.camotoy.geyserskinmanager.common.SkinUploader.uploadSkinInner(SkinUploader.java:57) [23:48:46 WARN]: at GeyserSkinManager.jar//com.github.camotoy.geyserskinmanager.common.SkinUploader.lambda$uploadSkin$0(SkinUploader.java:45) [23:48:46 WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [23:48:46 WARN]: ... 3 more