Repeated Console Error
0zlw opened this issue · 3 comments
Hi not sure if this console error is related to carpentersblocks or millenaire but this error has been repeating every 20 or 30 seconds in our server console.
[00:11:49] [Thread-46225/WARN]: Exception in thread "Thread-46225"
[00:11:49] [Thread-46225/WARN]: java.lang.NoClassDefFoundError: com/carpentersblocks/renderer/helper/RoutableFluidsHelper
[00:11:49] [Thread-46225/WARN]: at com.carpentersblocks.block.BlockCoverable.func_149662_c(BlockCoverable.java:1304)
[00:11:49] [Thread-46225/WARN]: at org.millenaire.common.core.MillCommonUtilities.isBlockIdSolid(MillCommonUtilities.java:1508)
[00:11:49] [Thread-46225/WARN]: at org.millenaire.common.MillWorldInfo.updateChunk(MillWorldInfo.java:500)
[00:11:49] [Thread-46225/WARN]: at org.millenaire.common.MillWorldInfo.access$000(MillWorldInfo.java:22)
[00:11:49] [Thread-46225/WARN]: at org.millenaire.common.MillWorldInfo$UpdateThread.run(MillWorldInfo.java:30)
Carpenter's Blocks v3.3.7
It's not normal for the class to be missing -- perhaps the jar download is corrupt? I suggest trying to grab it fresh from the website or from your client program if it supports it.
EDIT: Actually you mentioned server, so I'll check out why it would be calling that method.
Will include in dev build r5. Seems the function checking for server isn't always correct, so it will simply catch the exception from now on.
@Mineshopper sorry für digging out an old ticket but I'm currently having the exact same issue.
It spams my console.
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoClassDefFoundError: com/carpentersblocks/renderer/helper/RoutableFluidsHelper
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.carpentersblocks.block.BlockCoverable.func_149662_c(BlockCoverable.java:1317)
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.millenaire.common.core.MillCommonUtilities.isBlockIdSolid(MillCommonUtilities.java:1538)
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.millenaire.common.MillWorldInfo.updateChunk(MillWorldInfo.java:465)
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.millenaire.common.MillWorldInfo.access$000(MillWorldInfo.java:22)
[STDERR/]: [java.lang.Throwable$WrappedPrintStream:println:748]: at org.millenaire.common.MillWorldInfo$UpdateThread.run(MillWorldInfo.java:30)
Tried a fresh copy of the mod's jar file but no luck.
Version 3.3.8.1