DevLeoko / AdvancedBan

AdvancedBan is a Spigot plugin to manage punishments on single servers and server networks
GNU General Public License v3.0
158 stars 130 forks source link

[ERROR] Error occurred while enabling AdvancedGUI v2.2.1 #562

Closed TimGraham777 closed 2 years ago

TimGraham777 commented 2 years ago

_What version of AdvancedBan (/AdvancedBan) are you using? 2.2.1

Running a Bungeecord server on paper-api-1.18.1-R0.1-SNAPSHOT.jar

Errors shows up on startup and Advancedban motion images is not running.

https://pastebin.com/W5GmsY13

Error: [20.04 14:20:24] [Server] [INFO] [AdvancedGUI] [STDOUT] Loading default fonts... [20.04 14:20:24] [Server] [ERROR] Error occurred while enabling AdvancedGUI v2.2.1 (Is it up to date?) [20.04 14:20:24] [Server] java.lang.UnsatisfiedLinkError/usr/lib/jvm/jdk-17.0.1/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory

DevLeoko commented 2 years ago

In most cases, the cause for this error is the running instance not being able to write to the Java temp directory (java.io.tmpdir).

You could also try deleting the AdvancedGUI/fonts folder and restarting the server, though this probably won't fix the issue.

TimGraham777 commented 2 years ago

I tried deleting the fonts folder but it didn't change. Still getting the error. https://pastebin.com/Cm0dmrUN

DevLeoko commented 2 years ago

Yes, in most cases, the cause for this error is the running instance not being able to write to the Java temp directory (java.io.tmpdir).

TimGraham777 commented 2 years ago

Would this be something we need to contact our server hosting service about. Is it a Java problem on their server?

DevLeoko commented 2 years ago

Probably yes

TimGraham777 commented 2 years ago

Thank you! Sorry to have to bother you.