lishid / Orebfuscator

Orebfuscator - The definitive Anti X-Ray plugin for CraftBukkit
http://dev.bukkit.org/bukkit-plugins/orebfuscator/
GNU General Public License v3.0
115 stars 112 forks source link

exceptionCaught() event was fired #208

Open laelbe opened 5 years ago

laelbe commented 5 years ago

Version: orebfuscator-4.4.3.jar I'm not sure below error is caused by orebfuscator plugin or not. When five or more users connect to the server, the server stops responding with the following message:

[Netty Epoll Server IO :WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.nio.channels.ClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[spigot-1.13.2.jar:git-Spigot-140f654-b446cb5]

ProgrammerDan commented 5 years ago

Very strange, however in general if you are on an up to date 1.13.2 please update to 4.4.3 if you haven't already.

What other plugins do you have installed?

On Sat, Dec 22, 2018, 10:19 Lael Moon notifications@github.com wrote:

Version: Last 4.3.3 I'm not sure this problem is caused by orebfuscator plugin or not. When five or more user connect to user, user stop responding with below message.

[Netty Epoll Server IO #2 https://github.com/lishid/Orebfuscator/pull/2/WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.nio.channels.ClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[spigot-1.13.2.jar:git-Spigot-140f654-b446cb5]

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lishid/Orebfuscator/issues/208, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY-jpHB62mZ5Sr4kiVloqLsBwDDdbZRks5u7k10gaJpZM4ZfgfK .

DmitryRendov commented 5 years ago

@ProgrammerDan the same for me [23:11:29 INFO]: UUID of player WaterDemon is 01fe6a3a-f916-35f7-9ee5-f2f79031c2e6 [23:12:29 WARN]: An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. java.nio.channels.ClosedChannelException: null at io.netty.channel.AbstractChannel$AbstractUnsafe.write(...)(Unknown Source) ~[spigot-survival-1.13.2.jar:git-Spigot-8173d06-7560d3b] [23:12:30 INFO]: WaterDemon[/10.0.2.2:52527] logged in with entity id 739 at ([survival]-15269.377348088636, 67.0, -722.4935890553899)

4.4.2 works fine at the same time. I tried to clean up cache and remove the configuration as well and looks like these changes are possible root cause - https://clip2net.com/s/3YZrgwz in case of other values than defaults - I'm facing timeout. please help

ProgrammerDan commented 5 years ago

Please try https://github.com/lishid/Orebfuscator/releases/tag/4.4.4 .

If you are using Paper, Async Chunkloading is incompatible with Orebfuscator for now. Please disable it first by modifying paper.yml and setting

async-chunk:
  enabled: false

in the config (find the existing section and modify). Then start Paper back up (with oreb 4.4.4).

Let me know if this works. Even if not using paper, please update to 4.4.4

DmitryRendov commented 5 years ago

4.4.4 works fine now on the latest spigot engine. Thank you for such a quick resolution, @ProgrammerDan!

ProgrammerDan commented 5 years ago

Great to hear, DmitryRendov!