Orebfuscator
Orebfuscator copied to clipboard
Server thread dump
https://pastebin.com/6WQ8EDn4
Setting this up on 1.13.2 Paper Spigot - 597 (currently latest version)
I'm just doing this on a small test server off my pc before moving it to an actual production server. Just wanted to know if this is an error because this is just a small test server, or can this be something that may show up on my main server?
First pass guess, paper enables an async chunk loader by default. This is NOT supported by orebfuscator (will cause endless loading loops), so, to use orebfuscator with Paper, you must turn off the async chunk cache / load in paper.
On Fri, Mar 29, 2019 at 11:46 AM Kbryst [email protected] wrote:
https://pastebin.com/6WQ8EDn4
Setting this up on 1.13.2 Paper Spigot - 597 (currently latest version)
I'm just doing this on a small test server off my pc before moving it to an actual production server. Just wanted to know if this is an error because this is just a small test server, or can this be something that may show up on my main server?
— 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/227, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY-jgh_lzDH56a5ifiB-6dMx1I7gkZjks5vbjVTgaJpZM4cSr7W .
I went ahead and to changed this in the paper.yml: async-chunks: enable: false generation: false thread-per-world-generation: false load-threads: -1
I am still able to recreate the error
Might be something new, then.
Describe the process you follow to generate the error? Perhaps share some more of the crash logs, surrounding entries?
On Fri, Mar 29, 2019 at 11:56 AM Kbryst [email protected] wrote:
I went ahead and to changed this in the paper.yml: async-chunks: enable: false generation: false thread-per-world-generation: false load-threads: -1
I am still able to recreate the error
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lishid/Orebfuscator/issues/227#issuecomment-478051479, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY-jheEgU81tww3enMbAsIatZI3gQMSks5vbjfHgaJpZM4cSr7W .
Sure thing.
So I'm just on a test server, I noticed a first join it popped up (only on the first join).
I'm also testing an /rtp plugin so every time I use it the error shows up again. It looks like its just happening in new chunks to the plugin.
First join log: https://pastebin.com/E6CVT6N2
Orebfuscator config: https://pastebin.com/mUvWVN4V *Its mostly the default config.
Testing with using /rtp: https://pastebin.com/7D8v9GVD
Edit: First join was not on the latest paper spigot, but the testing with /rtp is on the latest paper spigot.
Alright, thanks for these additional details. Not sure exactly why what I'm seeing is happening yet.
On Fri, Mar 29, 2019 at 12:17 PM Kbryst [email protected] wrote:
Sure thing.
So I'm just on a test server, I noticed a first join it popped up (only on the first join).
I'm also testing an /rtp plugin so every time I use it the error shows up again. It looks like its just happening in new chunks to the plugin.
First join log: https://pastebin.com/E6CVT6N2
Orebfuscator config: https://pastebin.com/mUvWVN4V *Its mostly the default config.
Testing with using /rtp: https://pastebin.com/7D8v9GVD
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lishid/Orebfuscator/issues/227#issuecomment-478059163, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY-jhD71Zl3x2IsWmYZNhEFILJhvyqwks5vbjyrgaJpZM4cSr7W .
Yeah I have no idea either. My first thought was maybe it was 1.12 map rolling to 1.13, but I realize one of the maps that I was on and testing was a brand new map made today.
Yeah, these results look like from a new map (lots of chunk generation). Probably related to that. I need to review some recent-ish feature adds because something is deeply awry here.
On Fri, Mar 29, 2019 at 1:10 PM Kbryst [email protected] wrote:
Yeah I have no idea either. My first thought was maybe it was 1.12 map rolling to 1.13, but I realize one of the maps that I was on and testing was a brand new map made today.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lishid/Orebfuscator/issues/227#issuecomment-478077240, or mute the thread https://github.com/notifications/unsubscribe-auth/AAY-jhY8nBPC6GwoKU1Gjp-NoXi6KNJHks5vbkjogaJpZM4cSr7W .