Switch to old Forge version 3.1.2.94 and everything will be fine In latest version there is some sort of bug. Many thanks goes to Gokuofuin
Posts by anatak
-
-
Switch to old Forge version 3.1.2.94 and everything will be fine In latest version there is some sort of bug. Many thanks goes to Gokuofuin
-
Thank you for replying There is probably some kind of bug in latest forge
-
I'm using IC2 from the beggining and im not a newbe In SSP everything works fine, same setup in SMP makes every texture facing down and transmitting energy via cables or vicinity not worked. If i charge a battery in this "iron furnace :D" and put it in to the macerator, macerator works just fine
-
I have a same problem Can you try to use not latest forge but version 94 ? There it is http://lexmanos.no-ip.org:8080/job/Forge/94/. It may be related to this problem, but i cannot try to switch it, cause i don't have an access to the server
Tell me after that, if this will work or not
-
I have same problem. Every machine is facing front side down and EU's are not transfering trough cables nor vicinity (generator right next up to macerator). Charged battery in machines working. I have a new world with tin and copper generation disabled, i generated new server and client config files and only edited them for turning off generation of ores (differences between this two files are: Client cfg has a two adding options for sound and server cfg has a option for logging uses of wrench (which i disabled it). My server is clean minecraft_server.jar with Forge Mod Loader 2.1.28.95, IC2 1.95b, BC 2.2.14, RedPower2 2pr5b2, EnderStorage 1.1.1, Wireless Redstone ChickenBones Edition 1.2.1, NEI 1.2.2.1, Iron Chests 3.3.1.21, Forestry 1.4.6.2, CodeChickenCore 0.5.2, Additional BC Objects, Additional Pippes.
-
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