
MyWarp broken for 1.12, error on enable.
wesley27 opened this issue ยท 8 comments
MyWarp doesn't load in 1.12.
Upon starting the server: https://pastebin.com/7bUykSVr
Upon running a /warp command: https://pastebin.com/UN3eapE7
Thanks!
This appears to be caused by Spigot's update of Guava to 21.
I am going to update MyWarp for Java8, removing the need for most of Guava's functions (see #71). In fact this is already written, but still needs to be tested. This will happen asap.
Latest devBuild should work fine, but now requires Java8 (as does Minecraft 1.12).
If you continue to notice any errors, feel free to reopen this ticket.
The lates dev build gives the same error on enabling: https://pastebin.com/A4vHghTe
Maybe you just pushed the wrong build? :P
I'm running java 8, spigot 1.12, and the latest dev build from an hour ago.
Seems like the problem is actual Intake. Will look into it.
The latest dev build also does not enable, however there is a new error now: https://pastebin.com/XxnNEEYf
I believed I was using SQLite, as the last time I tried to connect MyWarp to my MySQL database it failed, so I resulted to SQLite. However I just checked and it appears it is H2 afterall.
My MyWarp plugin directory contains "config.yml", "profiles.db", "warps.h2.db", "warps.lock.db"
Should be fixed now. Could you give the latest devBuild a try?
I just have some minor problems with the H2 databases within my testing environment. Are you by chance using H2 and could give me a list of the names of all files within you MyWarp plugin directory?
Update for you:
It appears the most recent dev build is actually working fine. Yesterday afternoon I tried a live load of it without restarting the server, and it failed to enable. This could have happened for a number of reasons with the live load, most likely being due to the failed enabling of the earlier dev build within the same server instance.
At 4am my server automatically restarted and it loaded fine, and is working.
Thanks for the update, cheers!
EDIT: the command /warp alist -c or /warp list -c no longer seem to list a players warps, they result in all warps being listed as if I simply did /warp list.
EDIT 2: In fact, none of the warp list parameters seem to be functioning, -c, -n, -r, and -w. If I use any variation of the /warp list or /warp alist command, I am sent the whole warp list, the normal result of only /warp list.
Thanks, should be fixed in the latest devBuild.
On a side note, in the future please add another comment or another ticket altogether if you want to add something important to the issue or discover a new one. I do not receive mail or IDE notifications for edits and am likely to miss your (very important) addition. ๐