Posts by dwi
-
-
matix: Same here with latest IC2 builds. Not sure if Advanced Solar Panels related, but here it is
Description: Exception in server tick loop
Code
Display Morejava.lang.NullPointerException at ic2.core.EnergyNet.addTileEntity(EnergyNet.java:175) at ic2.core.EnergyNet$EventHandler.onEnergyTileLoad(EnergyNet.java:51) at net.minecraftforge.event.ASMEventHandler_33_EventHandler_onEnergyTileLoad_EnergyTileLoadEvent.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39) at net.minecraftforge.event.EventBus.post(EventBus.java:108) at advsolar.TileEntitySolarPanel.onLoaded(TileEntitySolarPanel.java:103) at advsolar.TileEntitySolarPanel.func_70312_q(TileEntitySolarPanel.java:84) at net.minecraft.world.chunk.Chunk.func_76604_a(Chunk.java:1023) at net.minecraft.world.chunk.Chunk.func_76620_a(Chunk.java:996) at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:551) at org.bukkit.craftbukkit.v1_5_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49) at org.bukkit.craftbukkit.v1_5_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15) at org.bukkit.craftbukkit.v1_5_R3.util.AsynchronousExecutor$Task.finish(AsynchronousExecutor.java:179) at org.bukkit.craftbukkit.v1_5_R3.util.AsynchronousExecutor.finishActive(AsynchronousExecutor.java:287) at org.bukkit.craftbukkit.v1_5_R3.chunkio.ChunkIOExecutor.tick(ChunkIOExecutor.java:26) at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:769) at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
-
Free EXP exploit
1) Take 9 Iron (or any other that gives exp like gold) ingots.
2) Compress it in compressor to Iron Block
3) Smelt that Block of Iron in furnace
4) Take those 9 Ingots from furnace (without using Shift)
4) Recieve 9 Ingots back and free EXPNot sure, if this is intended or Greg can do something about that.
Turning off storage block smelting in config is not ideal solution for this. -
I was getting 20x per second this in console
We figured out, that is caused by Industrial Centrifuge with Resin. When there is free space in output but another "centrifuge batch" wont fit in there, it starts spamming.
I think better is example. In industrial centrifuge you can create 28 rubber from 8 resin. If you process 16 resin, you will get 56 rubber. If you put another resin in, there is still free space (8) but 28 rubber won't fit in there and that causes this console spam. -
-
I'm getting this error when running the bukkit 4.1 on my server with industrial craft 1.103
Display Spoiler
2012-09-03 14:35:37 [SEVERE] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
2012-09-03 14:35:37 [SEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
2012-09-03 14:35:37 [SEVERE] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
2012-09-03 14:35:37 [SEVERE] at net.minecraft.server.World.tickEntities(World.java:1189)
2012-09-03 14:35:37 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
2012-09-03 14:35:37 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
2012-09-03 14:35:37 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
2012-09-03 14:35:37 [SEVERE] Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
2012-09-03 14:35:37 [SEVERE] at java.lang.Class.getMethod(Unknown Source)
2012-09-03 14:35:37 [SEVERE] at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
2012-09-03 14:35:37 [SEVERE] ... 5 more
2012-09-03 14:35:37 [SEVERE] Unexpected exception
java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:62)
at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:130)
at net.minecraft.server.World.tickEntities(World.java:1189)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:559)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:457)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.initiateTileEntityEvent(net.minecraft.src.TileEntity, int, boolean)
at java.lang.Class.getMethod(Unknown Source)
at ic2.api.NetworkHelper.initiateTileEntityEvent(NetworkHelper.java:49)
... 5 moreSame here, when someone loads chunks, where this machine is, server crashes with exactly same error