LunaPixelStudios / Better-MC

https://lunapixel.studio/discord
https://lunapixel.studio/discord
83 stars 15 forks source link

Server completely crashing #1568

Closed Chr1s70ph closed 7 months ago

Chr1s70ph commented 8 months ago

Describe the Bug

I usually get this about once a day, and I'm not sure what causes it. I suspect that the Exception in netty pipeline has something to do with it, but im not sure.

Full error-log is attached via link

Reproduction Steps

  1. Run Server with Service file

/etc/systemd/system/server.service

[Unit]
Description=Starts the server
Wants=network-online.target
After=network-online.target

[Service]
ExecStart=/home/ubuntu/martins_homework/start.sh
WorkingDirectory=/home/ubuntu/martins_homework
User=ubuntu

# Restart the server when it is stopped or crashed after 30 seconds
# Comment out RestartSec if you want to restart immediately
Restart=always
RestartSec=30

# StandardInput=null

[Install]
WantedBy=multi-user.target
  1. Sudden random crash

Screenshots and Videos

No response

Crash Report or Log

Service Logs https://gist.github.com/Chr1s70ph/f4b60db04cbcf094e947151dd31c8fd7

Crash Logs

Operating System

Ubuntu 22.04.3 LTS

Minecraft Version

1.19

Modloader

Fabric

Modpack Version

bmc 1.19.2 v20

Other Mods

none

Chr1s70ph commented 8 months ago

I will gladly provide more information if needed

chorbintime commented 8 months ago

Please send the crash report

Feb 12 22:50:43 instance-20230728-0024 start.sh[61692]: [22:50:43] [Server Watchdog/ERROR]: This crash report has been saved to: /home/ubuntu/martins_homework/./crash-reports/crash-2024-02-12_22.50.43-server.txt

Chr1s70ph commented 8 months ago

Please send the crash report

Feb 12 22:50:43 instance-20230728-0024 start.sh[61692]: [22:50:43] [Server Watchdog/ERROR]: This crash report has been saved to: /home/ubuntu/martins_homework/./crash-reports/crash-2024-02-12_22.50.43-server.txt

I have added the output to my issue. See Crash Logs gist.

chorbintime commented 8 months ago

Can you recreate the crash and send a 2nd crash report? It appears to be an issue with the Thermoo mod, but the developer said that it could be another mod causing it, and a 2nd report may help.

Chr1s70ph commented 8 months ago

Can you recreate the crash and send a 2nd crash report? It appears to be an issue with the Thermoo mod, but the developer said that it could be another mod causing it, and a 2nd report may help.

I've got nine crash reports total. Appended the latest one to my issue now.

chorbintime commented 7 months ago

Originally thought it was an issue with the Thermoo mod, but the developer said they'd need more crash reports to verify for sure.

This is what they said just now. My suggestion would be to wait until the next modpack update, and hope the issue is somehow fixed by us updating the mods in the modpack. Your world may also just be corrupted - who knows. I'm sorry that there isn't a more concrete solution to this. image