Tips for helping users on a server
Hi I'm wondering if you have any tips for how I should help a player on our server.
I'm unable to reproduce their problem on my machine in the same area, but they appear to quite consistently get into trouble.
I got them to send me a crash report (https://mclo.gs/YbB3khb), but I have not filed any issue (since I cannot reproduce it locally so I cannot do it with less mods)
I also really cannot just remove mods on the server without disturbing the other players.
I did read quite a bit of code, trying to understand RejectedExecutionException could happen in the first place.
Since the pool is still running I think it must be this reject call in the java jdk:
https://github.com/openjdk/jdk17u/blob/42a0772283bad618d450378b3d0b513a26ed1156/src/java.base/share/classes/java/util/concurrent/ThreadPoolExecutor.java#L1365
It's a lot harder to tell why addWorker might have returned false, so I paused that analysis for now and wanted to hear if anyone here have suggestions on how to a approach this problem
1 Reply
i think a good first step would be removing all client side mods and seeing if it still happens, or trying to replicate it in singleplayer or another server