MinecraftModDevelopmentMods / Tesla-Core-Lib

Minecraft library useful in creating power hungry machines
https://minecraft.curseforge.com/projects/tesla-core-lib
MIT License
6 stars 8 forks source link

Server crashed #54

Closed AnnaTheKitty closed 5 years ago

AnnaTheKitty commented 5 years ago

I believe the reason why that my server crashed was from this mod.

[06:16:11] [Server thread/WARN] [teslacorelib]: Annotated class 'net.ndrei.teslacorelib.blocks.multipart.MultiPartBlockEvents' not found! [06:16:13] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception

You can look the rest of logs at https://pastebin.com/DtbPXbmv

Update: I reinstalled all of my mods, made sure all of the mods are up to date, updated forge to the latest version (1.12.2), and even the recommended version, still getting the same error.

Updated logs: https://pastebin.com/ks5LsEbD Crash Report: https://pastebin.com/2ZN4gtc5

faceofcat commented 5 years ago

well...

[08:26:38] [Server thread/WARN] [teslacorelib]: Annotated class 'net.ndrei.teslacorelib.blocks.multipart.MultiPartBlockEvents' not found!
[08:26:39] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
        at mod.mcreator.mcreator_lavaTNT.<clinit>(mcreator_lavaTNT.java:80) ~[mcreator_lavaTNT.class:?]

my mod throws an warning... :)

mcreator throws an error... how is that my fault?

AnnaTheKitty commented 5 years ago

well...

[08:26:38] [Server thread/WARN] [teslacorelib]: Annotated class 'net.ndrei.teslacorelib.blocks.multipart.MultiPartBlockEvents' not found!
[08:26:39] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
        at mod.mcreator.mcreator_lavaTNT.<clinit>(mcreator_lavaTNT.java:80) ~[mcreator_lavaTNT.class:?]

my mod throws an warning... :)

mcreator throws an error... how is that my fault?

My mistake, sorry, at first it looked like the warn caused the error, seems I didn't read through it more. Thanks for telling what was the problem of my server at least lol