Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't even start #50

Open
kahveciderin opened this issue Nov 19, 2020 · 0 comments
Open

It doesn't even start #50

kahveciderin opened this issue Nov 19, 2020 · 0 comments
Labels
Bug Report A bug that needs to be fixed.

Comments

@kahveciderin
Copy link

馃搷 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

[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

@kahveciderin kahveciderin added the Bug Report A bug that needs to be fixed. label Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report A bug that needs to be fixed.
Projects
None yet
Development

No branches or pull requests

1 participant