soo i am trying to move my Realms world to a server.... its not the server its the world.... already tested with a newly generated world but when i use the world form my Realm... it gives me this crash report http://paste.ubuntu.com/11044792/ please note that i DID delete the session.lock.... it comes up with the same crash report.... Any help? Thanks in advanced!
Iv done that with the Extact version the Realm was using....and it Crashes..... said that in the thread...
Sorry if im bad with Linux.... How do i make the startscrip.sh to run the server? Agian Sorry not the best with Linux
In the terminal run the following commands: cd your/server/dir sudo chmod 777 * rm world/session.lock Now you should be able to start your server. Edit: Stop offering bad advice, please. It says in black and white there is an issue with session lock and it should be deleted, also it states "Permission denied"
Okay Yes! your right it will start the server..... 1 issue.... EVERYTHING in the world is gone.... like it only used the seed of the world file.....
np but there are some good plenty of how to make an startscript for your server on the internet but here is one: Code (Text): apt-get install nano --yes nano start.sh \\ copy this: java -Xmx1024M -jar (ServerJar).jar /// press CTRL X then y and hit enter chmod +x start.sh ./start.sh