![]() |
[Solved] Starting MCServer on the RasPi - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: [Solved] Starting MCServer on the RasPi (/thread-659.html) |
[Solved] Starting MCServer on the RasPi - Protectator - 12-24-2012 Hi ! I'm using a Raspberry Pi and I'm trying to run the MCServer on it. I downloaded the source files of MCServer and compiled it using Code: make release=1 Code: screen MCServer Can someone tell me how to launch it in this way ? By double clicking the executable, the server seems to work but also to be out of date : actual Minecraft version is 1.4.6, and the server is 1.4.2, so I can't test it. RE: Starting MCServer on the RasPi - gandl - 12-24-2012 Use the following command in Console to go to your MCServer folder: cd /way/to/the/folder/MCServer then run screen ./MCServer Make sure, screen is installed. Greetings RE: Starting MCServer on the RasPi - xoft - 12-24-2012 There is a MCServer folder next to the source and VC2008 folders. You need to cd into that folder and then run screen ./MCServer . note the dot and slash in front of MCServer, that is needed, linux... hope that helps. sorry for brevity, my only inet connection isfrom my Kindle and its keyboard sux. RE: Starting MCServer on the RasPi - Protectator - 12-24-2012 Thanks for your answers ! I tried a few more times, but what you told me is what I already tried. Here's a few screenshots of what happens : At start I tried to run it from the first folder : ![]() But the only thing it does is to clear the console and to tell me I don't have the right to do it : ![]() (Yeah, I'm using my raspi in french, "Permission non accordée" means "Not granted permission". And it's the same when I launch it using sudo) But it seems like, as you said, I was doing it wrong, so I opened the MCServer folder to try to run it from here, but there's another problem : ![]() When I launch screen, the console goes all black for ~2seconds, seems to display a message at the end but I'm totally unable to read it, it seems like it only keeps on screen during 1 frame, and then the console is cleared again, the message "[screen is terminating]" appears and I'm here again. If at least I could read the supposed error message it tries to show me... but I don't know what to do, here. RE: Starting MCServer on the RasPi - ThuGie - 12-24-2012 chmod the file, to have execution rights ![]() Had the same problem ![]() RE: Starting MCServer on the RasPi - Protectator - 12-24-2012 Still the same ![]() ![]() and ![]() RE: Starting MCServer on the RasPi - ThuGie - 12-24-2012 your in the wrong directory again. dont forget to enter the MCServer directory :p. when in trunk enter MCServer chmod the MCServer file and screen ./MCServer it ![]() RE: Starting MCServer on the RasPi - Protectator - 12-24-2012 Yeah, you were right, it works now ! Awesome, thanks all ! ![]() Do you have an idea if it will be updated to 1.4.6 ? Now I just want to try it out haha ![]() RE: [Solved] Starting MCServer on the RasPi - NiLSPACE - 12-24-2012 xoft is working on it ![]() |