You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not load, and it does not detect ProtocolLib
📑 Steps to reproduce the Issue (REQUIRED)
Put the plugin into the /plugins/ folder
It should start and detect ProtocolLib
📜 Server Log
[14:58:42] [Server thread/INFO]: [SensibleToolbox] Enabling SensibleToolbox vDEV - 32 (git bdd1e09b)
[14:58:42] [Server thread/WARN]: [SensibleToolbox] ProtocolLib not detected - some functionality is reduced:
[14:58:42] [Server thread/WARN]: [SensibleToolbox] No glowing items, Reduced particle effects, Sound Muffler item disabled
[14:58:43] [Server thread/INFO]: [SensibleToolbox] Connecting to local database...
[14:58:43] [Server thread/ERROR]: Error occurred while enabling SensibleToolbox vDEV - 32 (git bdd1e09b) (Is it up to date?)
java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.core.NativeDB._open(NativeDB.java:78) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.core.DB.open(DB.java:202) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:243) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:61) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:21) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.JDBC.createConnection(JDBC.java:115) ~[patched_1.16.4.jar:git-Paper-282]
at org.sqlite.JDBC.connect(JDBC.java:90) ~[patched_1.16.4.jar:git-Paper-282]
at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_212]
at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_212]
at io.github.thebusybiscuit.sensibletoolbox.core.storage.DatabaseManager.connectToSQLite(DatabaseManager.java:44) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.core.storage.DatabaseManager.<init>(DatabaseManager.java:32) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.core.storage.LocationManager.<init>(LocationManager.java:72) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.core.storage.LocationManager.getManager(LocationManager.java:89) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.core.STBItemRegistry.registerItem(STBItemRegistry.java:112) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.SensibleToolboxPlugin.registerItems(SensibleToolboxPlugin.java:353) ~[?:?]
at io.github.thebusybiscuit.sensibletoolbox.SensibleToolboxPlugin.onEnable(SensibleToolboxPlugin.java:224) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Paper-282]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Paper-282]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-282]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-282]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-282]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.4.jar:git-Paper-282]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-282]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:940) ~[patched_1.16.4.jar:git-Paper-282]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-282]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
[14:58:43] [Server thread/INFO]: [SensibleToolbox] Disabling SensibleToolbox vDEV - 32 (git bdd1e09b)
🧭 Environment (REQUIRED)
Paper v1_16_R3
CS-CoreLib v1.6.3
STB#32
The text was updated successfully, but these errors were encountered:
📍 Description (REQUIRED)
It does not load, and it does not detect ProtocolLib
📑 Steps to reproduce the Issue (REQUIRED)
Put the plugin into the /plugins/ folder
It should start and detect ProtocolLib
📜 Server Log
🧭 Environment (REQUIRED)
Paper v1_16_R3
CS-CoreLib v1.6.3
STB#32
The text was updated successfully, but these errors were encountered: