docker / dockercraft

Docker + Minecraft = Dockercraft
Apache License 2.0
7.19k stars 389 forks source link

unsupported protocol version #80

Closed lholmquist closed 7 years ago

lholmquist commented 7 years ago

I've just built the docker image using the master branch,

running minecraft version 1.11.2 docker for mac version 1.13.1 OS X Sierra(10.12.3)

The docker image builds and runs with no errors.

After i do the "add server", which i point to "localhost", then i click on my new server to launch and get the error "Unsupported protocol version 316, please use one of these versions: 1.8.x, 1.9.x, 1.10.x"

Seadragon91 commented 7 years ago

The newest version of cuberite has support for protocol 1.11, but it's not stable. Please use one of this minecraft client versions: 1.8.x, 1.9.x, 1.10.

lholmquist commented 7 years ago

yea, i figured that was the case, i'm just going to use the latest build on cuberite's jenkins and see how that goes, https://builds.cuberite.org/job/Cuberite%20Linux%20x64%20Master/697/

lholmquist commented 7 years ago

@Seadragon91 where do i find the older client versions?

Seadragon91 commented 7 years ago

In the minecraft client you should be able to select the version you want to play.

lholmquist commented 7 years ago

Ok, got it to work with changing the version inside the minecraft client. I'll close this for now

dave-tucker commented 7 years ago

@lholmquist FYI, I tried with the latest cuberite version this morning and the container wouldn't run. Looks like there are some missing dependencies ( something to do with libstdc++) so the dockerfile will probably need some tweaking

RAOdotSH commented 1 year ago

I'm facing the same issue when tho I changed the versions from 1.19.2 to 1.18.2 and 1.19.1. Help please :pray: