jediminer543 / JMT-MCMT

A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
https://www.curseforge.com/minecraft/mc-mods/mcmt-multithreading
BSD 2-Clause "Simplified" License
228 stars 18 forks source link

Crash on ATM6 1.16.5 #91

Open Nikouw36 opened 3 years ago

Nikouw36 commented 3 years ago

Hi!

With MCMT my server crashes after 1 to 5 minutes, what i can do?

The server runs without any crash if i dont have the multithreading MCMT mod.

Crashlog: https://pastebin.com/1aCxhzuC

Tried with Java 8 and java 11 I didnt changed anything in the modpack ATM6, downloaded at curseforge Tried disableWorldPostTick = true config

CPU: Xeon E5-2690 at 2,89Ghz (X2) 48GB of ram (12 GB for the server)

Nikouw36 commented 3 years ago

Update:

Reinstalling Java 11 and removing all the data from the mod and installing it again seems to work but after 4-5h the server crashes again. If you explore too much the server crashes too

Nikouw36 commented 3 years ago

crash.txt Last random crash

MojangPlsFix commented 3 years ago

This crash is regarding the Server Watchdog. MCMT shouldn't be the issue here. Your max-tick-time setting is just to low in your server.properties.

Nikouw36 commented 3 years ago

This crash is regarding the Server Watchdog. MCMT shouldn't be the issue here. Your max-tick-time setting is just to low in your server.properties.

Hi My max-tick-time is 120000, what i need to set?

server.propierties:

#Minecraft server properties
#Wed Oct 13 22:44:07 CEST 2021
allow-flight=true
allow-nether=true
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
difficulty=normal
enable-command-block=false
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-whitelist=false
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
gamemode=survival
generate-structures=true
generator-settings=
hardcore=false
level-name=world
level-seed=
level-type=terraforged\:terraforged
max-build-height=256
max-players=20
max-tick-time=120000
max-world-size=29999984
motd=ATM6 1.16.5 server
network-compression-threshold=256
online-mode=true
op-permission-level=4
player-idle-timeout=0
prevent-proxy-connections=false
pvp=true
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
resource-pack=
resource-pack-sha1=
server-ip=
server-port=25565
snooper-enabled=true
spawn-animals=true
spawn-monsters=true
spawn-npcs=true
spawn-protection=16
sync-chunk-writes=true
text-filtering-config=
use-native-transport=true
view-distance=10
white-list=false
MojangPlsFix commented 3 years ago

We have no issues(except #92 ) with max-tick-time=6000000, you can also use -1 this just disables the watchdog

NXTler commented 2 years ago

ATM is still under investigations, Jediminer tried to run a public test server and run into the same issues. Though they seem to by way more complicated to get fixed. You might have to wait some time until its fully compatible.