Quantum64 / ExGregilo

GregTech addon for skyblock
GNU General Public License v3.0
4 stars 8 forks source link

Crash on Thermos-1.7.10-1614-58 server,with ExGregilo 1.1.0 #50

Open heiyingxp opened 6 years ago

heiyingxp commented 6 years ago

I build ExGregilo 1.1.0 ,and use Thermos-1.7.10-1614-58 for my server then Crash. but my client works well.

java.lang.NoClassDefFoundError: co/q64/exgregilo/render/AbstractSieveRender Caused by: java.lang.ClassNotFoundException: co.q64.exgregilo.render.AbstractSieveRender Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer

the crash report is here crash-2018-07-24_14.59.08-server.txt

heiyingxp commented 6 years ago

i slove it temporary,my client use the latest version. my server use the version which is without render(4e5e8b7c9890d2a6059edae2522ebd6384f62a95),and fix IIconreg. now my server and client work well 25+++++import cpw.mods.fml.relauncher.Side; 26+++++import cpw.mods.fml.relauncher.SideOnly; 46++++@SideOnly(Side.CLIENT) AdvancedSieve.zip