API crash on serverside
Andrey96 opened this issue ยท 2 comments
[14:22:55] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchFieldError: brushIcons
at buildcraft.api.core.EnumColor.(EnumColor.java:110) ~[EnumColor.class:?]
at buildcraft.BuildCraftTransport.(BuildCraftTransport.java:196) ~[BuildCraftTransport.class:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_11]
brushIcons field in EnumColor is clientside only, but my server is using it (idk why, it was fine in previous build, latest build crashes)
No, there are no extra mods that including buildcraft api. If I only install buildcraft it will crash too.
I thought this was fixed in #1988