Scalable Cat's Force

Scalable Cat's Force

26M Downloads

crash on startup sever with forge 41.1.0

moidu21 opened this issue ยท 3 comments

commented

[27juil.2022 21:14:03.384] [main/ERROR] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: Failed to load mod file META-INF\jarjar\scala-library-2.13.8.jar from ScalableCatsForce-2.13.8-build-6-with-library.jar

that the only line i got from the latest logs (no crash reports) the client work fine

commented

Confirmed. There is no file provider for JIJ files.

In Client
file-providers-client

In development Server
file-providers-server-dev

In Server
file-providers-server

There are only 4 providers in server instance. So the game crashed.

Solution: Use old version, 2.13.8-build-4.

commented

The server started successfully with Forge 41.0.109, before a change of JIJ is installed.