Ohh Hi there I have a little problem with this:
[FINER] Initializing mod_CompactSolars
[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:319)
at cpw.mods.fml.common.Loader.modInit(Loader.java:259)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:589)
at cpw.mods.fml.server.FMLServerHandler.onLoadComplete(FMLServerHandler.java:138)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:203)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411)
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.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
I looked into the mod zip file for server and entire folder client wasn't there. There is ClientProxy class In mod zip file for client, but this class is incompatible for server (i blindly try to add this class to server zip, but there was a error with incompatible metods).
List of mods on server:
[FINE] Sorted mod list:
[FINE] mod_CodeChickenCore: Minecraft_Server.jar (before:*)
[FINE] mod_MinecraftForge: Minecraft_Server.jar ()
[FINE] mod_NotEnoughItems: Minecraft_Server.jar ()
[FINE] mod_AdditionalBuildcraftObjects: buildcraft-C-additionalbuildcraftobjects_server-latest.zip ()
[FINE] mod_BuildCraftCore: buildcraft-server-A-core-2.2.14.zip ()
[FINE] mod_BuildCraftBuilders: buildcraft-server-B-builders-2.2.14.zip ()
[FINE] mod_BuildCraftEnergy: buildcraft-server-B-energy-2.2.14.zip ()
[FINE] mod_BuildCraftFactory: buildcraft-server-B-factory-2.2.14.zip ()
[FINE] mod_BuildCraftTransport: buildcraft-server-B-transport-2.2.14.zip ()
[FINE] mod_AdditionalPipes: buildcraft-server-DA-additionalpipes-2.1.3.zip (after:mod_BuildCraftTransport)
[FINE] mod_EnderStorage: EnderStorage-Server 1.1.1.zip ()
[FINE] mod_IC2: industrialcraft-2-server_1.95b.jar ()
[FINE] mod_Forestry: forestry-server-A-1.4.6.2_bc2.2.jar (after:mod_IC2;after:mod_BuildCraftCore;after:mod_BuildCraftEnergy;after:mod_BuildCraftFactory;after:mod_BuildCraftSilicon;after:mod_BuildCraftTransport)
[FINE] mod_CompactSolars: mod_compactsolars-server-2.2.0.5.zip ()
[FINE] mod_IronChest: mod_ironchests-server-3.3.1.21.zip ()
[FINE] mod_RedPowerControl: RedPowerControl-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerCore: RedPowerCore-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerLighting: RedPowerLighting-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerLogic: RedPowerLogic-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerMachine: RedPowerMachine-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerWiring: RedPowerWiring-Server-2.0pr5b2.zip ()
[FINE] mod_RedPowerWorld: RedPowerWorld-Server-2.0pr5b2.zip ()
[FINE] mod_WirelessRedstoneCore: WR-CBE Core-Server 1.2.1.zip ()
[FINE] mod_WirelessRedstoneRedPower: WR-CBE RedPower-Server 1.2.1.1.zip (after:mod_WirelessRedstoneCore)
Do anybody have an idea what's wrong ? Many thanks for some answers