DH 2.3.0 not being loaded by server?

I am running a 1.21.4 server using Fabric 1.0.1, loader version 0.16.10 on Pterodactyl, however not seeing any DH related lines in the console when booting the server up. Also getting "Server does not support DH" in the F3 menu. The DistantHorizons.toml file that is supposed to be in /config is not being generated and I have tried adding this file manually with no results. I am wondering if Pterodactyl might be the issue, however all the other mods seem to load fine. Just wanted to check if there could be anything I'm missing on the DH side of things - mod list attached
No description
12 Replies
Puhpine
Puhpine2mo ago
The dh jar has a different icon next to it, weird. Can you send logs? /logsstored
YAGPDB.xyz
YAGPDB.xyz2mo ago
You should send your latest.log file to provide additional useful information. Logs are usually located in the .minecraft/logs directory. On Windows: %appdata%\.minecraft\logs On Linux: ~/.minecraft/logs On Mac: ~/Library/Application Support/minecraft/logs Please upload the file to mclo.gs instead of sending the raw file. This makes reading the contents of the file a lot easier and improves the chances of you getting the help needed. After uploading the file, click on Save and send the link.
terq
terqOP2mo ago
I noticed this as well, but couldn't find any explanations as to why. I'm going to set up another server and only put DH on it to see if that makes any difference
Puhpine
Puhpine2mo ago
No mention of dh at all in the logs Very odd Not sure what the problem could be tbh
terq
terqOP2mo ago
One of these mods is stopping it from working Created a fresh server with only DH and Fabric API in the mods folder and it works
terq
terqOP2mo ago
No description
terq
terqOP2mo ago
I'm going to re-add the mods to this new server one by one until it stops working
Puhpine
Puhpine2mo ago
i will place my bets on grieflogger
terq
terqOP2mo ago
I re-added all the mods and it still worked on the new server, the problem seemed to be my startup command
java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar fabric-server-mc.1.21.4-loader.0.16.10-launcher.1.0.1.jar" || printf %s "@unix_args.txt" )
java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar fabric-server-mc.1.21.4-loader.0.16.10-launcher.1.0.1.jar" || printf %s "@unix_args.txt" )
After changing it to this, it works:
java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}
java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}
This stopped a few other mods working, but the person I'm hosting the server for had given me Neoforge mods instead of Fabric, I've replaced all these for their Fabric equivalent and everything works normally
Puhpine
Puhpine2mo ago
huh thats odd. glad you figured it out!
terq
terqOP2mo ago
Thanks for taking a look anyway!

Did you find this page helpful?