MC-Server on Raspberry Pi - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: MC-Server on Raspberry Pi (/thread-520.html) |
RE: MC-Server on Raspberry Pi - TheCreeper - 08-13-2012 Yep. Its working now. I am also able to connect to the server too. Performance of the server was better than I expected. RE: MC-Server on Raspberry Pi - bearbin - 09-05-2012 Automatic MCServer builds can be found at http://pi.berboe.co.uk:8080/ RE: MC-Server on Raspberry Pi - bstrobl - 09-29-2012 Just wanted to add my support for the Raspberry Pi here. I have tested MC Server on it and it runs pretty well for me and a couple of friends. Sadly the latest code checkouts only compile with a fatal error: ../Items/ItemHandler.h: No such file or directory RE: MC-Server on Raspberry Pi - xoft - 09-30-2012 Sorry for that, since we all develop on Windows machines, filename case is a somewhat forgotten concept I tried to fix it in rev 902, please try again if it compiles; if it doesn't, could you provide the full log? Thanks. RE: MC-Server on Raspberry Pi - bstrobl - 09-30-2012 Woohoo! Lots of bug fixes. Thanks a bunch As for filenames, I solve that problem with my own hobby project by dumping all the code into the main.c - those 7000 lines are starting to make eyes bleed but whatever RE: MC-Server on Raspberry Pi - CaelThunderwing - 09-30-2012 it's working fine for me had to due guess work if it was running for 1.3.2 or 1.2.5 now just need to checl plugins for basic time and whatnot as it seems i cant use beds. RE: MC-Server on Raspberry Pi - FakeTruth - 09-30-2012 Beds work in the latest revision of MCServer, though they do not change the time Just out of curiosity, why do you want to run MCServer on a Raspberry Pi? To me it seems the hardware is inferior to the alternative Android on a stick. RE: MC-Server on Raspberry Pi - CaelThunderwing - 09-30-2012 more like a Because i want to try thing (and something simple) but somethings up Core V7 doesnt seem to have the commands listed, and it wont recognize mcrainbows (doesnt get loaded) RE: MC-Server on Raspberry Pi - xoft - 09-30-2012 The Android on a stick is very unstable, very twitchy and generally unreliable. Especially when the OS can, by design, device to kill any application at any time without a warning. Furthermore my stick has problems connecting to any network. I wouldn't recommend it to anyone. Oh, and the performance was actually about the same as on the RasPi. RE: MC-Server on Raspberry Pi - cave - 10-03-2012 hi, i checked out r918 and started make. overclocking and still 100% CPU usage cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq Is there something to check before starting the server? which client version could be used to connect. at the moment it is 1.3.2 in vanilla. |