Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
01-07-2015, 07:09 PM
(This post was last modified: 01-07-2015, 07:10 PM by tonibm19.)
I didnt understand it at all. Sorry.
A german page would be good.
If you want to make a plugin page like bukkit, go ahead.
If you want to make a plugin to make a plugin list, youll habe to wait until libevent support its finished.
Posts: 15
Threads: 3
Joined: Jan 2015
Thanks: 2
Given 0 thank(s) in 0 post(s)
A site like bukkit.org and maybe if i good enough to make a plugin for the Webadmin where you can search and install plugins, but at the moment I need to learn more about Lua etc.
Posts: 6
Threads: 1
Joined: Mar 2015
Thanks: 1
Given 0 thank(s) in 0 post(s)
01-04-2016, 04:31 PM
(This post was last modified: 01-04-2016, 04:32 PM by mokanman.)
Hirnwunde,
I don't speak, write or understand German (which is sad because I was born in Berlin in 1954). I do have a Banana Pi and I had MCServer running on it last March but I have since downloaded the Cuberite binaries for Raspberry Pi and upgraded to the latest version of Bananian and am now unable to get it to execute. The following error displays when I try to execute:
pure virtual method called
terminate called without an active exception
[1] 1352 segmentation fault (core dumped) ./Cuberite
Does this mean anything to you?
Posts: 6
Threads: 1
Joined: Mar 2015
Thanks: 1
Given 0 thank(s) in 0 post(s)
Schwertspize,
Thanks for the information. I actually was able to resolve the problem by compiling Cuberite on the BananaPi to replace the pre-compiled build I had downloaded. I found some other threads on this forum that stated that was the workaround for now because there are so many variations of the Raspberry Pi that one binary cannot be expected to work on all of them.
I had a lot of trouble compiling at first because of missing dependencies but I persevered using "apt-get install", "apt-get update" and finally "apt-get install --fix-missing". I was then able to successfully execute the server and my wife connected and played for a couple of hours. I had to go to bed while she was still playing and I haven't talked to her yet as she is still sleeping. The server is still running and I just connected in game and everything appears to be working fine now.
Sorry I was too tired to add an update here before I went to bed but now we have several hours of successful testing and I am happy to report stuff works!
Thanks again for your help!!!
Posts: 204
Threads: 6
Joined: Oct 2015
Thanks: 23
Given 17 thank(s) in 16 post(s)
Try
apt-get dist-upgrade
To keep you system on the newest version (requires a reboot I think)
Posts: 6
Threads: 1
Joined: Mar 2015
Thanks: 1
Given 0 thank(s) in 0 post(s)
Appreciate the tip! Danke!
Posts: 721
Threads: 77
Joined: Apr 2014
Thanks: 113
Given 130 thank(s) in 91 post(s)
apt-get never requires a reboot.