cardboard icon indicating copy to clipboard operation
cardboard copied to clipboard

[MC 1.18.1 / Fabric Loader 0.14.1] mcmmo crash due to NoClassDefFoundError: StructureManager

Open MadByteDE opened this issue 2 years ago • 7 comments

GIST

Looking at Issue #10 shows StructureManager as implemented, so I believe this is a bug. Changing mcmmo versions doesn't seem to help at all.

I tried multiple Fabric Loader versions from 0.13.3 up to 0.14.5 but the latest working version seems to be 0.14.1 since all later versions crash for me because of issue #345.

MadByteDE avatar May 14 '22 19:05 MadByteDE

i can confirm that i get this with Terra plugin

KP2048 avatar Jun 19 '22 00:06 KP2048

Has MCMMO ever worked with cardboard? I know I've tried a couple of times but i do believe every time I have its never worked but its never crashed the server on me.

ChromesDuzez avatar Aug 19 '22 01:08 ChromesDuzez

The bug isn't specific to mcmmo. It occurs when a plugin tries to place a structure

KP2048 avatar Aug 21 '22 15:08 KP2048

Or anything regarding structure manager

KP2048 avatar Aug 21 '22 15:08 KP2048

The problem is that the wrong version of paper API is downloaded and plugins that rely on a newer version shit their pants. This is only one of the bugs caused by this. See the issue I made that linked this one for another example

KP2048 avatar Aug 21 '22 15:08 KP2048

Some can be mitigated by manually placing a newer jar and renaming the file to match the original one, but this is not a fix and should be delt with properly

KP2048 avatar Aug 21 '22 15:08 KP2048

@MadByteDE you might be able to use Mcmmo if you do what I did above to get around this bug. Download the latest paper API jar and replace the jar in the libraries folder with the newer jar. But make sure the new jar has the exact same name as the old one or it won't be loaded properly

KP2048 avatar Aug 21 '22 15:08 KP2048