System Information
Field |
Value |
Operating System |
Linux - Debian GNU/Linux 11 on x86_64 |
Product |
AMP ‘Decadeus’ v2.4.6.10 (Mainline) |
Virtualization |
QEMU_KVM |
Application |
Minecraft |
Module |
MinecraftModule |
Running in Container |
No |
Current State |
Stopped |
Problem Description
Issue
When I launch , I cannot connect to the server. My game is updated. I tried to update the game, but it says it’s running version 1.17.10.04 in the logs.
Reproduction Steps
- Launch server
- Stop server
- Update Server
- Update game (on local machine)
- Attempt to connect
- No connection (despite showing a connection on the local machine)
- Check logs. Shows version 1.17.10.04 started
so there was a bug that came out of doing some fixing of bedrock so what you should do is switch your bedrock instance to dev branch to get the fix. to do that follow these commands
Linux:
sudo su -l amp
then ampinstmgr switch instancename Development
then to update to the latest dev release run this commandampinstmgr upgrade --nocache instancename
Windows:
open cmd with the user that you installed amp to and run ampinstmgr switch instancename Development
to switch to the dev branch then run ampinstmgr upgrade --nocache instancename
to update your instance
you will need to update bedrock as well to get to match the latest release
Thank you! I got it to work. Appreciate the help!