Moonlight Lib

Moonlight Lib

197M Downloads

[๐Ÿž]: Unable to start Server - Caused by: java.lang.NoClassDefFoundError

Kastello1 opened this issue ยท 1 comments

commented

BEFORE CONTINUING:

  • Always check you are using the latest version of these mods and its dependencies
  • Remove known problematic rendering mods such as Optifine, Sodium and others

Version-Loader

1.21.1-NEOFORGE

Moonlight Lib Version

moonlight-1.21-2.23.5-neoforge.jar

Describe the Issue

The server consistently fails to start with the lates Moonlight Version as it attempts to generate dynamic resources. The crash occurs immediately after the log message "Generated runtime SERVER_DATA for pack everycomp:dynamic_resources in". The Error isn't visible within the latest.log, only within the console.

server_assets_generation_mode = "CACHED_ZIPPED"

"Caused by: java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator"

Log Attachment

Error:
https://mclo.gs/cAxxuHZ

Latest.log:
https://mclo.gs/x0uE77G

OPTIONAL: To Produce

No response

OPTIONAL: Which mods are affected?

No response

commented

server_assets_generation_mode = "CACHED" works

So really seems to be just a "zipping" problem
"Caused by: java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ParallelScatterZipCreator"