pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.66k stars 1.68k forks source link

Panel sends Stop Signal when Adding Spongeforge to a Modded Minecraft Server #2935

Closed Irgendwer01 closed 3 years ago

Irgendwer01 commented 3 years ago

Background (please complete the following information):

To Reproduce

  1. Add Spongeforge to the mods folder of the server
  2. Go to the folder asm and edit the file hammercore.xml and set < entry key="World.ITickable.Override" >true< /entry > to false
  3. Go to the mods folder and remove the file Sledgehammer-1.12.2-0.7-2.0.1.jar
  4. Start Server
  5. See Problem

Expected behavior I Excepted that it's just running fine like all my other Servers i have on the panel, this is the first time i have this issue.

DaneEveritt commented 3 years ago

Please run your Wings instance in debug mode and then provide the log output from Wings when this happens. I'm not looking through tens of thousands of lines of log.

Also please include more detailed reproduction steps. I don't play 99% of the games this Panel supports, therefore telling me to "Add sponge to the server" means nothing to me. What egg? What specific download? What other things do I need to have configured?

Irgendwer01 commented 3 years ago

@DaneEveritt I have edited my Message, hope it's enough information

Irgendwer01 commented 3 years ago

After i have looked myself in the logs from Wings, i seen that the Daemon thinks the server is Crashing because of the many errors but it isn't, is there any way disabling the crash handler?

DaneEveritt commented 3 years ago

You need to put Wings into debug mode (debug: true in the config file, or --debug using the CLI command) to get more context to the issue, but the crash handler doesn't just "randomly fire" so there is certainly something very wrong happening. Not the least of which is that your server dumps thousands of lines to the output just to boot which is absolutely ridiculous.

tinyoverflow commented 3 years ago

I've tried to reproduce this in Pterodactyl 1.2.0 and I couldn't manage to get the same results as you. It works fine for me. I assume that there is something wrong with your setup. I don't think this is related to Wings or Pterodactyl.

Please make sure your server has enough RAM and it is not related to the OOM Killer, though I do not know if the Panel / Wings sends a stop-command when the OOM Killer kicks in.

grafik

Irgendwer01 commented 3 years ago

@tinyoverflow The issue is related to the Modpack since it sends too many Errors and warnings in the console and then the Crash Handler thinked it will crash in a few minutes, but i got it fixing by filtering out the most errors out of the log via a mod so i will close the issue