bwillb Posted October 11, 2012 Posted October 11, 2012 right click on the batch file and go to edit. Make sure that java -Xmx3G -Xms2G -jar Tekkit.jar nogui is all on one line. it was broken up weirdly on the logs you posted so make sure it's correct in the actual bat file. Quote
Tiberius_JN Posted October 11, 2012 Author Posted October 11, 2012 right click on the batch file and go to edit. Make sure that is all on one line. it was broken up weirdly on the logs you posted so make sure it's correct in the actual bat file. It is as such " java -Xmx3G -Xms2G -jar Tekkit.jar nogui " There was also right below it "pause" If I "pause" it just closese cmd.exe as soon as it opens, but of course I replaced it. What's weird is I see people talking about the launch file being "bat" that's just code for Windows Batch File correct? For some reason I have two Launch files inside the Tekkit Server folder. One is the "launch" "Windows Batch File" , and two is "launch" SH File" that I can't do anything with. Quote
saintnicster Posted October 11, 2012 Posted October 11, 2012 It is as such " java -Xmx3G -Xms2G -jar Tekkit.jar nogui " There was also right below it "pause" If I "pause" it just closese cmd.exe as soon as it opens, but of course I replaced it. What's weird is I see people talking about the launch file being "bat" that's just code for Windows Batch File correct? For some reason I have two Launch files inside the Tekkit Server folder. One is the "launch" "Windows Batch File" , and two is "launch" SH File" that I can't do anything with. Correct. If you have file extensions enabled, you would see that the files are labeled Launch.bat and Launch.sh. The sh file is a shell script primarily for Linux and OS X users. Quote
Tiberius_JN Posted October 11, 2012 Author Posted October 11, 2012 Thanks just making sure I've been poking at every little thing to try, and figure out my problem I'm having. Quote
bwillb Posted October 11, 2012 Posted October 11, 2012 Well then, only thing I can think of is maybe your Tekkit server jar is corrupted. I'd try redownloading it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.