Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

Warnings in server console

cpm9 opened this issue ยท 5 comments

commented

Description:
There are several warnings that appear in the server console while starting the server.

  • Error while loading submodule java.lang.module.FindException: Module jdk.incubator.vector not found, required by C2ME.fabric.libs.main

  • Catching java.lang.ClassNotFoundException: draylar/horizon/world/RockySurfaceBuilder

  • Catching java.lang.ClassNotFoundException: draylar/horizon/world/MinersHorizonChunkGenerator

Versions:

  • Minecraft 1.17.1
  • Fabric Loader 0.12.5
  • Fabric API 0.42.1
  • Lithium 0.7.5
  • Spark 1.6.2
  • Starlight 1.0.0
  • C2ME Fabric 0.2.0 Alpha 5.0 All

Logs:
latest.log

commented

For the first error add
--add-modules jdk.incubator.vector to jvm flags but for the 2 others Idk.

commented

For the first error add --add-modules jdk.incubator.vector to jvm flags but for the 2 others Idk.

Okay maybe the readme should be updated to let people know they need to add that flag? Hopefully someone else will be able to figure out the other two. Thank you!

commented

We should suppress all these warnings and replace the vector with a more descriptive one

commented

Has this been fixed?

commented

These should be fixed already.