Linuxgsm: Minecraft Bedrock Perpetually Updates

Created on 30 Jun 2020  路  6Comments  路  Source: GameServerManagers/LinuxGSM

User Story

As a system administrator, I want to update a server when an update is available.

Basic info

  • Distro: [Ubuntu 18.04]
  • Game: [Minecraft Bedrock]
  • Command: [Update]
  • LinuxGSM version: [v20.3.3]

Further Information

When updating the game, every other update command issued results in an update which isn't actually needed. When an update is thought to be available, it states the local build is 1.16.1.2 and the remote build is 1.16.1.02, which shouldn't result in a update, but it does.

To Reproduce

Steps to reproduce the behaviour:

  1. Install an mcbserver and start the server at least once
  2. Issue ./mcbserver update 4 times
  3. Notice there were 2 updates attempted

Expected behaviour

An update should only occur if there is an update available.

Minecraft Bedrock wontfix bug

Most helpful comment

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.55. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 6 comments

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.55. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

How odd. the update logic is as simple as if local and remote version number do not match then update. So my guess is that its getting the wrong local version

My Minecraft is setup to check for updates every 60 minutes.
It is constantly trying to update from 1.16.1.2 to 1.16.1.02

How odd. the update logic is as simple as if local and remote version number do not match then update. So my guess is that its getting the wrong local version

Any idea which file to change in the mcbserver directories to rectify the issue?
Could one simply "rename file" ?

Yeah looks like the minecraft devs have got the remote release number wrong which is causing the error. The logs give 2 and the remote location (zipfile name) gives 02

Update available
* Local build: 1.16.1.2
* Remote build: 1.16.1.02

There is nothing I can do to fix this. It will need to be raised with Mojang.
image

If anyone wants to contact Mojang feel free to reference this issue. I will, however, close this as there is nothing more I can do until they fix filename

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MicLieg picture MicLieg  路  3Comments

KuJoe picture KuJoe  路  3Comments

Frisasky picture Frisasky  路  3Comments

jaredstone1982 picture jaredstone1982  路  3Comments

Frisasky picture Frisasky  路  3Comments