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
cd to the installation folder (which was bravo-master on my desktop, from a zip file)
Run "sudo python setup.py install"
Run "twistd -n bravo"
And then it created a world and all that jazz. However, when I try to connect to the server, it says "logging in" and then I get a connection timeout.
What the console says when I try to connect with localhost:
This happens because you're probably using the latest Minecraft client, and Bravo most recently worked somwehere around 1.4 (from the changelog at bravo 2.0: "The 1.4.x protocol is now supported, without server-side encryption.")
In the Minecraft launcher, go to "edit profile" in the lower left, then in the "use version" dropdown pick 1.4.2. I make no promises as to whether this will fix anything, but it might help.
So, I got Bravo to work on OSX super-easily.
And then it created a world and all that jazz. However, when I try to connect to the server, it says "logging in" and then I get a connection timeout.
What the console says when I try to connect with localhost:
2014-02-22 12:09:53-0800 [bravo.beta.factory.BravoFactory] Starting connection for IPv4Address(TCP, '127.0.0.1', 52230)
2014-02-22 12:09:53-0800 [bravo.beta.factory.BravoFactory] Registered entity <bravo.beta.protocol.BravoProtocol object at 0x1994b10>
2014-02-22 12:09:53-0800 [bravo.beta.factory.BravoFactory] Registering client hooks...
2014-02-22 12:09:53-0800 [bravo.beta.factory.BravoFactory] Registering policies...
2014-02-22 12:09:53-0800 [bravo.beta.factory.BravoFactory] Registered client plugin hooks!
2014-02-22 12:10:23-0800 [-] Error: 'Connection timed out'
However, I can go to the web app just fine (I connected to it with localhost:8080).
Why does this happen?
The text was updated successfully, but these errors were encountered: