<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:21:14 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[BDS-18280] Server randomly disconnects users including myself</title>
                <link>https://bugs.mojang.com/browse/BDS-18280</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;Problem:&lt;/p&gt;

&lt;p&gt;Users (including myself) keep getting disconnected from the server inexplicably. This usually happens every 5 minutes. When I log back in it seems to have lost a few seconds of activity. I have tried adjusting several settings to help, but nothing has worked. I also can&apos;t seem to find any logs to debug the issue. The server is on my DMZ with port forwarding configured. The issue occurs when connecting to either a public address (domain name) or a local IPv4 address.&lt;/p&gt;

&lt;p&gt;server.properties:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;server-name=Dedicated Server
# Used as the server name
# Allowed values: Any string without semicolon symbol.

gamemode=survival
# Sets the game mode for new players.
# Allowed values: &quot;survival&quot;, &quot;creative&quot;, or &quot;adventure&quot;

force-gamemode=false
# force-gamemode=false (or force-gamemode &#160;is not defined in the server.properties)
# prevents the server from sending to the client gamemode values other
# than the gamemode value saved by the server during world creation
# even if those values are set in server.properties after world creation.
#
# force-gamemode=true forces the server to send to the client gamemode values
# other than the gamemode value saved by the server during world creation
# if those values are set in server.properties after world creation.

difficulty=peaceful
# Sets the difficulty of the world.
# Allowed values: &quot;peaceful&quot;, &quot;easy&quot;, &quot;normal&quot;, or &quot;hard&quot;

allow-cheats=false
# If true then cheats like commands can be used.
# Allowed values: &quot;true&quot; or &quot;false&quot;

max-players=8
# The maximum number of players that can play on the server.
# Allowed values: Any positive integer

online-mode=true
# If true then all connected players must be authenticated to Xbox Live.
# Clients connecting to remote (non-LAN) servers will always require Xbox Live authentication regardless of this setting.
# If the server accepts connections from the Internet, then it&apos;s highly recommended to enable online-mode.
# Allowed values: &quot;true&quot; or &quot;false&quot;

allow-list=false
# If true then all connected players must be listed in the separate allowlist.json file.
# Allowed values: &quot;true&quot; or &quot;false&quot;

server-port=19132
# Which IPv4 port the server should listen to.
# Allowed values: Integers in the range [1, 65535]

server-portv6=19133
# Which IPv6 port the server should listen to.
# Allowed values: Integers in the range [1, 65535]

enable-lan-visibility=true
# Listen and respond to clients that are looking for servers on the LAN. This will cause the server
# to bind to the default ports (19132, 19133) even when `server-port` and `server-portv6`
# have non-default values. Consider turning this off if LAN discovery is not desirable, or when
# running multiple servers on the same host may lead to port conflicts.
# Allowed values: &quot;true&quot; or &quot;false&quot;

view-distance=16
# The maximum allowed view distance in number of chunks.
# Allowed values: Positive integer equal to 5 or greater.

tick-distance=8
# The world will be ticked this many chunks away from any player.
# Allowed values: Integers in the range [4, 12]

player-idle-timeout=30
# After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
# Allowed values: Any non-negative integer.

max-threads=0
# Maximum number of threads the server will try to use. If set to 0 or removed then it will use as many as possible.
# Allowed values: Any positive integer.

level-name=Bedrock level
# Allowed values: Any string without semicolon symbol or symbols illegal for file name: /\n\r\t\f`?*\\&amp;lt;&amp;gt;|\&quot;:

level-seed=
# Use to randomize the world
# Allowed values: Any string

default-player-permission-level=member
# Permission level for new players joining for the first time.
# Allowed values: &quot;visitor&quot;, &quot;member&quot;, &quot;operator&quot;

texturepack-required=false
# Force clients to use texture packs in the current world
# Allowed values: &quot;true&quot; or &quot;false&quot;

content-log-file-enabled=false
# Enables logging content errors to a file
# Allowed values: &quot;true&quot; or &quot;false&quot;

compression-threshold=1
# Determines the smallest size of raw network payload to compress
# Allowed values: 0-65535

compression-algorithm=zlib
# Determines the compression algorithm to use for networking
# Allowed values: &quot;zlib&quot;, &quot;snappy&quot;

server-authoritative-movement=server-auth
# Allowed values: &quot;client-auth&quot;, &quot;server-auth&quot;, &quot;server-auth-with-rewind&quot;
# Enables server authoritative movement. If &quot;server-auth&quot;, the server will replay local user input on
# the server and send down corrections when the client&apos;s position doesn&apos;t match the server&apos;s.
# If &quot;server-auth-with-rewind&quot; is enabled and the server sends a correction, the clients will be instructed
# to rewind time back to the correction time, apply the correction, then replay all the player&apos;s inputs since then. This results in smoother and more frequent corrections.
# Corrections will only happen if correct-player-movement is set to true.

player-movement-score-threshold=20
# The number of incongruent time intervals needed before abnormal behavior is reported.
# Disabled by server-authoritative-movement.

player-movement-action-direction-threshold=0.85
# The amount that the player&apos;s attack direction and look direction can differ.
# Allowed values: Any value in the range of [0, 1] where 1 means that the
# direction of the players view and the direction the player is attacking
# must match exactly and a value of 0 means that the two directions can
# differ by up to and including 90 degrees.

player-movement-distance-threshold=0.3
# The difference between server and client positions that needs to be exceeded before abnormal behavior is detected.
# Disabled by server-authoritative-movement.

