Jump to content

Amethyst

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Amethyst

  1. Title: Console spam issues- Multiple issues. Version: 3.1.2 OS: Windows 7 Java Version: Java 7 update 5 Description of Problem: There are multiple things that continue to spam my console until they crash the server. One of these things is the triangulator, an item in wireless redstone. Is there any way I could go without banning this item, but stop the console spam? Another thing is this INFO list spamming in console. I haven't found many people with the same issue, but I thought it was a whitelist thing until I turned whitelisting off and the problem persisted. I have no clue what it means, or why it's there. Also I believe the talisman of repair being put on a pedestal spamming console should be fixed as well. I already made sure no one is doing this, however it definitely is something that needs fixing. These are major issues for me as they persist, and continue to crash my server. It's not a home run server either. By the way, in the error log it only shows how often this INFO list occurs, however the Sending Triang really does spam the console when it comes up. Error Messages: [server] INFO Sending Triang: 21, 0.09213696 [server] INFO list Error Log: 22.08 00:47:39 [server] INFO list 22.08 00:47:21 [server] INFO list 22.08 00:47:04 [server] INFO list 22.08 00:46:46 [server] INFO list 22.08 00:46:28 [server] INFO list 22.08 00:46:10 [server] INFO list 22.08 00:45:53 [server] INFO list 22.08 00:45:35 [server] INFO list 22.08 00:45:17 [server] INFO list 22.08 00:44:59 [server] INFO list 22.08 00:44:42 [server] INFO list 22.08 00:44:24 [server] INFO list 22.08 00:44:06 [server] INFO list 22.08 00:43:48 [server] INFO list 22.08 00:43:31 [server] INFO list 22.08 00:43:13 [server] INFO list 22.08 00:42:55 [server] INFO list 22.08 00:42:37 [server] INFO list 22.08 00:42:20 [server] INFO list 22.08 00:42:02 [server] INFO list 22.08 00:41:44 [server] INFO list
  2. Yeah I seem to have the same issue. Maybe it's just a tekkit 3.1.2 bug? Transmutation tablets had never worked for me from the start of the server.
  3. It worked after I took Equivalent exchange out, but now here goes the process of making it work. =/ Does EE normally have a lot of block conflicts with other mods outside the technic pack?
  4. See the thing is that I just bought this server yesterday and was using all fresh files. I have no clue why its like this.
  5. I tried this, but then it gave me another conflict that wasn't there before. I'll try fixing any errors that pop up by setting it like so, but I'm wondering why this error only happens on my server that I have a host running. I'm running multicraft if that helps, but I know I already put all the files in the right spot, and the only issue is the mods. On my localhost there are no conflicts. Why is that?
  6. Title: Mods won't load on server startup Version: 3.0.3/3.0.4 OS: Windows 7 Java Version: 7 Description of Problem: When I start up my tekkit server, everything seems to load just fine until I get to the very end. Then it starts giving me many severe java errors, and I can't even get my server to start normally. It works without the mods, but the mods are causing some kind of problems together. Error Messages: 2012-07-15 02:28:02 [sEVERE] java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@58c16b18 when adding codechicken.enderstorage.BlockEnderChest@25e222e That's the first one of them, see the log for more. Error Log: 2012-07-15 02:28:02 [sEVERE] java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@58c16b18 when adding codechicken.enderstorage.BlockEnderChest@25e222e 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:177) 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 2012-07-15 02:28:02 [sEVERE] at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) 2012-07-15 02:28:02 [sEVERE] at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:67) 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) 2012-07-15 02:28:02 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) 2012-07-15 02:28:02 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220) 2012-07-15 02:28:02 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) 2012-07-15 02:28:02 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) 2012-07-15 02:28:02 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-07-15 02:28:02 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 178 is already occupied by ee.BlockEETorch@58c16b18 when adding codechicken.enderstorage.BlockEnderChest@25e222e at net.minecraft.server.Block.<init>(Block.java:177) at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:67) at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) at cpw.mods.fml.common.Loader.modInit(Loader.java:220) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492
×
×
  • Create New...