Deeper and Darker

Deeper and Darker

25M Downloads

Entering the DeepDark dimension causes CPU to reduce to near 0, effectively crashing the server without an actual crash.

EliasRipley opened this issue ยท 13 comments

commented

Minecraft Version: 1.20.1
Mod Version: 1.3.2
Mod Loader: forge

Description:
Entering the dimension causes server to report:
[Worker-Main-4/WARN] [minecraft/UniformHeight]: Empty height range: [0 above bottom--8 absolute]
The CPU levels drop to near 0 effectively causing a crash without an actual crash.
Leaving the server hanging for a good 10 mins hoping for an actual crash so a report could be made, but it does not, I just have to manually kill the server. (Stop doesn't work.)

To Reproduce:
Unknown, just enter the dimension on our server.

Screenshots:
If applicable, add screenshots to help explain your problem.

Additional context:
Happy to share our server's modpack with you.
Our server uses Tectonic as our terrain gen mod. Perhaps an incompatibility with this is likely an issue when considering the error?
They seem to have recently been making changes to an 'increased_height' value according to their changelogs?

commented

Which mod?

commented

There really shouldn't be any features being placed in the Otherside except from those from our mod

commented

Which mod?

DeeperDarker.

commented

I'm unable to recreate this with just Deeper and Darker, so it may be a compatibility issue.
Could you try recreating this with just Deeper and Darker? If not, could you send the mods you used?

commented

2024-09-18-1.log.gz

Here's a log of me entering the dimension with a command. I did this after one of our players entered for the first time and the issue was first seen. (Forcing us to kill the server.) I used a ftb command: /tp_offline to get us both to safety and have used dimensionaccessmanager mod to lock people from being able to enter the dimension until a solution is found.

commented

Added to additional context:
Our server uses Tectonic as our terrain gen mod. Perhaps an incompatibility with this is likely an issue when considering the error?
They seem to have recently been making changes to an 'increased_height' value according to their changelogs?

commented

Heya. So this is our client side modpack.
Let me know if you are still unable to replicate with this and I'll gather our server side only mods into a zip for you too when I'm home.
https://www.curseforge.com/minecraft/modpacks/the-project-server-modpack

commented

Server Only List.zip

... and here's that server only side.

commented

the server and client should have the same mods (except for client specific mods)

commented

the server and client should have the same mods (except for client specific mods)

Well all the ones that are server side only are listed as such on their mod pages.

commented

but you also need content mods as well, Deeper and Darker included

commented

but you also need content mods as well, Deeper and Darker included

Right...? Wait are you thinking that my server only mods zip is all that we have on the server? That's the mods additional to the client pack. ๐Ÿ˜† Only server, not 'the only things on the server'. How would someone have even travelled to the deepdark if we didn't have it on the server? ๐Ÿ˜‚

commented

Decided to try looking into your files.
The current noise generator configuration is perhaps limiting terrain generation depth?
NoiseSettings.create(0, 128, 1, 2)
Mod expects some features as low as -92?