Stefanuk12 / Pterodactyl

5 stars 4 forks source link

Continuous Crashing every day or two requiring a manual restart #2

Closed ghost closed 10 months ago

ghost commented 10 months ago

Plutonium T6 egg

LOG message: Plutonium r3665 > 0d70:err:seh:NtRaiseException Unhandled exception code c00000fd flags 0 addr 0x7bc4ca26 and hangs indefinitely. Message changes slightly on crashes. I have 3 instances of this egg 1 Multiplayer 2 Zombies. I will update with any future messages.

Stefanuk12 commented 10 months ago

I generally won't be able to fix these issues but you should be restarting your server every day anyway.

ghost commented 10 months ago

Thank you kindly for your prompt response, are these messages a known issue. I am more interested in if this is just a ME issue? Are you aware of any interaction framework for pterodactyl that will allow me to automate the process of restarting the servers?

Example:

#!/bin/bash
pterodactyl-control restart zm1.example.com

Then add to crontab?

Is there anyway of making this scriptable and actually maintainable to your knowledge?

I'm grateful for any and all information! Apologies if this is out of your domain, so to say, merely looking for some guidance.

Stefanuk12 commented 10 months ago

Within Pterodactyl Panel, you can create schedules and make it restart every day (using cron). I'm not sure whether it's an issue on your end but likely not. It's not exactly guaranteed that everything will work since plutonium was designed to work on Windows. As far as I can see, the log you sent is telling me that Plutonium ran into an error (and the error was not handled). That could mean pretty much anything: the game or custom GSC could be causing that.

ghost commented 10 months ago

I totally understand, thank you very much for your time and help to point me in the right direction. I will look at this scheduling system! In hindsight, that was painfully obvious.

Thank you kindly, Tom