I have quite a few mods installed but managed to get them to work together and everything was fine until I made a Rotary Macerator and tried to place it down.
Here's the crash report, if anybody could tell me what it means
2012-10-23 18:59:54 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-10-23 18:59:54 [INFO] [STDOUT] Channel null in method 'stop'
2012-10-23 18:59:55 [INFO] [STDERR] java.lang.RuntimeException: java.lang.NullPointerException
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:132)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.advancedmachines.common.TileEntityBlock.setFacing(TileEntityBlock.java:94)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.advancedmachines.common.BlockAdvancedMachines.a(BlockAdvancedMachines.java:172)
2012-10-23 18:59:55 [INFO] [STDERR] at si.placeBlockAt(ItemBlock.java:202)
2012-10-23 18:59:55 [INFO] [STDERR] at si.a(ItemBlock.java:90)
2012-10-23 18:59:55 [INFO] [STDERR] at rj.a(SourceFile:88)
2012-10-23 18:59:55 [INFO] [STDERR] at atc.a(PlayerControllerMP.java:358)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.c(Minecraft.java:1318)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1731)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:845)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:775)
2012-10-23 18:59:55 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:130)
2012-10-23 18:59:55 [INFO] [STDERR] ... 11 more
2012-10-23 19:00:05 [INFO] [STDOUT] Stopping!
2012-10-23 19:00:05 [INFO] [STDOUT] SoundSystem shutting down...
2012-10-23 19:00:06 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
One of the mods you have installed has an old version of the IC2 api.
What I did to fix mine, was copy the ic2/api folder from the ic2 jar, and replace the ic2/api in every mod I had that had any ties to ic2. If you are using the 107 open beta of ic2 there is a link to the api to use in the OP of the beta thread.
You didn't post the full error log that shows what mods you have, but for me it was extra bees.
I'm not using the 107 open beta but finding the "api" inside industrialcraft.jar wasn't hard. Problem is, there is no "api" folder inside AdvancedMachines4.2.zip so how would I replace it .-.
Edit: But now that you mentioned 107, I noticed the latest AdvancedMachines AddOn is tied to 107 while I was using 106. I updated Industrialcraft to the open beta and now it doesn't crash on placement anymore!
I just wonder if there was a ic2-106 version of the AddOn so I didn't have to remove CompactSolarPanels and the ModularForceField ><
Compactsolars works with 107, atleast after I changed out all the ic2 api's. Like I said for me it was the one in extra bees causing the same crash you got, but when I placed a LV-solar array. (dunno about mod forcefields tho, not something the appeals to me, so haven't tried it.)
They work fine now.
But check all the mods. Railcraft, forestry, etc. many of them include te ic2 api.
Here's the crash report, if anybody could tell me what it means
2012-10-23 18:59:54 [INFO] [STDOUT] Error in class 'SourceLWJGL OpenAL'
2012-10-23 18:59:54 [INFO] [STDOUT] Channel null in method 'stop'
2012-10-23 18:59:55 [INFO] [STDERR] java.lang.RuntimeException: java.lang.NullPointerException
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:132)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.advancedmachines.common.TileEntityBlock.setFacing(TileEntityBlock.java:94)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.advancedmachines.common.BlockAdvancedMachines.a(BlockAdvancedMachines.java:172)
2012-10-23 18:59:55 [INFO] [STDERR] at si.placeBlockAt(ItemBlock.java:202)
2012-10-23 18:59:55 [INFO] [STDERR] at si.a(ItemBlock.java:90)
2012-10-23 18:59:55 [INFO] [STDERR] at rj.a(SourceFile:88)
2012-10-23 18:59:55 [INFO] [STDERR] at atc.a(PlayerControllerMP.java:358)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.c(Minecraft.java:1318)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1731)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:845)
2012-10-23 18:59:55 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:775)
2012-10-23 18:59:55 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2012-10-23 18:59:55 [INFO] [STDERR] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:130)
2012-10-23 18:59:55 [INFO] [STDERR] ... 11 more
2012-10-23 19:00:05 [INFO] [STDOUT] Stopping!
2012-10-23 19:00:05 [INFO] [STDOUT] SoundSystem shutting down...
2012-10-23 19:00:06 [INFO] [STDOUT] Author: Paul Lamb, www.paulscode.com
-
View User Profile
-
View Posts
-
Send Message
Retired StaffWhat I did to fix mine, was copy the ic2/api folder from the ic2 jar, and replace the ic2/api in every mod I had that had any ties to ic2. If you are using the 107 open beta of ic2 there is a link to the api to use in the OP of the beta thread.
You didn't post the full error log that shows what mods you have, but for me it was extra bees.
Edit: But now that you mentioned 107, I noticed the latest AdvancedMachines AddOn is tied to 107 while I was using 106. I updated Industrialcraft to the open beta and now it doesn't crash on placement anymore!
I just wonder if there was a ic2-106 version of the AddOn so I didn't have to remove CompactSolarPanels and the ModularForceField ><
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThey work fine now.
But check all the mods. Railcraft, forestry, etc. many of them include te ic2 api.