ProtocolLib

3M Downloads

Getting Internal Error when starting 1.17 (java.lang.RuntimeException: Unable to find network.EnumProtocol (EnumProtocol))

dawon opened this issue ยท 1 comments

commented

Describe the bug
When starting Server with ProtocolLib I am getting the following exception:

https://pastebin.com/8RrmRJvX

I know that Paper 1.17 wasn't released yet, I just wanted to test my plugin with it. So if this is caused by the Paper not being ready yet, you can close the issue.

In the log, there are two more plugins (LibsDisguises and my plugin), have tried running it without them with the same result

To Reproduce
Steps to reproduce the behavior:
Start 1.17 Paper MC with newest PL build

Edit: Might be related to this (from Paper devs):

MiniDigger | Martin
It might be possible that our build system isnt working perfectly right now, if any plugins break that work on spigot, please tell the authors to join this discord (PaperMC) and talk to us in #paper-dev (don't forget your error logs and maybe even repro code please)
commented

Ah, when I used binary provided by Paper devs and not the one I built myself, it works, I guess I messed something on my side...