Cuberite Forum
[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 ---

[11:00:29] Creating new server instance...
[11:00:29] Reading server config...
[11:00:29] Regenerating settings.ini, all settings will be reset
[11:00:29] Starting server...
[11:00:29] Compatible clients: 1.2.4, 1.2.5, 1.3.1, 1.3.2, 1.4.2, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.5, 1.5.1, 1.5.2, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.7.2
[11:00:29] Compatible protocol versions 29, 39, 47, 49, 51, 60, 61, 73, 74, 77, 78, 4
[11:00:29] Client IPv4 IPv4: Port 25565 is open for connections
[11:00:29] Client IPv6 IPv6: Cannot create listening socket for port 25565: "97: Address family not supported by protocol"
[11:00:30] WebServer IPv4 IPv4: Port 8080 is open for connections
[11:00:30] Loaded 269 crafting recipes
[11:00:30] Loaded 14 furnace recipes and 15 fuels
[11:00:30] -- Loading Plugins --
[11:00:30] -- Loaded 11 Plugins --
[11:00:30] [Generator] BiomeGen value not set in world.ini, using "MultiStepMap".
[11:00:30] [Generator] HeightGen value not set in world.ini, using "Biomal".
[11:00:30] [Generator] CompositionGen value not set in world.ini, using "Biomal".

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 ofTongue), but in the meantime, try compiling MCServer from source. If you are unsure of how to, bearbin will help. Smile


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
cd mc-server
make release=1

You might need to install git first if you get an error from the first command:
Code:
sudo apt-get install git
Your executable will be called mc-server/MCServer/MCServer

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
git pull https://github.com/mc-server/Core.git



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
git submodule update



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 !!Big Grin


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 Smile Thank you!
sorry its my first server for minecraft and my first steps on the raspberry