Jump to content

Problems with starting Tekkit under Suse


Recommended Posts

Hello i have some problems after starting tekkit with this command

java -Xmx3G -Xms2G -jar Tekkit.jar

it is loading but i get some errors and the server didnt started up correctly

first one is this

http://pastebin.com/uFF94pdr

and secondly i get this one if i delete the first file mod_NetherOres:

http://pastebin.com/72VsgWEG

what can i do?

OS: SuseLinux 11.2

RAM: 6GB

JAVA: java-1_6_0-openjdk

Link to comment
Share on other sites

Ok after the installation of Java 7 i checked the version, and its giving me this output

~/tekkit> java -version

java version "1.7.0_05"

Java SE Runtime Environment (build 1.7.0_05-b05)

Java HotSpot 64-Bit Server VM (build 23.1-b03, mixed mode)

so i got it to work but i still get this error:

http://pastebin.com/72VsgWEG

does it has something to do about my Java Version?

thanks already

Link to comment
Share on other sites

  • Forum Administrators

That is the error you get when you edit the WirelessRedstone.cfg with an editor like VI. It will convert the CRLF line endings to LF. CodeChickenCore can only read CRLF. The solution is to convert your LF line endings back to CRLF.

Check this out for help: http://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/

Link to comment
Share on other sites

That is the error you get when you edit the WirelessRedstone.cfg with an editor like VI. It will convert the CRLF line endings to LF. CodeChickenCore can only read CRLF. The solution is to convert your LF line endings back to CRLF.

Check this out for help: http://www.cyberciti.biz/faq/howto-unix-linux-convert-dos-newlines-cr-lf-unix-text-format/

Same error I had, and the above fix did not work for me. It also does not work if you don't even touch/edit the config file. So editing the file with "an editor like VI" does not break this. It does not work regardless of line endings.

Previous thread with similar/identical problem..

http://forums.technicpack.net/threads/severe-errors-starting-linux-server-tekkit-3-03-using-java-7.9754/

Link to comment
Share on other sites

ok think my problem is found, i started the bat file on my windows pc, and uploaded then the files (kinda stupid i know)

now i uploaded the zip file up and unzip it on my linux server and then i startet the jar, and it works now without any erorrs :D

thanks for all people who tried helping me :D

SOLVED

Link to comment
Share on other sites

ok think my problem is found, i started the bat file on my windows pc, and uploaded then the files (kinda stupid i know)

now i uploaded the zip file up and unzip it on my linux server and then i startet the jar, and it works now without any erorrs :D

thanks for all people who tried helping me :D

SOLVED

Thank you for figuring this out!! Worked for me on my Ubuntu box! Now I can finally have Wireless Redstone on my server again!

To clarify on what "ItsCriminal" figured out to fix this.

1. Unzip Tekkit server on windows OS.

2. Run Tekkit server on windows OS, verify that the mods work.

3. Zip Tekkit server folder from windows OS.

4. Upload and unzip Tekkit server file you got from windows OS onto linux OS.

5. Launch Tekkit server on linux and it should work!

Link to comment
Share on other sites

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...