Open Urzu1000 opened 10 years ago
Been trying several different things. Still no solutions found.
[21:43:01 INFO]: [Vault][Permission] SuperPermissions loaded as backup permissi
n system.
[21:43:01 INFO]: [Vault][Chat] GroupManager found: Waiting
[21:43:01 INFO]: [Vault] Enabled Version 1.2.29-b370
[21:43:01 INFO]: [LWC] Enabling LWC v4.4.0-SNAPSHOT
[21:43:01 INFO]: [LWC] Connecting to SQLite
[21:43:01 ERROR]: Error occurred while enabling LWC v4.4.0-SNAPSHOT (Is it up t
date?)
java.lang.VerifyError: (class: org/sqlite/Stmt, method: executeLargeUpdate sign
ture: (Ljava/lang/String;[Ljava/lang/String;)J) Illegal use of nonvirtual funct
on call
at org.sqlite.Conn.createStatement(Conn.java:366) ~[craftbukkit.jar:git
Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
at org.sqlite.Conn.createStatement(Conn.java:356) ~[craftbukkit.jar:git
Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
at org.sqlite.SQLiteConfig.apply(SQLiteConfig.java:92) ~[craftbukkit.ja
:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2978jnks]
at org.sqlite.Conn.
Just found the error log.
I had a similar problem with squlitejdbc.dll being 0 kb. I found the file at BitBucket-- it can be downloaded here: http://bit.ly/1fSbw9l --and that solved my problem.
Left click the "View Raw File" link on the bottom right of the webpage linked above, to save the file. (Or use your browser's right-click and "save as" option.)
I'm having an issue with LWC 4.4.0. When I place down a chest or other lockable item, I find that it doesn't register. When I try to use any commands (such a /cprivate), the commands themselves work fine until I go to click the block I wish to protect. Absolutely nothing happens. Not even an error message. I realized as of five minutes ago the issue. LWC is not storing block data into it's database. The database file is 0kb and completely blank.
How can I solve this?