Jump to content

Gizmo

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Gizmo

  1. the problem I had was that it would detect and install the optifine zip but the shader zip wouldn't work cause it overwrote files already existing(or loaded in the wrong order?) so I merged them http://dl.dropbox.com/u/6760207/OptiFine_1.4.6_w_seus.zip just put this in instMods folder, only other thing in there should be title.zip and forge
  2. well it's outdated... basically what I did to get shaders working... I got the RC6 zip from Sonic ethers fb page, I got kryonix's latest zip from minecraftforums, and the right version of optifine. then I merged the shadermod into optifine zip, then I got the shaders from the shaders folder into the shaders folder now in optifine zip (fsh and vsh files) after this all you need to do is put the final zip into the instMods folder in the modpack you choose (probably direwolf20 as thats 1.4.6 which the latest shadermod is for) then you apply the texture pack and change settings to whats in the readme from the shaders rc6 zip, or you get blue/red tint all over.
  3. why not just go with feedthebeast launcher? direwolf20's pack has all the mods from technic and more, and it's minecraft 1.4.6 and shaders work. you can disable any mods you don't want in the launcher too (and they got forestry, with permission)
  4. I just read the thread and I'll have to agree with WinryAsa. Jay? should have firstly noticed the amount of blocks/distance it was about and have suggested the chunkloader/anchor. which was pretty obvious. And starting a new server on a different machine should have no impact on the issues when the OS/Java is the same and the cpu/ram is MORE than enough. the server runs on java so any software related bug is permanent, no matter what hardware you run it on. if he'd asked you to try it on linux would've been another matter. (different os means another compiled edition of java etc etc) then it boggled me when he said "no one else is having this problem". did he actually try to reproduce it? did he have others make it? did he just assume cause you're the first one asking about something like this that it obviously didn't happen to someone else that perhaps just didn't have the energy to go register on the forums to get some help but rather went around it another way, like for example making the cable shorter and putting the solars closer? I don't mean to angry the mods, I have however observed on this forum a lack of quality in support, which is understandable as there is alot of threads showing up, alot of people needing help, some of them way too simple to feel the need to answer, and ofc work on new versions of tekkit. perhaps Jay? needs a break?
  5. finally a helpfull reply, I got everything up and working. wheres the thanks button.
  6. sct try looking at my log in this topic http://forums.technicpack.net/threads/tekkit-3-1-1-item-conflicts-not-allowing-server-to-start.16645/#post-124395 now tell me it's not an item conflict? I know you guys have noticed the issue but the lack of response on it is annoying me, sorry.. perhaps make a sticky that you guys have acknowledged it, and are looking for what could be the reason? regards. gizmo.
  7. no this log appears to start fine, it looks like this on my windows computers. but my server running linux gets another kind of error about conflicting ID's and crashes.
  8. for devs/mods/admins info, what Blizzard did is what I have also done, 3.0.4 won't run without removing wireless redstone first. and 3.1.1 seems to be impossible to get working, at all. a FRESH install, on linux, with java 7 update 5, clean start directly unzipped from the tekkit zip, gets a [sEVERE] item id conflict and crashes.
  9. I have the exact same porlbem and also returned to 3.0.4 in the meantime. I am running JRE 1.7.0_u5 (Java 7 update 5). note there is a difference on the [info] conflict tags and the [sEVERE] thats stopping/freezing the server. what we experience under linux is the latter.
  10. I had to remove wireless redstone, I got past this error, then I got the enderchest error, I've removed that now even though I wanted to keep it, and now it's the forcefields mod complaining about conflicting ids, causing a crash.
  11. I removed enderchests and now it's doing the same thing with forcefields
  12. I have this same error as seen in oe of the other threads about this issue. I have already removed wireless redstone cause I didn't care much about that, I do want the enderstorage however. I removed it anyway and now it gives error on forcefield block ID... is the next step to remove that too, instead of fixing the underlying issue? 2008-02-06 00:11:00 [sEVERE] java.lang.IllegalArgumentException: Slot 255 is already occupied by mffs.BlockForceField@13d380dc when adding buildcraft.transport.LegacyBlock@22b0f5af 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) 2008-02-06 00:11:00 [sEVERE] at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:13) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:132) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.mod_BuildCraftTransport.modsLoaded(mod_BuildCraftTransport.java:17) 2008-02-06 00:11:00 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357) 2008-02-06 00:11:00 [sEVERE] at cpw.mods.fml.common.Loader.postModInit(Loader.java:280) 2008-02-06 00:11:00 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619) 2008-02-06 00:11:00 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2008-02-06 00:11:00 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-06 00:11:00 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 255 is already occupied by mffs.BlockForceField@13d380dc when adding buildcraft.transport.LegacyBlock@22b0f5af at net.minecraft.server.Block.<init>(Block.java:181) at net.minecraft.server.BlockContainer.<init>(BlockContainer.java:6) at buildcraft.transport.LegacyBlock.<init>(LegacyBlock.java:13) at net.minecraft.server.BuildCraftTransport.initialize(BuildCraftTransport.java:132) at net.minecraft.server.mod_BuildCraftTransport.modsLoaded(mod_BuildCraftTransport.java:17) at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:357) at cpw.mods.fml.common.Loader.postModInit(Loader.java:280) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:619) 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) 2008-02-06 00:11:14 [iNFO] Stopping server 2008-02-06 00:11:14 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2008-02-06 00:11:14 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2008-02-06 00:11:14 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2008-02-06 00:11:14 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2008-02-06 00:11:14 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2008-02-06 00:11:14 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-06 00:11:14 [iNFO] Stopping server 2008-02-06 00:11:14 [sEVERE] Exception in thread "Thread-3" 2008-02-06 00:11:14 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  13. so, you'll loose about 2.5 eu by the time they get down. then 1 eu per 3 copper wires, you do the remaining math is any power reaches or not...
  14. here comes mine. to even get this far I had to remove wirelessredstone. see my thread for that log. 2008-02-05 04:08:38 [iNFO] [iC2] Config loaded from /home/mc/servers/tekkit/./config/IC2.cfg 2008-02-05 04:08:38 [sEVERE] java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@244aaf0d when adding ic2.common.BlockRubSapling@232a9118 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.Block.<init>(Block.java:181) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:11) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.BlockFlower.<init>(SourceFile:19) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.BlockSapling.<init>(BlockSapling.java:18) 2008-02-05 04:08:38 [sEVERE] at ic2.common.BlockRubSapling.<init>(BlockRubSapling.java:14) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.mod_IC2.load(mod_IC2.java:286) 2008-02-05 04:08:38 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2008-02-05 04:08:38 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2008-02-05 04:08:38 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2008-02-05 04:08:38 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2008-02-05 04:08:38 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 04:08:38 [sEVERE] Unexpected exception java.lang.IllegalArgumentException: Slot 241 is already occupied by codechicken.enderstorage.BlockEnderChest@244aaf0d when adding ic2.common.BlockRubSapling@232a9118 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) 2008-02-05 04:08:55 [iNFO] Stopping server 2008-02-05 04:08:55 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2008-02-05 04:08:55 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2008-02-05 04:08:55 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2008-02-05 04:08:55 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2008-02-05 04:08:55 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2008-02-05 04:08:55 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 04:08:55 [iNFO] Stopping server 2008-02-05 04:08:55 [sEVERE] Exception in thread "Thread-3" 2008-02-05 04:08:55 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2008-02-05 04:08:55 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source)
  15. I deleted all the folders except world+nether+the end then uploaded the new server to replace it. I'll compare the mods folder anyway though. edit: done, as you suspected compacted solars was old, wonder how that happened..? anyway, now wirelessredstone is the problem, and that IS up to date. however I had this problem before too, and I don't really need it so I'll just remove them. here is that error. 2008-02-05 03:42:13 [FINER] Initializing mod_WirelessRedstoneCore 2008-02-05 03:42:13 [sEVERE] java.lang.ExceptionInInitializerError 2008-02-05 03:42:13 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 2008-02-05 03:42:13 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 2008-02-05 03:42:13 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2008-02-05 03:42:13 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2008-02-05 03:42:13 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2008-02-05 03:42:13 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2008-02-05 03:42:13 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2008-02-05 03:42:13 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2008-02-05 03:42:13 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 03:42:13 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 2008-02-05 03:42:13 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 2008-02-05 03:42:13 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 2008-02-05 03:42:13 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 2008-02-05 03:42:13 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) 2008-02-05 03:42:13 [sEVERE] ... 9 more 2008-02-05 03:42:13 [sEVERE] Unexpected exception java.lang.ExceptionInInitializerError at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 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) Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:33) ... 9 more 2008-02-05 03:48:57 [iNFO] Stopping server 2008-02-05 03:48:57 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2008-02-05 03:48:57 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2008-02-05 03:48:57 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2008-02-05 03:48:57 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2008-02-05 03:48:57 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2008-02-05 03:48:57 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 03:48:57 [iNFO] Stopping server 2008-02-05 03:48:57 [sEVERE] Exception in thread "Thread-3" 2008-02-05 03:48:57 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  16. Title: [3.1.1] Compact solars on linux, fresh install Version: 3.0.3/3.0.4 OS: MineOS/Linux Java Version: Java 7 (1.7.0) Description of Problem: Brand new server, upon first run it crashes, problem seems to be compact solars. edit: might add 3.0.4 works fine on same server. and the exact same folder of serverfiles works fine on windows for whatever reason... Error Messages: Error Log: 2008-02-05 02:11:18 [FINER] Initializing mod_CompactSolars 2008-02-05 02:11:18 [iNFO] CompactSolars: MinecraftForge minor version mismatch, expecting 3.1.x, may lead to unexpected behavior 2008-02-05 02:11:18 [sEVERE] A fatal error has occured initializing CompactSolars 2008-02-05 02:11:18 [sEVERE] java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.Class.forName0(Native Method) 2008-02-05 02:11:18 [sEVERE] at java.lang.Class.forName(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:20) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.compactsolars.ServerClientProxy.getProxy(ServerClientProxy.java:45) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.mod_CompactSolars.load(mod_CompactSolars.java:30) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 02:11:18 [sEVERE] java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy 2008-02-05 02:11:18 [sEVERE] at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:26) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.compactsolars.ServerClientProxy.getProxy(ServerClientProxy.java:45) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.mod_CompactSolars.load(mod_CompactSolars.java:30) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:351) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:263) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:618) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:142) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:176) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 2008-02-05 02:11:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 02:11:18 [sEVERE] Caused by: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader$1.run(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 2008-02-05 02:11:18 [sEVERE] at java.net.URLClassLoader.findClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.ClassLoader.loadClass(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at java.lang.Class.forName0(Native Method) 2008-02-05 02:11:18 [sEVERE] at java.lang.Class.forName(Unknown Source) 2008-02-05 02:11:18 [sEVERE] at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:20) 2008-02-05 02:11:18 [sEVERE] ... 9 more 2008-02-05 02:11:18 [sEVERE] Unexpected exception java.lang.RuntimeException: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:26) at cpw.mods.compactsolars.ServerClientProxy.getProxy(ServerClientProxy.java:45) at net.minecraft.server.mod_CompactSolars.load(mod_CompactSolars.java:30) 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) Caused by: java.lang.ClassNotFoundException: cpw.mods.compactsolars.client.ClientProxy at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.compactsolars.ServerClientProxy.buildProxy(ServerClientProxy.java:20) ... 9 more 2008-02-05 02:11:35 [iNFO] Stopping server 2008-02-05 02:11:35 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 2008-02-05 02:11:35 [sEVERE] at java.util.ArrayList.rangeCheck(Unknown Source) 2008-02-05 02:11:35 [sEVERE] at java.util.ArrayList.get(Unknown Source) 2008-02-05 02:11:35 [sEVERE] at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:424) 2008-02-05 02:11:35 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) 2008-02-05 02:11:35 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2008-02-05 02:11:35 [iNFO] Stopping server
  17. sounds like you don't have as much ram free as you're trying to allocate (3gigs)
  18. no, they cannot, it seems they can be ignored on windows, but on linux it crashes the server. really, I tried, with the exact same files (copied the same folder back and forth) my dedicated server that is running from a different location is running linux. MineOS to be specific, 3.0.4 worked just fine.
  19. yeah this is the same problem I'm having, works on windows, not on linux
  20. I am also getting ID conflicts. server still starts fine on windows. my dedicated server however, runs MineOS (linux) and there the exact same files (the whole folder is the exact same thing, confirmed by recopying from my windows folder 3 times) the same errors appear as SEVERE and the server crashes. 3.0.4 ran fine on MineOS with no issues. the only thing I kept from the old server is the map, and that was copied over later to confirm that was not the issue (it runs fine on tekkit 3.1.1 on windows)
  21. hmm, sorry, I misunderstood the problem and the one I just fixed... very weird... try this one, I fixed some white areas to transparent...
  22. You need to capitalize your name correctly... for example for me logging in as gizmothegreen doesn't work, but GizmoTheGreen (how i registered) works and shows my skin.
  23. this time needs bo.class copied to modpack.jar from minecraft.jar too. well, I got the installer to patch, and added the shader files, and tekkit still runs! but, no shaders visible... so not working for some reason,
  24. correct, for tekkit mods should go as zipr or jars into mods folder or into modpack.jar ^^ *brohoof* /)(\
×
×
  • Create New...