server console being spammed

I have issue with DH on server,
DH - DistantHorizons-neoforge-fabric-2.3.2-b-1.21.1.jar sha256 c031e36b021c3b95c6a3c0a2ecafa960af07cd8ceda6baf26268f2660e7de713
mc - v1.21.1
neoforge - neoforge-21.1.160

I have removed all other mods before trying it again and reporting here

the server console is beeing spammed with this error
3e2b6 rejected from com.seibel.distanthorizons.core.util.threading.RateLimitedThreadPoolExecutor@593c1d2e[Running, pool size = 6, active threads = 6, queued tasks = 6, completed tasks = 121024]
        at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081)
        at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841)
        at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1376)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.tryStartNextTask(PriorityTaskPicker.java:78)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.access$200(PriorityTaskPicker.java:17)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:217)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
Exception in thread "DH-PriorityTaskPicker Thread[12339]" java.util.concurrent.RejectedExecutionException: Task com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable@13d79af5 rejected from com.seibel.distanthorizons.core.util.threading.RateLimitedThreadPoolExecutor@593c1d2e[Running, pool size = 6, active threads = 6, queued tasks = 6, completed tasks = 121025]
        at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2081)
        at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:841)
        at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1376)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.tryStartNextTask(PriorityTaskPicker.java:78)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker.access$200(PriorityTaskPicker.java:17)
        at TRANSFORMER/distanthorizons@2.3.2-b/com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable.run(PriorityTaskPicker.java:217)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base/java.lang.Thread.run(Thread.java:1583)
Exception in thread "DH-PriorityTaskPicker Thread[12343]" java.util.concurrent.RejectedExecutionException: Task com.seibel.distanthorizons.core.util.threading.PriorityTaskPicker$TrackedRunnable@6214
Solution
welp
I found out why

there is no difference in configs generated at linux and generated at windows expect the U+000D <Carriage Return> (CR) character and when I added them to all line endings the DH start to work correctly even with LOG_ERROR_TO_CHAT_AND_INFO_TO_FILE unchanged
Was this page helpful?