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
225 stars 19 forks source link

1.18.1 Alpha causes OptiFine_1.18.1_HD_U_H5 Crash #110

Closed ozma6464 closed 2 years ago

ozma6464 commented 2 years ago

When adding the Alpha for 1.18.1 to my server it causes OptiFine_1.18.1_HD_U_H5 to crash immediately 2022-03-25-2.log

toinouH commented 2 years ago

Optifine is a client side mod ; you probably should not use it on the server.

If we want to be precise, yes it does "optimise/remove/nerf" the vanilla server from the singleplayer game mode but it's not made to work on "pure server software".

ozma6464 commented 2 years ago

further testing shows that this mod is causing OptiFine_1.18.1_HD_U_H5 to crash on Client side as well. Minecraft client will not even load the Mojang Screen before crashing.

ozma6464 commented 2 years ago

Removing OptiFine_1.18.1_HD_U_H5 resolves the issue and Minecraft loads with no problems on the Client

jediminer543 commented 2 years ago

Compat with optifine is nigh impossible due to the fact that it is closed source and should only be touching client side stuff

If you want to use optifine my recommendation is to have a dedicated server with MCMT installed; and then install optifine on the client and not MCMT (MCMT is server side only anyway)