player-movement-duration-threshold-in-ms=1000
# The duration of time the server and client positions can be out of sync (as defined by player-movement-distance-threshold)
# before the abnormal movement score is incremented. This value is defined in milliseconds.
# Disabled by server-authoritative-movement.

correct-player-movement=true
# If true, the client position will get corrected to the server position if the movement score exceeds the threshold.

server-authoritative-block-breaking=false
# If true, the server will compute block mining operations in sync with the client so it can verify that the client should be able to break blocks when it thinks it can.

chat-restriction=None
# Allowed values: &quot;None&quot;, &quot;Dropped&quot;, &quot;Disabled&quot;
# This represents the level of restriction applied to the chat for each player that joins the server.
# &quot;None&quot; is the default and represents regular free chat.
# &quot;Dropped&quot; means the chat messages are dropped and never sent to any client. Players receive a message to let them know the feature is disabled.
# &quot;Disabled&quot; means that unless the player is an operator, the chat UI does not even appear. No information is displayed to the player.

disable-player-interaction=false
# If true, the server will inform clients that they should ignore other players when interacting with the world. This is not server authoritative.

client-side-chunk-generation-enabled=true
# If true, the server will inform clients that they have the ability to generate visual level chunks outside of player interaction distances.

disable-persona=false
disable-custom-skins=false
# Client avatar personalization options&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>I&amp;#39;m running Original BDS 1.19.73.2 in Ubuntu 22.04.2 LTS in a Hyper-V (2016) server with Linux Guest Additions installed. The server is a Dell Poweredge R710 g2. All is installed on an SSD. 16 GB RAM and 4 Virtual Processors. Internet bandwidth is 1.2 Gbps down, and 40 Mbps up. Router is a Ubiquiti Dream Machine Pro SE. The server has a GB Ethernet connection via Cat6.</environment>
        <key id="532249">BDS-18280</key>
            <summary>Server randomly disconnects users including myself</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="4">Incomplete</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="TheCodeGeek">TheCodeGeek</reporter>
                        <labels>
                    </labels>
                <created>Thu, 20 Apr 2023 05:33:51 +0200</created>
                <updated>Fri, 15 Sep 2023 16:03:43 +0200</updated>
                            <resolved>Fri, 15 Sep 2023 16:03:43 +0200</resolved>
                                    <version>1.19.73</version>
                                                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="1279932" author="JIRAUSER648376" created="Fri, 15 Sep 2023 16:03:43 +0200"  >&lt;p&gt;Cleaning up old tickets: This ticket had been set to &apos;Awaiting Response&apos;, but has not received a response from the reporter (~3 months+) so is being closed as &lt;em&gt;Incomplete&lt;/em&gt;. If you feel this is still a valid issue then please comment, or create a new ticket following the &lt;a href=&quot;https://help.minecraft.net/hc/en-us/articles/4408887473421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Issue Guidelines&lt;/a&gt; which includes steps to reproduce the problem.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Quick Links&lt;/b&gt;:&lt;br/&gt;
 &#128211; &lt;a href=&quot;https://help.minecraft.net/hc/en-us/articles/4408887473421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Issue Guidelines&lt;/a&gt; &#8211; &#128172; &lt;a href=&quot;https://help.minecraft.net/hc/en-us/requests/new&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mojang Support&lt;/a&gt; &#8211; &#128231; &lt;a href=&quot;https://feedback.minecraft.net/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Suggestions&lt;/a&gt; &#8211; &#128214; &lt;a href=&quot;http://minecraft.gamepedia.com/Minecraft_Wiki&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Minecraft Wiki&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1255590" author="JIRAUSER648376" created="Mon, 8 May 2023 15:02:04 +0200"  >&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Can you please download new copy of BDS, unpack it set it up and attempt to reproduce this issue?&lt;/p&gt;

&lt;p&gt;This ticket will automatically reopen when you reply.&lt;/p&gt;</comment>
                            <comment id="1251798" author="JIRAUSER751790" created="Thu, 20 Apr 2023 22:40:58 +0200"  >&lt;p&gt;The server is as vanilla as it gets. I am not running anything extra or exceptional to a pure server. The only thing that may be different from a standard server is the fact that I exported the game world from my personal computer. And then I imported it to the server. I have experienced no issues in that regard.&lt;/p&gt;</comment>
                            <comment id="1251566" author="JIRAUSER648376" created="Thu, 20 Apr 2023 10:48:44 +0200"  >&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;Do you use any resource/behavior packs? Server doesn&apos;t crash? Can it be connected immidietly after issue occur? &lt;/p&gt;

&lt;p&gt;This ticket will automatically reopen when you reply.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12700" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Description</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>[Briefly describe the bug here]&lt;br/&gt;
&lt;br/&gt;
*Steps to Reproduce:*&lt;br/&gt;
# [Step 1]&lt;br/&gt;
# [Step 2]&lt;br/&gt;
# [Step 3]&lt;br/&gt;
&lt;br/&gt;
*Observed Results:*&lt;br/&gt;
[Describe what happens]&lt;br/&gt;
&lt;br/&gt;
*Expected Results:*&lt;br/&gt;
[Describe what should happen]&lt;br/&gt;
&lt;br/&gt;
*Screenshots/Videos attached:* [please attach an image or short video]&lt;br/&gt;
&lt;br/&gt;
*Notes:*</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i2d7b3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>