pantheis / AdvancedPowerManagement

An Advanced Power Management addon mod for Industrial Craft 2
http://pantheis.github.com/AdvancedPowerManagement
Other
22 stars 8 forks source link

Adjustable Transformer Crash when placed #140

Closed Tsugaga closed 10 years ago

Tsugaga commented 10 years ago

AdvancedPowerManagement: 1.2.85-IC2-1.118 IC2: 2_2.0.324-experimental Forge: 953

java.lang.NoClassDefFoundError: ic2/api/energy/event/EnergyTileSourceEvent at com.kaijin.AdvPowerMan.BlockAdvPwrMan.createTileEntity(BlockAdvPwrMan.java:314) at net.minecraft.world.chunk.Chunk.func_76597_e(Chunk.java:991) at net.minecraft.world.ChunkCache.func_72796_p(ChunkCache.java:115) at net.minecraft.client.renderer.WorldRenderer.func_78907_a(WorldRenderer.java:206) at net.minecraft.client.renderer.RenderGlobal.func_72716_a(RenderGlobal.java:1551) at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1129) at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1006) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.ClassNotFoundException: ic2.api.energy.event.EnergyTileSourceEvent at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 16 more Caused by: java.lang.NullPointerException

pantheis commented 10 years ago

You are using a release of APM for the original IC2, not the Experimental release. Also, the version of APM that was initially done for IC2-Ex is built against IC2-Ex 2.0.238. It is not likely to work correctly with the version 2_2.0.324 of IC2-Ex, but you can give it a try. We know of some known issues that we don't have time to fix right now (not being able to construct certain blocks, adjustable transformer completely useless due to an energy network change, etc)

The IC2-Ex release is here http://forum.industrial-craft.net/index.php?page=Thread&postID=135331#post135331