Right, so. I just started using Tekkit on my server and so far I'm enjoying it immensely. I finally got a chance to craft a generator, only to try and place it when *bang*, null pointer was thrown on the server and my client disconnects.
I tried looking at this thread: http://forum.industrial-craft.…page=Thread&threadID=4917 but my problem doesn't quite match his, since all the mods load in fine.
I checked to make sure the block IDs on both the client and server matched, and I looked at ModLoader.txt, but there were no evident errors within that file at the time of the exception.
Can you guys please help me out? This is getting to be a real pain and I don't really feel like starting over with just Bukkit.
I am using all the default mods included in Tekkit's server pack, as well as some plugins.
Plugins:
Default Tekkit Plugins
Dynmap
ChatManager
Lockette
LogBlock
Pail
PermissionsEx
Spout
Waypoint
WorldEdit
WorldGuard
Edit 1: Error Log
10:36:13 [WARNING] Failed to handle packet: java.lang.NullPointerExceptionjava.lang.NullPointerException at ic2.common.BlockMultiID.postPlace(BlockMultiID.java:145) at org.getspout.spout.block.mcblock.CustomContainer.postPlace(CustomContainer.java:342) at net.minecraft.server.ItemBlock.a(ItemBlock.java:73) at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:326) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:616) at net.minecraft.server.Packet15Place.handle(SourceFile:39) at net.minecraft.server.NetworkManager.b(NetworkManager.java:231) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:101) at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:543) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)>
Thanks for your time and if I find a fix I will post it here!