CreeperHost / MineTogether

A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
https://minetogether.io
GNU General Public License v3.0
22 stars 16 forks source link

[Bug]: minetogether api.creeper.host instability causes game to crash #678

Closed Sunekaer closed 8 months ago

Sunekaer commented 1 year ago

Describe the bug

While playing the game crashed with the message "Close externally"

Steps to reproduce

On linux.

  1. Open your game
  2. ensure that you receive messages from minetogether.
  3. check the api.creeeper.host
    ➜ dig +short api.creeper.host
    185.57.191.115
  4. Drop it on iptables
    iptables -A OUTPUT -s 185.57.191.115-j DROP
  5. Wait and the game will crash.

Expected behaviour

Game do not crash case the API stop responding.

Screenshots

No response

Version

minetogether-forge-1.18.2-6.0.13

Minecraft Version

1.18.2

ModLoader Version

Forge

Additional Information

Logs: https://pste.ch/osiqorejug.sql

gigabit101 commented 8 months ago

closed due to inactivity