An Error occured while updating a Capacitor Texture
rsp4jack opened this issue ยท 3 comments
Minecraft 1.15.2
CS-CoreLib vv1.6.1
Slimefun v4.2-git-191217
Server is running CraftBukkit version git-Spigot-a03b1fd-bbe3d58 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[Server thread/ERROR]: [Slimefun] An Error occured while updating a Capacitor Texture for Slimefun 4.2-git-191217
java.lang.NullPointerException: null
at me.mrCookieSlime.CSCoreLibPlugin.general.World.CustomSkull.getTexture
(CustomSkull.java:174) ~[?:?]
at me.mrCookieSlime.CSCoreLibPlugin.general.World.CustomSkull.setSkull(C
ustomSkull.java:73) ~[?:?]
at me.mrCookieSlime.Slimefun.api.energy.ChargableBlock.lambda$updateText
ure$0(ChargableBlock.java:109) ~[?:?]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.jav
a:81) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHe
artbeat(CraftScheduler.java:394) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:
1036) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:
406) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:
984) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.jav
a:824) [spigot-1.15.2.jar:git-Spigot-a03b1fd-bbe3d58]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
I use GEO Miner and add it to force load chunks, then error.
And I use a "Authlib", it modify mojang auth server url to "Authlib" url, cause credits skull image is unknown image.
How I to fixed this error?
Your issue was closed, it may fall under one or more of the following categories.
Please wait for an admin to tick off the points that apply.
Do not post your Issue again until an Admin has reviewed this message and you fixed the points that were ticked.
This message can be deleted if your issue was resolved.
Please respond below, if you have any questions.
- You did not follow our template. Please follow the Issue template to help us identify your issue more quickly.
- You did not provide any information about your versions (We absolutely need your exact versions, "latest" is not helpful)
- You did not provide a proper description to the problem.
- We were unable to reproduce issue, if you think your issue still persists then please comment down below and give a better description on how to reproduce it.
- Your issue was posted in a foreign language, we only accept english issues on here.
- Your issue is not a bug, it is either intended or something we cannot change.
- Your issue is not a bug, please only use this issue tracker to report bugs. Any other kind of communication should happen on discord or elsewhere.
- Your issue was already reported, it is a duplicate. Check the other open issues first before posting!
- You posted an error without using pastebin. Please always post errors via pastebin.
- You have posted multiple issues at once. Please post a seperate issue for each bug you encountered.
- Your issue has already been fixed in a later version of Slimefun or CS-CoreLib, you should update.
- You are using an unofficially modified build of Slimefun, we only support official builds for obvious reasons.
- You are using an unsupported version of Minecraft. We only provide support for the latest version of Minecraft, old versions are not supported anymore.
- You are using a "stable" version of Slimefun (prefixed with "RC - "), your issue may have been fixed in a development build, so we only accept bug reports from those.
- You are on the wrong issue tracker. We would like to remind you that this Issue Tracker is only for Slimefun. To report bugs on any addons, head to the corresponding issue tracker of that addon.
Make sure to check out our article on How to report bugs for even more information.