coco875 / C2ME-fabric

A Fabric mod designed to improve the chunk performance of Minecraft.
MIT License
1 stars 1 forks source link

1.20.1 Conflict Spark #14

Open Krimatoria opened 2 weeks ago

Krimatoria commented 2 weeks ago

I may have found a conflict with the Spark mod. Which allows you to identify reports on the load of mods on the Minecraft world..

After adding your mod via the connector, I immediately launched the report after creating the world and an error occurred when stopping Spark and uploading the report. I had F3 turned on to watch TPS, so I apologize for the poor screenshot quality. Spark command: /spark profiler start --only-ticks-over 50

  1. c2me-fabric-mc1.20.1-0.2.0+alpha.11.13.jar
  2. Connector-1.0.0-beta.45+1.20.1.jar
  3. Continents_1.20.x_v1.1.5.jar
  4. fabric-api-0.92.2+1.11.8+1.20.1.jar
  5. fastboot-1.20.x-1.1.jar
  6. jsg-1.20.1-5.0.4.1-Beta.jar
  7. Ksyxis-1.3.2.jar
  8. spark-1.10.53-forge.jar
  9. TerraBlender-forge-1.20.1-3.0.1.7.jar
  10. Terralith_1.20.x_v2.5.4.jar

[15:45:13] [ForkJoinPool.commonPool-worker-2/INFO] [minecraft/MinecraftServer]: [?] Profiler operation failed unexpectedly. Error: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c174a59[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@74820333[Wrapped task = me.lucko.spark.common.sampler.java.JavaSampler$InsertDataTask@4228bff]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5572636e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24803] java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c174a59[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@74820333[Wrapped task = me.lucko.spark.common.sampler.java.JavaSampler$InsertDataTask@4228bff]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5572636e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24803] at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.schedule(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor.execute(Unknown Source) at TRANSFORMER/spark@1.10.53/me.lucko.spark.common.sampler.java.JavaSampler.run(JavaSampler.java:136) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) [15:45:13] [Render thread/INFO] [minecraft/ChatComponent]: [System] [CHAT] [?] Profiler operation failed unexpectedly. Error: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@c174a59[Not completed, task = java.util.concurrent.Executors$RunnableAdapter@74820333[Wrapped task = me.lucko.spark.common.sampler.java.JavaSampler$InsertDataTask@4228bff]] rejected from java.util.concurrent.ScheduledThreadPoolExecutor@5572636e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 24803]

image