KP56 / Fake-Players-Spigot-Plugin

A simple bot spawning tool.
MIT License
23 stars 21 forks source link

Console error, server crashes #7

Closed Hazugg closed 3 years ago

Hazugg commented 3 years ago

As you will see in the image, I had previously reported the same thing they said that in this update they would fix it but it continues to persist, my server is 1.16.5 and I just put the command to summon, the server it shows a big error, crashes image

KP56 commented 3 years ago

Sorry, I thought it's the same issue as the PetBlocks one, which is fixed in this new version. Could I please get a list of your plugins? You can type /plugins in your console and copy the output text.

Hazugg commented 3 years ago

My plugins image

Hazugg commented 3 years ago

but I do not think it is plugin errors, I think it has to do with an incompatibility, since in itself it does not fall due to some complement itself, if not that the paper when executing the command falls altogether

KP56 commented 3 years ago

It's caused by incompatibility of fake players with some plugin - I'll need to figure out, which one is it.

Hazugg commented 3 years ago

You could try with CMI that is base of the server is like an essentials 2

KP56 commented 3 years ago

Ok thank you for your help.

KP56 commented 3 years ago

By any chance, do you have an outdated protocollib?

Hazugg commented 3 years ago

I'm using the latest version, but I'm going to try the development version for paper to see if it could be the problem

Hazugg commented 3 years ago

I just installed the development version and the problem still persists

https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

image

KP56 commented 3 years ago

Ok, can I see the entire error? It should tell me, which plugin causes this issue.

KP56 commented 3 years ago

I think I know. I did some tests and it's a combination of Citizens and ProtocolLib, which causes these issues.

KP56 commented 3 years ago

https://drive.google.com/file/d/1bGdR8BkzgXV6KCpkhkwUz2oFZ4-CuuT-/view?usp=sharing

Try this version of Fake Players - maybe it will work.

KP56 commented 3 years ago

Does it mean it works?

Hazugg commented 3 years ago

I am testing with it is, first time I did summon I invoked a bot, but I wanted to do it again and I got the same error again, and what is valid is in itself that it is not an error of some plugin itself , of course what should cause some plugin I think, but if what happens is that the whole paper crashes

image

image image

image

when doing summon again as mentioned it gave the same error again image image

I send you the complete error file:

CONSOLE ERROR.zip

It is worth mentioning that it is not something from Citizens since I am testing on another server without that plugin and it continues to persist, of course I still have a protocol

Hazugg commented 3 years ago

these are the plugins on the server that I am retesting

image

Hazugg commented 3 years ago

Does it mean it works?

I closed it by mistake

KP56 commented 3 years ago

https://drive.google.com/file/d/1QAPI63bow0AJdCZEMfRH0zsP0kbFv3x6/view?usp=sharing

Maybe this one?

KP56 commented 3 years ago

I think you may be using an old/custom paper version. I'm so sorry for wasting so much of your time. Why haven't I realized it earlier? I decompiled the newest paper and I cannot find a b() function, which calls a writeAndFlush() function in a NetworkManager class (this is where the error is according to the stacktrace you provided). If it isn't a fork you paid for, you should definetely switch to purpur (https://github.com/pl3xgaming/Purpur).

Hazugg commented 3 years ago

I tried what he sent me and the third summon failed again: /

I downloaded the paper from the same official page: https://papermc.io/ But if it is a matter of the paper then I will try updating it to the latest version or use the one you sent me, thank you! image

KP56 commented 3 years ago

I hope it is.