-
Posts
9 -
Joined
-
Last visited
About Death2000
- Birthday 07/15/1974
Death2000's Achievements

Dirt (1/9)
0
Reputation
-
Found in another post that you shouldn't upload your files via WinSCP.
-
I've also tried changing the id but it didn't work
-
It looks like to me that there is an item id conflict with Enderchests. Can someone help me fix it
-
Weird, had my dad try making a server and it worked for him (except NetherOres plugin). So I copied his and it worked.
-
My server is running on a virtual machine owned by my dad who keeps it updated at all times with a script Update Script: apt-get update apt-get upgrade -y apt-get clean apt-get autoremove -y I tried moving mod_NetherOres.jar back with the 'm' capitalized and it still didn't work so I'm gonna move it back to a folder I have called mods.crash. Renamed all zip and jar archives like you suggested and got this (I also noticed a problem that I didn't see before): 2012-08-04 15:59:18 [FINER] Initializing mod_IC2 2012-08-04 15:59:18 [iNFO] [iC2] Config loaded from /home/dacio/Server/Tekkit/./config/IC2.cfg 2012-08-04 15:59:18 [iNFO] CONFLICT @ -37 item slot already occupied by ic2.platform.ItemBlockCommon@4cc5aa00 while adding net.minecraft.server.ItemBlock@451c0d60 2012-08-04 15:59:18 [iNFO] CONFLICT @ -30 item slot already occupied by ic2.platform.ItemBlockCommon@34b23d12 while adding net.minecraft.server.ItemBlock@21c783c5 2012-08-04 15:59:18 [iNFO] CONFLICT @ -17 item slot already occupied by ic2.platform.ItemBlockCommon@2918958e while adding net.minecraft.server.ItemBlock@d02b2b6 2012-08-04 15:59:18 [iNFO] CONFLICT @ -19 item slot already occupied by ic2.platform.ItemBlockCommon@614a75bb while adding net.minecraft.server.ItemBlock@5f7779e3 2012-08-04 15:59:18 [iNFO] CONFLICT @ -20 item slot already occupied by ic2.platform.ItemBlockCommon@1ce3570c while adding net.minecraft.server.ItemBlock@1167e3a5 2012-08-04 15:59:18 [iNFO] CONFLICT @ -18 item slot already occupied by ic2.platform.ItemBlockCommon@3b926e90 while adding net.minecraft.server.ItemBlock@a98ce7e 2012-08-04 15:59:18 [FINER] Initializing mod_IC2AdvancedMachines 2012-08-04 15:59:18 [FINER] Initializing Balkon's WeaponMod 2012-08-04 15:59:18 [FINER] Initializing mod_BuildCraftFactory 2012-08-04 15:59:18 [FINER] Initializing mod_BuildCraftEnergy 2012-08-04 15:59:18 [FINER] Initializing mod_BuildCraftCore 2012-08-04 15:59:18 [FINER] Initializing mod_BuildCraftBuilders 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerLogic 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerLighting 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerWiring 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerCore 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerMachine 2012-08-04 15:59:18 [FINER] Initializing mod_RedPowerWorld 2012-08-04 15:59:18 [FINER] Initializing mod_ComputerCraft 2012-08-04 15:59:18 [FINER] Initializing mod_CCTurtle 2012-08-04 15:59:18 [FINER] Initializing mod_EE 2012-08-04 15:59:18 [FINER] Initializing mod_EnderStorage 2012-08-04 15:59:18 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by ic2.common.BlockRubSapling@799e11a1 when adding codechicken.enderstorage.BlockEnderChest@78979f67 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 2012-08-04 15:59:18 [sEVERE] at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) 2012-08-04 15:59:18 [sEVERE] at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:69) 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) 2012-08-04 15:59:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-08-04 15:59:18 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-08-04 15:59:18 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-08-04 15:59:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-08-04 15:59:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-04 15:59:18 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by ic2.common.BlockRubSapling@799e11a1 when adding codechicken.enderstorage.BlockEnderChest@78979f67 at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) at codechicken.enderstorage.BlockEnderChest.<init>(BlockEnderChest.java:29) at codechicken.enderstorage.EnderStorageManager.initialize(EnderStorageManager.java:69) at net.minecraft.server.mod_EnderStorage.load(mod_EnderStorage.java:17) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-04 15:59:26 [iNFO] Stopping server
-
Tried with server version 3.1.1 instead of 3.1.2 2012-08-03 19:37:44 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@73d32e45 while adding codechicken.enderstorage.ItemEnderChest@2d82ef6b 2012-08-03 19:37:44 [FINER] Initializing mod_NotEnoughItems 2012-08-03 19:37:44 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@620fa83 while adding net.minecraft.server.ItemMobSpawner@5f1eb199 2012-08-03 19:37:44 [FINER] Initializing mod_BuildCraftEnergy 2012-08-03 19:37:44 [FINER] Initializing mod_BuildCraftCore 2012-08-03 19:37:44 [FINER] Initializing mod_IC2 2012-08-03 19:37:44 [iNFO] [iC2] Config loaded from /home/dacio/Server/Tekkit/./config/IC2.cfg 2012-08-03 19:37:44 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@337b4703 when adding ic2.common.BlockRubSapling@6273305c 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-08-03 19:37:44 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) 2012-08-03 19:37:44 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-08-03 19:37:44 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-08-03 19:37:44 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-08-03 19:37:44 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-08-03 19:37:44 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-03 19:37:44 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@337b4703 when adding ic2.common.BlockRubSapling@6273305c at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockFlower.<init>(SourceFile:11) at net.minecraft.server.BlockFlower.<init>(SourceFile:19) at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-03 19:37:56 [iNFO] Stopping server 2012-08-03 19:37:56 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2012-08-03 19:37:56 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:571) 2012-08-03 19:37:56 [sEVERE] at java.util.ArrayList.get(ArrayList.java:349) 2012-08-03 19:37:56 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2012-08-03 19:37:56 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2012-08-03 19:37:56 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-03 19:37:56 [iNFO] Stopping server
-
Does anyone feel like even looking at this?
-
Title: Server Crash by Ender Chest Version: 3.1.1 OS: Linux 3.2.0-27-generic Ubuntu x86_64 Java Version: 1.6.0_24 64-bit Description of Problem: When the server is starting up with Tekkit Version 3.1.2 (not an option in the version field) it says something about codechicken and Ender Chests. Another problem I had before was by NetherOres. Error Messages: N/A EnderChest Error Log: 2012-08-01 17:22:18 [iNFO] CONFLICT @ -15 item slot already occupied by net.minecraft.server.ItemBlock@54ee3aa7 while adding codechicken.enderstorage.ItemEnderChest@644cd580 2012-08-01 17:22:18 [FINER] Initializing mod_NotEnoughItems 2012-08-01 17:22:18 [iNFO] CONFLICT @ -204 item slot already occupied by net.minecraft.server.ItemWithAuxData@23e0512a while adding net.minecraft.server.ItemMobSpawner@5bf0aecc 2012-08-01 17:22:18 [FINER] Initializing mod_BuildCraftEnergy 2012-08-01 17:22:18 [FINER] Initializing mod_BuildCraftCore 2012-08-01 17:22:18 [FINER] Initializing mod_IC2 2012-08-01 17:22:18 [iNFO] [iC2] Config loaded from /home/dacio/Server/Tekkit/./config/IC2.cfg 2012-08-01 17:22:18 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@2e257f1b when adding ic2.common.BlockRubSapling@1fbbdd48 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2012-08-01 17:22:18 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) 2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2012-08-01 17:22:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-08-01 17:22:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-01 17:22:18 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@2e257f1b when adding ic2.common.BlockRubSapling@1fbbdd48 at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockFlower.<init>(SourceFile:11) at net.minecraft.server.BlockFlower.<init>(SourceFile:19) at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) at net.minecraft.server.mod_IC2.load(mod_IC2.java:289) at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) at cpw.mods.fml.common.Loader.modInit(Loader.java:263) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-01 17:22:22 [iNFO] Stopping server 2012-08-01 17:22:22 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2012-08-01 17:22:22 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:571) 2012-08-01 17:22:22 [sEVERE] at java.util.ArrayList.get(ArrayList.java:349) 2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2012-08-01 17:22:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) NetherOres Error Log: 2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_NetherOres.jar, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_NetherOres in file mod_NetherOres.jar, attempting to load it 2012-08-01 17:35:27 [WARNING] Failed to load mod class net/minecraft/server/mod_NetherOres.class in /home/dacio/Server/Tekkit/mods/mod_NetherOres.jar 2012-08-01 17:35:27 [FINER] THROW java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:314) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) at cpw.mods.fml.common.Loader.load(Loader.java:419) at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-01 17:35:27 [sEVERE] Zip file mod_NetherOres.jar failed to read properly 2012-08-01 17:35:27 [FINER] THROW cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) at cpw.mods.fml.common.Loader.load(Loader.java:419) at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:314) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) ... 7 more 2012-08-01 17:35:27 [iNFO] File mod_NetherOres.jar contained no mods 2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_IC2_ChargingBench in file mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_IC2_ChargingBench loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip for mod_IC2_ChargingBench 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_IC2_ChargingBench loaded successfully 2012-08-01 17:35:27 [FINE] File mod_chargingbench-server-1.95b-mcpc1.2.5-r2.zip loaded successfully 2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_CompactSolars in file mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_CompactSolars loaded 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_CompactSolars loaded successfully 2012-08-01 17:35:27 [FINE] File mod_compactsolars-server-2.3.2.10-bukkit-mcpc-1.2.5.zip loaded successfully 2012-08-01 17:35:27 [FINE] Found a zip or jar file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class cpw.mods.ironchest.mod_IronChest in file mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class cpw.mods.ironchest.mod_IronChest loaded 2012-08-01 17:35:27 [FINE] Mod class cpw.mods.ironchest.mod_IronChest loaded successfully 2012-08-01 17:35:27 [FINE] File mod_ironchests-server-3.8.0.40-bukkit-mcpc-1.2.5.zip loaded successfully 2012-08-01 17:35:27 [FINE] Found a zip or jar file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerControl in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerControl loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerControl 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerControl loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLogic in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLogic loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLogic 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerLogic loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerLighting in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerLighting loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerLighting 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerLighting loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWiring in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWiring loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWiring 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerWiring loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerCore in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerCore loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerCore 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerCore loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerMachine in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerMachine loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerMachine 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerMachine loaded successfully 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_RedPowerWorld in file redpower-all-2.0p5b2-mcpc1.2.5-r15.zip, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_RedPowerWorld loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in redpower-all-2.0p5b2-mcpc1.2.5-r15.zip for mod_RedPowerWorld 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_RedPowerWorld loaded successfully 2012-08-01 17:35:27 [FINE] File redpower-all-2.0p5b2-mcpc1.2.5-r15.zip loaded successfully 2012-08-01 17:35:27 [FINE] Found a zip or jar file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_TubeStuff in file tubestuff_49.1.2_for_1.2.5-bukkit.jar, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_TubeStuff loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in tubestuff_49.1.2_for_1.2.5-bukkit.jar for mod_TubeStuff 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_TubeStuff loaded successfully 2012-08-01 17:35:27 [FINE] File tubestuff_49.1.2_for_1.2.5-bukkit.jar loaded successfully 2012-08-01 17:35:27 [FINE] Found a directory weaponmod, attempting to load it 2012-08-01 17:35:27 [iNFO] Directory weaponmod contained no mods 2012-08-01 17:35:27 [FINE] Found a zip or jar file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it 2012-08-01 17:35:27 [FINE] Found a mod class net.minecraft.server.mod_ImmiChunkLoaders in file zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar, attempting to load it 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders found, loading 2012-08-01 17:35:27 [FINE] ModLoader BaseMod class net.minecraft.server.mod_ImmiChunkLoaders loaded 2012-08-01 17:35:27 [FINE] Failed to find mcmod.info file in zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar for mod_ImmiChunkLoaders 2012-08-01 17:35:27 [FINE] Mod class net.minecraft.server.mod_ImmiChunkLoaders loaded successfully 2012-08-01 17:35:27 [FINE] File zdimensional-anchor_rev3.2_for_1.2.5-bukkit.jar loaded successfully 2012-08-01 17:35:27 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory 2012-08-01 17:35:27 [sEVERE] cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436) 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) 2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) 2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2012-08-01 17:35:27 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-08-01 17:35:27 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:419) 2012-08-01 17:35:27 [sEVERE] ... 5 more 2012-08-01 17:35:27 [sEVERE] Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method) 2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:634) 2012-08-01 17:35:27 [sEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) 2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:73) 2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:212) 2012-08-01 17:35:27 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 2012-08-01 17:35:27 [sEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) 2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:321) 2012-08-01 17:35:27 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) 2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:314) 2012-08-01 17:35:27 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:266) 2012-08-01 17:35:27 [sEVERE] at java.lang.Class.forName0(Native Method) 2012-08-01 17:35:27 [sEVERE] at java.lang.Class.forName(Class.java:264) 2012-08-01 17:35:27 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) 2012-08-01 17:35:27 [sEVERE] ... 7 more 2012-08-01 17:35:27 [sEVERE] Unexpected exception cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at cpw.mods.fml.common.Loader.load(Loader.java:436) at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) at cpw.mods.fml.common.Loader.load(Loader.java:419) ... 5 more Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:314) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) ... 7 more 2012-08-01 17:35:32 [iNFO] Stopping server 2012-08-01 17:35:32 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2012-08-01 17:35:32 [sEVERE] at java.util.ArrayList.rangeCheck(ArrayList.java:571) 2012-08-01 17:35:32 [sEVERE] at java.util.ArrayList.get(ArrayList.java:349) 2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2012-08-01 17:35:32 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
Title: Tekkit Crash on Multiplayer Inventory Open Version: 3.0.3/3.0.4 OS: Windows 8 Consumer Preview Build 8250 Java Version: Java 7 Update 5 (64-bit) Version: 7.0.50 Description of Problem: When I log into my Tekkit server and open my inventory, chest, transmutation table, ect. Tekkit crashes. Troubleshooting Done: Uninstalled all versions of java and re-installed Cleared the cache for Tekkit Installed the for 7/12/2012 recommended build Installed the for 7/12/2012 development build Restarted computer Disabled NotEnoughItems Deleted .techniclauncher\tekkit Allocated 2 GB of Ram Error Messages: None Error Log: [18:33:16] [sEVERE] java.lang.reflect.InvocationTargetException [18:33:16] [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [18:33:16] [sEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [18:33:16] [sEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [18:33:16] [sEVERE] at java.lang.reflect.Method.invoke(Unknown Source) [18:33:16] [sEVERE] at Reflector.callVoid(Reflector.java:131) [18:33:16] [sEVERE] at vl.a(RenderBlocks.java:6293) [18:33:16] [sEVERE] at tw.a(RenderItem.java:270) [18:33:16] [sEVERE] at tw.a(RenderItem.java:389) [18:33:16] [sEVERE] at gb.a(GuiContainer.java:196) [18:33:16] [sEVERE] at gb.a(GuiContainer.java:114) [18:33:16] [sEVERE] at ain.a(SourceFile:64) [18:33:16] [sEVERE] at lr.b(EntityRenderer.java:1103) [18:33:16] [sEVERE] at EntityRendererProxy.b(EntityRendererProxy.java:21) [18:33:16] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:869) [18:33:16] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:747) [18:33:16] [sEVERE] at java.lang.Thread.run(Unknown Source) [18:33:16] [sEVERE] Caused by: java.lang.NullPointerException [18:33:16] [sEVERE] at eloraam.core.RenderContext.setSideUV(RenderContext.java:212) [18:33:16] [sEVERE] at eloraam.core.RenderContext.doMappingBox(RenderContext.java:238) [18:33:16] [sEVERE] at eloraam.core.RenderContext.renderFaces(RenderContext.java:1106) [18:33:16] [sEVERE] at eloraam.wiring.RenderRedwire.renderInvBlock(RenderRedwire.java:157) [18:33:16] [sEVERE] at mod_RedPowerCore.renderInvBlock(mod_RedPowerCore.java:124) [18:33:16] [sEVERE] at ModLoader.renderInvBlock(ModLoader.java:1597) [18:33:16] [sEVERE] ... 16 more [18:33:17] [sEVERE] java.lang.IllegalStateException: Already tesselating! [18:33:17] [sEVERE] at adz.a(Tessellator.java:479) [18:33:17] [sEVERE] at adz.b(Tessellator.java:469) [18:33:17] [sEVERE] at tw.a(RenderItem.java:510) [18:33:17] [sEVERE] at tw.a(RenderItem.java:324) [18:33:17] [sEVERE] at tw.a(RenderItem.java:389) [18:33:17] [sEVERE] at gb.a(GuiContainer.java:196) [18:33:17] [sEVERE] at gb.a(GuiContainer.java:114) [18:33:17] [sEVERE] at ain.a(SourceFile:64) [18:33:17] [sEVERE] at lr.b(EntityRenderer.java:1103) [18:33:17] [sEVERE] at EntityRendererProxy.b(EntityRendererProxy.java:21) [18:33:17] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:869) [18:33:17] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:747) [18:33:17] [sEVERE] at java.lang.Thread.run(Unknown Source) [18:33:27] [sEVERE] Exception in thread "AWT-EventQueue-0" [18:33:27] [sEVERE] java.lang.NullPointerException: component argument pData [18:33:27] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method) [18:33:27] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source) [18:33:27] [sEVERE] at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source) [18:33:27] [sEVERE] at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source) [18:33:27] [sEVERE] at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source) [18:33:27] [sEVERE] at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source) [18:33:27] [sEVERE] at java.awt.Component.getGraphics(Unknown Source) [18:33:27] [sEVERE] at sun.awt.RepaintArea.paint(Unknown Source) [18:33:27] [sEVERE] at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source) [18:33:27] [sEVERE] at java.awt.Component.dispatchEventImpl(Unknown Source) [18:33:27] [sEVERE] at java.awt.Component.dispatchEvent(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue.dispatchEventImpl(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue.access$000(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue$3.run(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue$3.run(Unknown Source) [18:33:27] [sEVERE] at java.security.AccessController.doPrivileged(Native Method) [18:33:27] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) [18:33:27] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue$4.run(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue$4.run(Unknown Source) [18:33:27] [sEVERE] at java.security.AccessController.doPrivileged(Native Method) [18:33:27] [sEVERE] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventQueue.dispatchEvent(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.pumpEvents(Unknown Source) [18:33:27] [sEVERE] at java.awt.EventDispatchThread.run(Unknown Source)