Cdm2883

Results 15 comments of Cdm2883

*(sorry about my poor English XD)* It is **now** possible to use bedrock-protocol (raknet-native) on termux. You need to install `nodejs`, `cmake` and `g++` **first**. You can execute the following...

I'm also bothered by this question. So far I've found 2 servers that cause Relay to crash with "Server sent broken packet". One of them crashes immediately after loading the...

> 同样的问题,在使用验证码登录那里,返回-3 API校验密匙错误 你的问题可能与本问题不相关. `-3 API校验密匙错误`这个报错应该是因为你的**签名过程**错误, 或者你没有进行签名

> 我的签名应该是没有问题的,使用相同的`appkey`和`appsec`,相同的算法计算`sign`,其他接口都没有问题,只有这个接口返回`-3 API校验密匙错误`,因此我怀疑是否为这个问题 可能是你所使用的接口只有特定客户端可使用, 需使用特定客户端的`appkey`及`appsec`. 经检查我的签名过程没有错误可以正常进行签名, 刚才已尝试使用其他客户端的`appkey`和`appsec`进行登录操作, 仍然会报错`-105 验证码错误`

> Can you apply this fix to previous versions where it's also applicable? The update to this packet structure seems to start in protocol 662, only 1.20.70+

> Where are you seeing that? Seems like it should be applied since 1.20.40 (protocol v622) > > https://github.com/Mojang/bedrock-protocol-docs/blob/main/html/svg/CorrectPlayerMovePredictionPacket.svg Sorry, I only noticed a change in the structure of the...

> should we merge this @extremeheat ? I don't think this should be done at this time. I haven't freed up time to check previous versions lately, and then there's...

> It looks like some method is not found. A JVM method called from C++ maybe? How does it fail in your case @Polian ? Yes, you need to define...