djoveryde / Contigo

Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC/Thermos
GNU General Public License v3.0
42 stars 10 forks source link

Help me ! #23

Open MG8853 opened 5 years ago

MG8853 commented 5 years ago

fml-server-latest.log Help me! Server Crashed!

ArcasCZ commented 5 years ago

Remove FastLeafDecay, it's coliding with RandomThingsCore (which also includes FLD mod).

How did I find out?

I found out where server crashed (from row 167). Last thing before this crash was RandomThingsCore founding Leave class. So I took that error class (java.lang.reflect.InvocationTargetException), shortened it to word after last dot (InvocationTargetException) and used Google (RandomThingsCore InvocationTargetException). And 2nd link was this - https://github.com/lumien231/Random-Things/issues/127