You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was installing on a mostly clean Ubuntu install, so thought to include instructions for anyone else that might benefit. Also, I am getting a timeout error on both 1.7.10 and 1.8 clients.
Bravo dependencies (already listed)
pip install construct
apt-get install python-twisted
pip install ampoule
If you're running on a clean server, you'll want to make sure you installed these
java: apt-get install openjdk-7-jdk
python-dev: apt-get install python-dev
Make a folder for your server, such as ~/minecraft and cd into it.
git clone https://github.com/bravoserver/bravo.git and cd into bravo
You're going to want to change your path to your example world instead of /absolute/path/to/world haha. However, I'm just trying to get to connect without timeout atm.
Failed to connect to the server
Internal Exception: io.netty.handler.timeout.ReadTimeoutException
or Error: 'Connection timed out' then possibly this issue #448 will solve, although I just got a This server doesn't support your ancient client. haha. So, instead of 1.4.2 try 1.7.10 instead of 1.8 maybe. However, this hasn't solved my own issue.
I will update this issue if I find solution. Thanks.
The text was updated successfully, but these errors were encountered:
Update: errs some point after buildProtocol is called. It returns after registers hooks (p.register_hooks()) with Registered client plugins hooks! message.
I was installing on a mostly clean Ubuntu install, so thought to include instructions for anyone else that might benefit. Also, I am getting a timeout error on both
1.7.10
and1.8
clients.Bravo dependencies (already listed)
pip install construct
apt-get install python-twisted
pip install ampoule
If you're running on a clean server, you'll want to make sure you installed these
apt-get install openjdk-7-jdk
apt-get install python-dev
Make a folder for your server, such as
~/minecraft
andcd
into it.git clone https://github.com/bravoserver/bravo.git
andcd
intobravo
cp bravo.ini.example ~/.bravo/bravo.ini
(see valid locations and settings, example is here)python setup.py install
Run
twistd -n bravo
like it says :)You're going to want to change your path to your
example
world instead of/absolute/path/to/world
haha. However, I'm just trying to get to connect without timeout atm.If running locally, check
localhost:8080
or if on a serveryour.domain.goes.here:8080/
. I suppose see http://www.scaine.net/site/2013/02/step-by-step-install-a-minecraft-server-on-ubuntu/ if you need some help running from your personal machine.If you get
or
Error: 'Connection timed out'
then possibly this issue #448 will solve, although I just got aThis server doesn't support your ancient client.
haha. So, instead of1.4.2
try1.7.10
instead of1.8
maybe. However, this hasn't solved my own issue.I will update this issue if I find solution. Thanks.
The text was updated successfully, but these errors were encountered: