thatsIch / IntelliE

Addon for AppliedEnergistics
11 stars 1 forks source link

Crashes Server - something about being server side - #2

Closed kreezxil closed 10 years ago

kreezxil commented 10 years ago

http://pastebin.com/FYhX1d36

thatsIch commented 10 years ago

its saying

java.lang.NoClassDefFoundError: net/minecraft/client/gui/inventory/GuiContainer

that is one of Minecraft Classes.. I might need to investigate that.

thatsIch commented 10 years ago

I think I have a basic understanding of it. On the server there there is no GUI therefor the class does not exist. I am looking for a fix for it.