CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

Crash with tinkersdefense mod #99

Closed LeStegii closed 2 years ago

LeStegii commented 2 years ago

Hello, I'm trying to run the Evolving Technology Modpack on a Crucible server but it seems to crash because of the tinkersdefense mod (now called Compendium). I found this old issue saying it is a bug that doesnt happen with an older version of Thermos.

Crash-Report: https://mclo.gs/4CzXDDh Latest-Log: https://mclo.gs/ltwaXVW

LeStegii commented 2 years ago

Line of code this issue leads to: ClientCommandHandler.instance.func_71560_a(new TD_Commands());

LeStegii commented 2 years ago

So I guess the problem comes down to the mod trying to register a client side command on the server, could be wrong tho, since I'm not a Forge expert.

LeStegii commented 2 years ago

Fixed this by removing the lines using a bytecode editor. No a permanent solution tho, could be done using Grimoire maybe

EverNife commented 2 years ago

image

Fixed on Grimoire-Mixins, there is a download link at: https://github.com/CrucibleMC/Grimoire-Mixins-1.7.10/releases/tag/latest