Posts by Marhfg
-
-
mark1997: You need to supply the laser with 100,000EU to activate it.
Marhfg: The stack trace shows that you didn't replace EnergyNet with my modified version. Gotta love it when someone is too lazy to read the install directions yet demands in a run-on sentence that I "reply fast".
Darth Geek: I can't help you without your ModLoader log.
metalearza: I need more information (or preferably a screenshot). Does the laser fire? They do have a small miss chance - I should've been more clear about that in the post. Updating now.
PringleMan: That got scrapped due to compatibility issues with adding dimensions. However, the new Forge version appears to add the proper hooks, so maybe someday Steve will pay a visit to the moon after all...
Lmcgyver: Eh, you make a good point. It wouldn't hurt to add a "Target incoming missile origin" switch to the targeting system. I've never used the ComputerCraft API, but if there's enough interest, maybe.
Rashan: That's unusual, I recognize that exception from development. It occurs when IC2 failed to properly initialize before Rocket Science (that line is the first to call upon IC2's item class). May I see your ModLoader logs?
Tslavo: Curses, onBlockDestroyedByExplosion is acting up. I'll get on that. (What sort of missile exploded with no force? If it's an incendiary, they explode with strength 1, which isn't enough to break cobblestone, and if the ground is too far below, no fire gets spawned.)
TampaPowers: I just added a method to EnergyNet to make connected blocks visible to other classes, so that defense systems could use standard cables for communication. I might ask Al to change the visibility of certain EnergyNet methods so that future versions don't need my modifications.
opps im used to old way of putting mods in except ic2 i'll try
-
i thought it was id conflict but idk whats going on reply fast.
CodeLaunching C:\Users\Lance\AppData\Roaming\.minecraft\bin\minecraft.jarjava -cp C:\Users\Lance\AppData\Roaming\.minecraft\bin/minecraft.jar;C:\Users\Lance\AppData\Roaming\.minecraft\bin/lwjgl.jar;C:\Users\Lance\AppData\Roaming\.minecraft\bin/lwjgl_util.jar;C:\Users\Lance\AppData\Roaming\.minecraft\bin/jinput.jar; -Djava.library.path=C:\Users\Lance\AppData\Roaming\.minecraft\bin\natives -Xmx768M -Xms512M net.minecraft.client.Minecraft27 achievements182 recipesLWJGL Version: 2.4.2ModLoader 1.2.5 Initializing...Mod Initialized: mod_TooManyItems 1.2.5 2012-04-13Mod Initialized: mod_MinecraftForge 3.1.3.100Mod Initialized: mod_IC2 v1.95MinecraftForge v3.1.3.100 InitializedApr 26, 2012 8:16:43 PM forge.ForgeHooks INFO: MinecraftForge v3.1.3.100 Initialized Mod Initialized: mod_ZZZMissile 0.89Mod Loaded: mod_TooManyItems 1.2.5 2012-04-13Mod Loaded: mod_MinecraftForge 3.1.3.100[IC2] Config loaded from C:\Users\Lance\AppData\Roaming\.minecraft\config\IC2.cfg[IC2] Using 32 audio sources.Mod Loaded: mod_IC2 v1.95Mod Loaded: mod_ZZZMissile 0.89[IC2] Loading IC2 submodule: bcIntegration31x[IC2] Submodule not loaded: java.lang.NoClassDefFoundError: buildcraft/api/ITriggerProvider[IC2] Loading IC2 submodule: bcIntegration22x[IC2] Submodule not loaded: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: buildcraft/api/ILiquidContainer[IC2] Loading IC2 submodule: cgIntegration14x[IC2] Submodule not loaded: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: CraftGuide/API/IRecipeProvider[IC2] Loading IC2 submodule: neiIntegration11x[IC2] Submodule not loaded: java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: codechicken/nei/ICraftingHandler[IC2] Portal Gun compatibility not loaded: java.lang.ClassNotFoundException: mod_PortalGunDone.WARNING: Found unknown Windows version: Windows 7Attempting to use default windows plug-in.Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin Starting up SoundSystem...Initializing LWJGL OpenAL (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)OpenAL initialized. java.lang.NoSuchMethodError: ic2.common.EnergyNet.discoverTargets(Lkw;ZI)Ljava/util/List; at rocketScience.TileEntityDefense.updateAttachedDevices(TileEntityDefense.java:113) at rocketScience.TileEntityDefense.n_(TileEntityDefense.java:55) at xd.n(World.java:2071) at net.minecraft.client.Minecraft.k(Minecraft.java:1861) at net.minecraft.client.Minecraft.x(Minecraft.java:819) at net.minecraft.client.Minecraft.run(Minecraft.java:747) at java.lang.Thread.run(Unknown Source)
-
My problem is when I place a Ic2 Block in my server (ic2 support) it crashes with this error message:
[SEVERE] Unexpected exception
java.lang.NoSuchFieldError: e
at ic2.platform.NetworkManager.handlePacket(NetworkManager.java:212)
at ic2.platform.Ic2.HandlePacket(Ic2.java:41)
at ModLoaderMp.HandleAllPackets(ModLoaderMp.java:123)
at Packet230ModLoader.a(Packet230ModLoader.java:171)
at pd.b(NetworkManager.java:234)
at lf.a(NetServerHandler.java:49)
at ew.a(SourceFile:108 )
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:449)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:349)
at cz.run(SourceFile:465)