CraftTweaker

CraftTweaker

151M Downloads

Crashing server

busa13 opened this issue ยท 8 comments

commented

Issue description

Crashing server by player

Steps to reproduce

No response

Script used

https://pastebin.com/E2ZFgDT4

The crafttweaker.log file

https://pastebin.com/8bnG9rkC

Minecraft version

1.16

Modloader

Forge

Modloader version

36.2.26

CraftTweaker version

1.16.5-7.1.2.491

Other relevant information

No response

The latest.log file

https://pastebin.com/9gDpWtEB

commented

try on 7.1.2.495

commented

Also what is the player doing that caused the server crash?

commented

Player sends a crooked packet that crashes the server

commented

Trobble at
package com.blamejared.crafttweaker.impl.network.PacketHandler
to fix it crash there should be check for ClintSide
Can you fix it?

commented

Once again, try on that new version I listed.

commented

Tried, nothing changed

commented

I find that very very very hard to believe considering the version I gave you removed the call to:

net.minecraft.util.Util$OS.func_195640_a(Ljava/lang/String;)V

and in fact does nothing but print out in the player log.

System.out.println(String.format("Could not open %s!", messageOpen.path));

So if you are saying it is still broken, I need a new log of the server using that version.

commented

I made it so only the server can send the packet, but once again, if you don't update, then it isn't going to magically fix itself.