ItsCriminal Posted June 19, 2012 Posted June 19, 2012 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
Yuriy Posted June 19, 2012 Posted June 19, 2012 "Unsupported major.minor version 51.0" Usually means go get yourself a copy of Java7
ItsCriminal Posted June 19, 2012 Author Posted June 19, 2012 ok thank you so much for the help i install then 1_7
ItsCriminal Posted June 19, 2012 Author Posted June 19, 2012 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
Yuriy Posted June 19, 2012 Posted June 19, 2012 That one I'm not familiar with so I hope you get it working, mate.
ItsCriminal Posted June 19, 2012 Author Posted June 19, 2012 thank you anyway, maybe there is someone here on the forum who see it and can help me :D
Forum Administrators sct Posted June 19, 2012 Forum Administrators Posted June 19, 2012 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/
Notvis Posted June 20, 2012 Posted June 20, 2012 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/
ppingos Posted June 20, 2012 Posted June 20, 2012 I think nano can save a file with CRLF endings (MSDOS mode) if I'm not mistaken.
ItsCriminal Posted June 20, 2012 Author Posted June 20, 2012 thanks all for the replys. i will try everything but i never used an editor on the files ^^
ItsCriminal Posted June 20, 2012 Author Posted June 20, 2012 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 thanks for all people who tried helping me SOLVED
Notvis Posted June 21, 2012 Posted June 21, 2012 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 thanks for all people who tried helping me 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!
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 accountSign in
Already have an account? Sign in here.
Sign In Now