Deeper and Darker

Deeper and Darker

25M Downloads

Deeper darker crashes server starup

Huntter99 opened this issue · 11 comments

commented

Minecraft Version: 1.20.1
Mod Version: x.x.x
Mod Loader: forge 47.2.20

Description:
I am having a crash error while trying to use deeper darker on my server. I'm getting "Attempted to load class net/minecraft/client/Minecraft", @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin

To Reproduce:
Steps to reproduce the behavior:

  1. Add deeper darker
  2. Load server startup
  3. Server crash with error
commented

might be a server issue. have not been able to recreate

commented

can you recreate this crash again? but only with Deeper Darker installed?

commented

what mod version are you using

commented

1.2.1.jar

commented

unable to recreate. does this happen on server startup or when you go to the otherside dimension?

commented
commented

@Huntter99 Having the exact same issue. What did they do to resolve yours?

[11Feb2024 10:37:51.588] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PhantomRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity .PhantomRenderer) [11Feb2024 10:37:51.588] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin from mod deeperdar ker
This is on a dedicated server, so I don't know why it would be trying to load a client mod.

@NewJumper Does Deeper Darker need to be on the server and the client? The description says it adds new features and a new dimension, which seems to indicate it must be on the server as well.

commented
commented

@Huntter99 Thanks.

Regarding your issue, Minecraft uses a shitton of memory, and every world (including extra dimensions) use memory to hold the spawn area too. I can tell you from 10 years of hosting Minecraft dedicated servers, 2GB is barely enough to run any modded server these days.

commented

Does Deeper Darker need to be on the server and the client? The description says it adds new features and a new dimension, which seems to indicate it must be on the server as well.

Deeper Darker does need to be on both server and client side

commented