[RaspberryPi] Server stopps/generates no world
#1
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
Reply
Thanks given by:
#2
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
Reply
Thanks given by:
#3
The log looks fine. Did it produce no other output?
Reply
Thanks given by:
#4
no it does not. it does nothing. i've testet it for 1 hour

compiling from source? is there a tutorial?
Reply
Thanks given by:
#5
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
Reply
Thanks given by:
#6
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
Reply
Thanks given by:
#7
Everything going okay, warlord?
Reply
Thanks given by:
#8
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.
Reply
Thanks given by:
#9
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?i...on_section
Reply
Thanks given by:
#10
Works fine Smile Thank you!
sorry its my first server for minecraft and my first steps on the raspberry
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)