![]() |
[RaspberryPi] Server stopps/generates no world - 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: [RaspberryPi] Server stopps/generates no world (/thread-1271.html) Pages:
1
2
|
[RaspberryPi] Server stopps/generates no world - WarLord - 12-01-2013 Hi i try to get MCServer work on my RaspberryPi. I installed it with this tutorial: http://www.mc-server.org/wiki/doku.php?id=install when it try to start it, it stucks anyway. Quote:[11:00:29] --- Started Log --- the Server generates no world. Thanks for any help. Edit: Im using the latest Build RE: [RaspberryPi] Server stopps/generates no world - tigerw - 12-01-2013 For some reason, the ARM builds on bearbin's server don't work on all pi's. The issue is being investigated (sort of ![]() ![]() RE: [RaspberryPi] Server stopps/generates no world - bearbin - 12-01-2013 The log looks fine. Did it produce no other output? RE: [RaspberryPi] Server stopps/generates no world - WarLord - 12-01-2013 no it does not. it does nothing. i've testet it for 1 hour compiling from source? is there a tutorial? RE: [RaspberryPi] Server stopps/generates no world - xoft - 12-01-2013 There is a guide but it's outdated, it hasn't been updated for when we moved to GitHub. Basically, you should run these commands: Code: git clone https://github.com/mc-server/MCServer.git mc-server You might need to install git first if you get an error from the first command: Code: sudo apt-get install git EDIT: The following instructions are no longer valid You may need to download the basic plugins, such as the Core, too, otherwise the most common commands won't work: Code: cd mc-server/MCServer/Plugins RE: [RaspberryPi] Server stopps/generates no world - bearbin - 12-01-2013 you may also need GCC and G++ (not sure if they are included by default). Also, xoft, to get the plugins, you (in the root dir of the project): Code: git submodule init RE: [RaspberryPi] Server stopps/generates no world - tigerw - 12-03-2013 Everything going okay, warlord? RE: [RaspberryPi] Server stopps/generates no world - WarLord - 12-07-2013 hi today i had time to try it, and it works!!! He generates the landscape! Thank you for the help !! ![]() Edit: There is another problem now: i can reach the server from Minecraft, i see him at the server list, but if i try to connect it say's: "Failed to authenticate account!" My Minecraft account is legal. RE: [RaspberryPi] Server stopps/generates no world - xoft - 12-07-2013 Authentication is not working, currently, you should disable it in the server's config. See this wiki page for some pointers: http://www.mc-server.org/wiki/doku.php?id=configure:settings.ini#authentication_section RE: [RaspberryPi] Server stopps/generates no world - WarLord - 12-07-2013 Works fine ![]() sorry its my first server for minecraft and my first steps on the raspberry |