explor4268

Results 11 comments of explor4268

Can reproduce it since updating **ViaVersion** from **4.9.3** into **4.10.0**, and **ViaBackwards** from **4.9.2** into **4.10.0**

Oh, I didn't even notice notice that wiki page existed, but thanks for pointing out anyway.

Try running `adb logcat -T 1` (with platform-tools installed on $PATH) with the phone/emulator connected before pressing "OK" on the SFTP connect menu, it should outputs relevant error messages. Currently...

See https://github.com/minecraft-linux/mcpelauncher-manifest/issues/1198#issuecomment-2994368859 for a temporary workaround

Explained here: https://github.com/minecraft-linux/mcpelauncher-manifest/issues/1191#issuecomment-2994026383

### TL;DR: The "Graphics mode" option and the "Max framerate" option potentially causes the game to crash on startup (either before or after loading). Modify it manually inside the `options.txt`...

Possible duplicates: Expand - #1169 - #1173 - #1175 - #1177 - #1178 - #1179 - #1180 - #1183 - #1186 - #1189 - #1196 - #1199 - #1202 -...

It looks like Pterodactyl Wings SFTP Server only support the following key exchanges: https://github.com/pterodactyl/wings/blob/ac6acf27ed627c745aa72486b825a86b027c11db/sftp/server.go#L53 ```go KeyExchanges: []string{ "curve25519-sha256", "[email protected]", "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521", "diffie-hellman-group14-sha256", }, ``` which Acode doesn't support because...