Jump to content

scroll tro0l

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by scroll tro0l

  1. Be sure to check out the Tracker Site, I've been working hard on it! We're looking for beta-testers for our upcoming semi-roleplay server! Because we're in beta-phase right now, we're really looking for feedback. Please reply to this post with suggestions and comments. Thank you. You can stay up to date with our TekkitLite Post. Under-Construction Tracker Site. Represent Your Faction! Some Extra Info TP want's me to include: Expected Uptime: 24/7 Server Type: Open Mods [going to be] removed: Mystcraft Our Community: Our community has naturally consisted of mature players. We're a tight-knit group and love to socialize beyond the games!
  2. This group manager? http://ess.khhq.net/wiki/Group_Manager
  3. On this page: http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html Click on corresponding link for: Windows x64 (Go for .exe file)
  4. Are you an admin on your machine? You can also try forcing a particular version of tekkitlite by selection manual builds under the options button.
  5. Make sure you're using the correct modpack (Tekkit Classic vs Tekkit Lite). You can also try clearing your cache from the launcher under the options button.
  6. Make sure you've got the latest and greatest in java: http://www.oracle.com/technetwork/java/javase/downloads/index.html
  7. Blue dot in Hamachi is usually a client issue (have your friend check antivirus software, reboot, etc.). You could also try Tunngle.
  8. I used GriefPrevention in my Tekkit (Now Tekkit Classic) Server and it worked just fine with tekkit-specific blocks. I'm not sure if the author has rolled out a tekkit-specific version yet, which comes with unique block IDs preloaded. Link: http://dev.bukkit.org/server-mods/grief-prevention/ Edit: I'm currently testing out PreciousStones which is more city-oriented. Will post back results once I've done this.
  9. You can follow one of the two guides to getting bukkit running on your server which will make PvP plugins easier to find.
  10. Item menu is working fine on my end, try re-sizing your Minecraft window or playing in fullscreen and let me know. There are also some keybinds associated with showing or hiding some of the NEI menus, so you could try pressing random letters on your keyboard.
  11. Try a clean install of TekkitLite on the server and let us know what happens.
  12. There are already threads regarding this issue. One such thread exists here: http://forums.technicpack.net/threads/error-starting-server-somthing-about-sqlite-jdbc-jar.35006/
  13. The most common fix to client issues with 3.0.3 is to remove the .technicpack folder and install the game fresh. Make sure u set the game to 3.0.3 via options -> manual build -> 3.0.3. If you get empty worlds even after reconnecting to a server, clear the cache and restart your pc.
  14. Re: Java Problems on Server Launch Thanks again for the upload. I placed the files in my config folder (only one of them replaced something) but I still get that error. I'll just wait for the tekkit folks to fix up the files. Till then, removing those 3 mods is floating our boat. Thank you to everyone for contributing.
  15. Re: Java Problems on Server Launch Would it be possible to share "fixed files" with us? Some of us, such as myself, are not very talented. Thanks in advance.
  16. Re: Java Problems on Server Launch @kielan Thanks yo! I did initially remove one of those files knowing it had something to do with wireless stuff, but I didn't try getting rid of all three. Server launches I'm going to check up on everything to make sure it's working presto. Edit: I set my launcher to manual selection and did 3.0.3 or whatever and I still cant join. Anyone know how to fix? Update: Fixed it by removed .technicpack folder and redownloading. Can't see the terrain though lol.
  17. Re: Java Problems on Server Launch Java runs over a VM. My guess is that the only "special" thing in my case would be the OS and the way Java is installed on it.
  18. Launcher/pack Version: Tekkit v 3.0.3 Operating System: FreeBSD 9.0 Everything 'bout Java: openjdk version "1.7.0_04" OpenJDK Runtime Environment (build 1.7.0_04-b22) OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode) Description of Problem: Can't start up server, receive a great many errors regarding "wirelessredstone" and no start. Much sad face produced. Error Messages: 2012-05-28 15:41:46 [sEVERE] java.lang.ExceptionInInitializerError 2012-05-28 15:41:46 [sEVERE] at net.minecraft.server.WirelessRedstoneCore.initialize(WirelessRedstoneCore.java:49) 2012-05-28 15:41:46 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneCore.load(mod_WirelessRedstoneCore.java:12) 2012-05-28 15:41:46 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.init(ModLoaderModContainer.java:271) 2012-05-28 15:41:46 [sEVERE] at cpw.mods.fml.common.Loader.modInit(Loader.java:220) 2012-05-28 15:41:46 [sEVERE] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:539) 2012-05-28 15:41:46 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onLoadComplete(FMLBukkitHandler.java:121) 2012-05-28 15:41:46 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:159) 2012-05-28 15:41:46 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) 2012-05-28 15:41:46 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-05-28 15:41:46 [sEVERE] Caused by: java.lang.ArrayIndexOutOfBoundsException: 1024 2012-05-28 15:41:46 [sEVERE] at codechicken.core.ConfigFile.readLine(ConfigFile.java:158) 2012-05-28 15:41:46 [sEVERE] at codechicken.core.ConfigFile.loadConfig(ConfigFile.java:68) 2012-05-28 15:41:46 [sEVERE] at codechicken.core.ConfigFile.<init>(ConfigFile.java:41) 2012-05-28 15:41:46 [sEVERE] at codechicken.wirelessredstone.core.SaveManager.<clinit>(SaveManager.java:25) 2012-05-28 15:41:46 [sEVERE] ... 9 more 2012-05-28 15:41:46 [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.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) 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:25) ... 9 more Link to pastebin of entire log: http://pastebin.com/b67hDwmG wots up with chickens in the code? lol
×
×
  • Create New...