Jump to content

Tendonsie

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Tendonsie

  1. This is a "normal" block ID error, and is usually caused by a botched update. If it starts like this from a clean install, you may need to do some work on the mod files. Since you have Linux as an OS, and it's case-sensitive for file loading, unlike Windows, I suspect mod loading order may be causing your problems. Try renaming each of the mod files that doesn't start with a capital letter so it does. I also have no idea how MCMyAdmin might be affecting the server, so you'll want to speak with your host about that.

    Tryed rename every mod in the mod map but doens't work. 0 mods start now with capital letter.

  2. Clean Centos 6.x newest version and installation.

    Fresh install of java and all other software.

    Fresh clean official Tekkit newest software.

    And if there are problems, wiki say "just run" and if you google the error, everwhere nobody gives the answer.

    If they know that this problem is frequent to Linux users, why not set it in the Wiki. Why hundreds of pages and no answer.

    On Topic: where can we find a solution?

  3. I don't understand why it's possible that on the OFFICIAL WEBSITE the NEWEST file, just doesn't work on Linux, and if you look hours on Google you see many problems but 0 solutions. How is this possible...

    And two months ago, there was also an error on this sort, how is this possible... official site.

    And wiki just say "run" ... is that a wiki of the official site...

    And the funny off all... 10 year old boys, they can run the server on Windows, and professional dedicated linux servers, find nothing.

  4. actually, there are several guides for bukkit on CentOS 5/6 -> just google "bukkit server centos"

    also, it's probably because people who tend to use centos, know what they're doing ;P

    just rename your netherores.jar to netherores.jar.disabled and see if it works. You just have to disable mods one at a time and find the cause - method of elimination :)

    Bukkit no no no this is Tekkit.

    To Answer

    -> Bukkit server on that server works ;)

    -> Tekkt server doesn't work, see errors above.

    So there need to be something else. Tested on the java 6 machine and on the 1.7.0_04.

    I will try another the the 1.7.0_05 like you say.

  5. I'm trying to install Tekkit on a Linux Centos 6.x server.

    I've searched on the forum, site en wiki but never found an answer.

    On the wiki, you just see run and that's it. LoL ... Good Wiki.

    How to solve my problem?

    My Error after running:

    ./launch.sh

    182 recipes

    27 achievements

    16:47:18 [iNFO] Starting minecraft server version 1.2.5

    16:47:18 [iNFO] Forge Mod Loader version @MAJOR@.@MINOR@.@REV@.@BUILD@ for Minecraft @MCVERSION@ loading

    16:47:18 [iNFO] Loading mods from /root/minecraft/server6/mods

    16:47:18 [sEVERE] java.lang.UnsupportedClassVersionError: net/minecraft/server/mod_NetherOres : Unsupported major.minor version 51.0

    16:47:18 [sEVERE] at java.lang.ClassLoader.defineClass1(Native Method)

    16:47:18 [sEVERE] at java.lang.ClassLoader.defineClass(ClassLoader.java:634)

    16:47:18 [sEVERE] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)

    16:47:18 [sEVERE] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)

    16:47:18 [sEVERE] at java.net.URLClassLoader.access$000(URLClassLoader.java:73)

    16:47:18 [sEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:212)

    16:47:18 [sEVERE] at java.security.AccessController.doPrivileged(Native Method)

    16:47:18 [sEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:205)

    16:47:18 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:321)

    16:47:18 [sEVERE] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)

    16:47:18 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:314)

    16:47:18 [sEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:266)

    16:47:18 [sEVERE] at java.lang.Class.forName0(Native Method)

    16:47:18 [sEVERE] at java.lang.Class.forName(Class.java:264)

    16:47:18 [sEVERE] at cpw.mods.fml.common.Loader.loadModClass(Loader.java:440)

    16:47:18 [sEVERE] at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

    16:47:18 [sEVERE] at cpw.mods.fml.common.Loader.load(Loader.java:375)

    16:47:18 [sEVERE] at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

    16:47:18 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

    16:47:18 [sEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

    16:47:18 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

    16:47:18 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    16:47:18 [sEVERE] Unexpected exception

    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:440)

    at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:497)

    at cpw.mods.fml.common.Loader.load(Loader.java:375)

    at cpw.mods.fml.common.Loader.loadMods(Loader.java:527)

    at cpw.mods.fml.server.FMLBukkitHandler.onPreLoad(FMLBukkitHandler.java:113)

    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:118)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    16:47:21 [iNFO] Stopping server

    16:47:21 [sEVERE] Exception in thread "Thread-3"

    16:47:21 [sEVERE] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

×
×
  • Create New...