Jump to content
  • 0

[SOLVED!!!] Tekkit Server 3.1.1-3.1.2 will not start.


krazymonkey246

Question

Title: Tekkit Server 3.1.1-3.1.2 will not start.

Version: 3.1.2

OS: Windows XP Professional

Java Version: Java 7 Update 7

Description of Problem:

No matter what ive tried, i can't get the latest tekkit server up and running. i have a dedicated computer, that i know for a fact works with past versions of tekkit along with other games and what not. i can't tell exactly where its going wrong, but i'll attach the log, obviously. ive tried several versions of java, and different amounts of memory allocation, to no avail. the system is 32bit with only 2G of ram, so i can only allocate 1G. still no luck though... hope someone can help!

[sOLVED!!!] this post here by Forgd worked perfectly. simply replace your batch file with the following :

@Echo OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar --nojline

PAUSE

make sure you change the "jre6" to "jre7" if you are using java 7, and for tekkit users, i changed the "craftbukkit.jar" to "Tekkit.jar"

hope this helped!

Error Messages:

Error Log:


C:\Documents and Settings\MCServerAdmin\Desktop\Tekkit_Server_3.1.2>java -Xmx10

24M -Xms1024M -jar Tekkit.jar nogui

182 recipes

27 achievements

java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.

internal.Kernel32

        at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu

pport.java:50)

        at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)

        at jline.WindowsTerminal.init(WindowsTerminal.java:80)

        at jline.TerminalFactory.create(TerminalFactory.java:93)

        at jline.TerminalFactory.get(TerminalFactory.java:151)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)

        at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:101)

 

        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:637)

        at org.bukkit.craftbukkit.Main.main(Main.java:136)

 

C:\Documents and Settings\MCServer Admin\Desktop\Tekkit_Server_3.1.2>pause

Press any key to continue . . .

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...