#"You version isn't supported"Error on latest bedrock

42 messages · Page 1 of 1 (latest)

wicked berry
#

As mentioned in a lot of other posts aswell, its pretty much the same, though, sometimes i can join, sometimes it shows error, some players are able to join while at the same time some can't. Its not consistent.

Also, I am using:
GeyserMC latest from few days ago
Java 21
Server 1.21.8
Fabric server with geyser as a mod
Bedrock 1.21.101
Running on Linux (technically android ARM, but same thing)
LAN players and some players connected through TAILSCALE as playit is very slow

paper mauve
#

Wacky setups always sure do love causing issues…

wicked berry
paper mauve
#

Well I can help troubleshoot if it’s a simple like traditional pc setup geyser

wicked berry
wicked berry
#

Apt install openjdk-21

#

And java -jar command

paper mauve
#

Sadly, weird setups like this somehow always are frustrating to troubleshoot.

#

Let’s see we had a CasaOS + Crafty Controller + WSL person once.

#

Was so fun to troubleshoot…. Jk

wicked berry
paper mauve
#

Idk if tailscale even supports tcp/udp ports.

wicked berry
#

So you can guide me accordingly

wicked berry
#

It doesn't even work on lan

#

Tailscale does support both

#

(And works wayy better than playit lol

paper mauve
#

I can’t really help you sadly.

#

I don’t have experience with tailscale nor android arm stuff.

wicked berry
#

Arm doesn't matter cause java jvm supports it natively

wicked berry
wicked berry
#

This description might help you in future ig 🫡

#

I'm beginning to think i shouldn't have told people about android or ARM, its just causing confusion among people, when in reality, it changes nothing when compared to standard linux server. There's no emulation, network changes

#

WSL is emulated, its a completely different thing

#

Ohh, and when LAN works, tailscale works aswell, when someone experiences issues in LAN, same happens on tailscale (internet connection). So that variable is also out of question, i also shouldn't have mentioned that 🙃

#

I just hope someone helps me, otherwise my friends are gonna get me killed for converting the whole world to java and using geyser, just for it to not work 🤣

vernal mural
#

I know android terminals well but I don’t know how that info would apply

radiant zodiacBOT
wicked berry
vernal mural
#

Hmm I would check if it has something like this

bedrock:
address: 0.0.0.0
port: 19132
remote:
address: 127.0.0.1
port: 25565

#

Since that can rule out most binding issues just replace 127.0.0.1 with your local ip though it should work

#

LAN people should connect on your local ip and tailscale should do tailscale ip I would reccomend doing pkg install tcpdump
sudo tcpdump -n -i any udp port 19132 (or what port you have though if you did config i had before it would be 19132) check if cloneremoteport is off though

#

When ran it should give you a packet dump when someone tries to join it’s a great indicator of if something is really messed up or not mainly if nothing outputs

radiant zodiacBOT
vernal mural
#

Well when you do that and turn on debug-mode: true I can probably check the logs for further issues though I’m guessing it’s packet loss Mis-bound conflicts or your router

vernal mural
#

I might need the geyser dump if we need to fix the mtu if there is too much packet loss too