Technoguyfication / Minecraft-Unity3D

Vanilla-compatible Minecraft multiplayer client written from scratch in C#
MIT License
64 stars 14 forks source link

Cant connect to 1.14.4 vanilla server (brand new) #4

Closed Tanza3D closed 5 years ago

Tanza3D commented 5 years ago

Booted up a new vanilla 1.14.4 server at localhost:25566, attempted to connect and the loading screen freezes on "Connection established. Logging in..."

image image

No idea why this is happening, server console says nothing

image

Tanza3D commented 5 years ago

After joining on normal vanilla minecraft, works fine, joining again still broken

djgaven588 commented 5 years ago

If your trying to join with the same account, you will have issues at this time (if running from the editor, you can open the GameManager object and change the username property) . I am not sure if the project currently supports 1.14.4, but for sure it should work with 1.13.?.

Tanza3D commented 5 years ago

@djgaven588 no one is on the server at the time of logging in, so its completely empty with no one on it, there shouldnt be any problems with usernames. i'll give 1.13 a go in a min

michaelsakharov commented 5 years ago

Try Setting the Servers render distance inside the Server Properties to 5 Worked for me.

Technoguyfication commented 5 years ago

1.14 is not supported yet, in part due to lack of thorough documentation and because I'm trying to get some of the bigger features done before updating the protocol. Use 1.13.2 for now.