kaosx Posted August 14, 2011 Share Posted August 14, 2011 I have tried a few things and cannot get tcadmin to start the server, I download this file minecraft-server.rar There are 3 files in the folder i take it and put it in D:\TCAFiles\Games\minecraft So then i have 3 files wich are start server.bat minecraft-server.jar readme I rename the server.bat to minecraft_server.bat with the following in it @echo off "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer pause I dont know what iam doing wrong can someone help me Thanks Link to comment Share on other sites More sharing options...
kaosx Posted August 14, 2011 Author Share Posted August 14, 2011 Okj i got it running but i see this in the log.viewer (java.io.IOException: An existing connection was forcibly closed by the remote host) Link to comment Share on other sites More sharing options...
GS-Liam Posted August 14, 2011 Share Posted August 14, 2011 Your using the wrong jar, Well maybe not the wrong one, But not the one i'd recommend Use the on at the bottom here Minecraft_server.jar http://www.minecraft.net/download.jsp Its what other members including myself also use Link to comment Share on other sites More sharing options...
kaosx Posted August 14, 2011 Author Share Posted August 14, 2011 Ok i have tried that but the only way i can get a server to run is this way "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer Now i was just givin another line aswell by someone on msn and it give start error so what line am i suppose to run? @echo off REM "C:\Program Files (x86)\Java\jre6\bin\java.exe" java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui Link to comment Share on other sites More sharing options...
GS-Liam Posted August 14, 2011 Share Posted August 14, 2011 Ok i have tried that but the only way i can get a server to run is this way "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer Now i was just givin another line aswell by someone on msn and it give start error so what line am i suppose to run? @echo off REM "C:\Program Files\Java\jre6\bin\java.exe" java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui A good start would be java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui This is what is mentioned on the page i gave you above:o Link to comment Share on other sites More sharing options...
kaosx Posted August 14, 2011 Author Share Posted August 14, 2011 wow i gotta be doing something wrong i can not get the server to run any other way then this way putting this "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer in the minecraft_server.bat anything else tcadmin gives me start error Link to comment Share on other sites More sharing options...
GS-Liam Posted August 14, 2011 Share Posted August 14, 2011 wow i gotta be doing something wrong i can not get the server to run any other way then this way putting this "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512M -Xmx512M -cp minecraft-server.jar com.mojang.minecraft.server.MinecraftServer in the minecraft_server.bat anything else tcadmin gives me start error make a server.bat, And put in what i mentioned above with the .jar file i mentioned and it should work correctly, Your still using your old file thats wrong... Link to comment Share on other sites More sharing options...
kaosx Posted August 14, 2011 Author Share Posted August 14, 2011 Still nothing iam using tcadmin V2 if that help, I just tried again and tcadmin actually created a minecraft_server.bat with the following in it "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %* Liam i just added you to MSN if you wouldnt mind lending a hand there Link to comment Share on other sites More sharing options...
GS-Liam Posted August 14, 2011 Share Posted August 14, 2011 I havn't had any msn requests.... What have you got inside server.bat? or minecraft_server.bat ? Have you entered *just* what i mentioned above ? Link to comment Share on other sites More sharing options...
LFA Posted August 14, 2011 Share Posted August 14, 2011 Run the game server manually with the same command line that tcadmin uses so you can check for any errors: http://help.tcadmin.com/Troubleshooting_Game_%26_Voice_Services#Running_the_Service_Manually If the java console closes right away open a command prompt, cd to the working directory and enter the command. Link to comment Share on other sites More sharing options...
kaosx Posted August 14, 2011 Author Share Posted August 14, 2011 yeah i got it working with this in server.bat "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui Link to comment Share on other sites More sharing options...
kazenokizu Posted August 16, 2011 Share Posted August 16, 2011 hint if u want to get away with a better running server at least i think so upgrade to java 7 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.