Jump to content

grepwood

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by grepwood

  1. How does one connect to Tekkit servers without a Minecraft account? I know some people that play on Bukkit without Minecraft accounts would like to play on Tekkit, but they don't know how. Tekkit's launcher has it hardcoded to authenticate afaik.
  2. Not heavily. And differences are very little. Possible variables: - Java 7 is or isn't in official repo - you need or need not to configure iptables - you need or need not to be a member of wheel group - you need, or need not to be a sudoer - you may need to, or may not need to configure SELinux - you may or may not be aware that your default shell needs to be rehashed
  3. You must have plugins that work with Minecraft 1.2.5 and not 1.whatever's.latest. Tekkit is built around Minecraft 1.2.5 and plugins that are for newer versions will break Tekkit.
  4. I notice that a lot of people in the bug section declare that their server runs on Windows. Why is there so little people running servers on UNIX systems?
  5. grepwood

    Crash!

    Log should be located somewhere in your .minecraft dir. If you can't find it, you can attempt to catch it into a terminal if you run Tekkit from terminal.
  6. 1GB is enough to host fairly liberal MC server. 2GB is enough to spare yourself a lunch or two. 512MB is enough to ddos a server by having 5 people join and not go outside the spawn build-protection radius. Makes me wonder how could I host one on a K8 for 939 socket. Which is a high-end from around 8 years ago.
  7. Please post logs and GPU info.
  8. Then can you connect to other servers?
  9. How about you just post the log?
  10. Thank you for your help!

  11. How come? What happens in the logs when unprivileged users build without PEX?
  12. Something's wrong in lines [2108,2135]. It's clearly a PEX bug.
  13. Launch it from terminal and post output.
  14. Nah, I'm watching rtmp video streams with elinks in ssh. @below That solved it.
  15. Title: Launch script hides shell input Version: 3.1.2 OS: Gentoo Linux 3.5.7 amd64/amdfam10 Java Version: 1.6.0_24 Description of Problem: After terminating the server with Ctrl-C the console input is not visible. It makes running long commands difficult. Error Messages: Error Log:
  16. Yes, it will, but it will only take advantage of expanded memory map if the Java VM of Tekkit needs to allocate more than 4GB of RAM. Here's a better link for 64bit Java for OP: http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html Also, I've just started Tekkit with a new map and 1GB allocated to see just how much memory is needed to run Tekkit. System monitor says 760 MB. I hope OP finds this figure useful.
  17. I went with the hint and it did work. All other mods supplied with the .zip release of Tekkit work alright. It's just NetherOres causing problems.
  18. If you insist on going with Intel, what you actually can do is try to reduce Minecraft's workload on the GPU by reducing detail, effects and window size of Minecraft. @folks mentioning 64bit Java https://www.java.com/en/download/faq/java_win64bit.xml#Java%20for%2064-bit Here's the link, but I doubt this will help. I used to run Minecraft on Windows with less RAM and with 32bit Java. It worked fine.
  19. md5sum of my mod_NetherOres.jar is d9fc68827e03f9fcc0754f53d0d0788d
  20. Title: Supposedly corrupt mods Version: 3.1.2 OS: Gentoo Linux 3.5.7 amd64/amdfam10 Java Version: 1.6.0_24 Description of Problem: Server crashes at startup due to supposedly corrupt mods. Error Messages: Error Log: 182 recipes 27 achievements 20:29:06 [iNFO] Starting minecraft server version 1.2.5 20:29:06 [iNFO] Attempting early MinecraftForge initialization 20:29:06 [iNFO] Completed early MinecraftForge initialization 20:29:06 [iNFO] Forge Mod Loader version 2.2.91.173 for Minecraft 1.2.5 loading 20:29:06 [iNFO] Loading mods from /home/grepwood/tekkit/mods 20:29:06 [WARNING] Failed to load mod class net/minecraft/server/mod_NetherOres.class in /home/grepwood/tekkit/mods/mod_NetherOres.jar 20:29:06 [sEVERE] Zip file mod_NetherOres.jar failed to read properly 20:29:06 [iNFO] File mod_NetherOres.jar contained no mods 20:29:06 [iNFO] Directory weaponmod contained no mods 20:29:06 [sEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory 20:29:06 [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 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:436) 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:606) 20:29:06 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:134) 20:29:06 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:135) 20:29:06 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) 20:29:06 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 20:29:06 [sEVERE] Caused by: cpw.mods.fml.common.LoaderException: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:562) 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:419) 20:29:06 [sEVERE] ... 5 more 20:29:06 [sEVERE] Caused by: java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0 20:29:06 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method) 20:29:06 [sEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:634) 20:29:06 [sEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 20:29:06 [sEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) 20:29:06 [sEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:73) 20:29:06 [sEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:212) 20:29:06 [sEVERE] at java.security.AccessController.doPrivileged(Native Method) 20:29:06 [sEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) 20:29:06 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:321) 20:29:06 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) 20:29:06 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:314) 20:29:06 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:266) 20:29:06 [sEVERE] at java.lang.Class.forName0(Native Method) 20:29:06 [sEVERE] at java.lang.Class.forName(Class.java:264) 20:29:06 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) 20:29:06 [sEVERE] ... 7 more 20:29:06 [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
×
×
  • Create New...