ProtocolLib

3M Downloads

Illegal State Exception on startup, related to modules

TimHarrio opened this issue ยท 8 comments

commented

Follow this template except for feature requests. Use pastebin when providing /protocol dump and any relevant errors.

Make sure you've done the following:

  • [ x ] You're using the latest build for your server version
  • [ x ] This isn't an issue caused by another plugin
  • [ x ] You've checked for duplicate issues
  • [ x ] You didn't use /reload

My logs:
https://pastebin.com/7zBNhA01

If I do /protocol dump:
https://pastebin.com/SS3EvMdb

Description and relevant errors:
I use the last version of PaperSpigot and this plugin doesn't work..
It blocks some of my plugin wich need ProtocolLib.
It is displayed as off in the /plugins.

commented

I get this error when starting up and it never ran before

https://pastebin.com/tSgef7Kg

im trying to run oreobfuscator

commented

I can reproduce this issue on a 1.13.1 Spigot server (Build git-Spigot-500ff5d-1cead62)
On startup, this error here shows up: https://pastebin.com/ecTWzEBg

Here's a screenshot of this error, if that's easier:

Additional info:
I use the latest dev-build of ProtocolLib (Build #415)

Update
It also doesn't work with #417

commented

It come from MineWebBridge, disble it and use RCON junction, and it will work =)

commented

It come from MineWebBridge, disble it and use RCON junction, and it will work =)

Nope. There's no MineWebBridge plugin in my case.

commented

So it's another plugins, try disabling there one by one and restarting each time so you will see wich one do that

commented

Most likely my own plugin, because I have a plugin using ProtocolLib...

commented

Any Idea on how to fix that on our site?
Like I don't really know, what exactly in my plugin causes that error in protocolLib, but I know it does cause issues.

commented

i think this is caused by naughty plugins, but i'm working on a protocollib-side fix in 4.5.x