Display Morecan someone help im trying to install this on my server and i i get this error
[SEVERE] A fatal error has occured initializing CompactSolars
[SEVERE] Unexpected exception
java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy
at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:20)
at cpw.mods.compactsolars.ServerClientProxy.getProxy(ServerClientProxy.java:32)
at mod_CompactSolars.load(mod_CompactSolars.java:30)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.server.FMLServerHandler.onLoadComplete(FMLServerHandler.java:147)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:206)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at dn.run(SourceFile:492)
Caused by: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:16)
... 9 more
Don't quote me on this, but you might have installed a client version to the server, I THINK the server asks for clint forge hooks there... but idk. Might also be that you need to update forge. I run a server with like all the mods and forge 171 with the FMLServerHandler fix. and it does work indeed. but yeah, that client thingy can be outdated forge too