<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:26:57 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-19806] Server not available as a LAN game on 1.21.31.04</title>
                <link>https://bugs.mojang.com/browse/BDS-19806</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;I am running a bedrock dedicated server on Ubuntu Server 24.04 on my home network. I have the IP address of the server reserved on my router&lt;/p&gt;

&lt;p&gt;It is not intended to be exposed to the outside world, so I set `online-mode` to `false` and set `enable-lan-visibility` to `true`&lt;/p&gt;

&lt;p&gt;When opening instances of the game on Xbox, Nintendo Switch, and Android, it does not show up in the Worlds or Friends Tabs. I don&apos;t have access to a Windows machine to test if it shows up there but would assume the same behavior is present. See attachments for Android Screenshots.&lt;/p&gt;

&lt;p&gt;Since Android is the only version that doesn&apos;t require some additional online game service subscription, I was able to verify that the server is available and allows connections defined in the Servers tab.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;593251_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/593251/593251_image-2024-10-19-15-28-33-815.png&quot; title=&quot;image-2024-10-19-15-28-33-815.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;593251&quot; file-preview-title=&quot;image-2024-10-19-15-28-33-815.png&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/593251/_thumb_593251.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;593250_thumb&quot; href=&quot;https://bugs.mojang.com/secure/attachment/593250/593250_image-2024-10-19-15-42-56-859.png&quot; title=&quot;image-2024-10-19-15-42-56-859.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;593250&quot; file-preview-title=&quot;image-2024-10-19-15-42-56-859.png&quot;&gt;&lt;img src=&quot;https://bugs.mojang.com/secure/thumbnail/593250/_thumb_593250.png&quot; style=&quot;border: 0px solid black&quot; role=&quot;presentation&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>Ubuntu Server 24.04 as server. Android, Switch, and Xbox One as clients</environment>
        <key id="571390">BDS-19806</key>
            <summary>Server not available as a LAN game on 1.21.31.04</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="4" iconUrl="https://bugs.mojang.com/images/icons/statuses/reopened.png" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.">Reopened</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dallen.baldwin">Dallen Baldwin</reporter>
                        <labels>
                    </labels>
                <created>Sat, 19 Oct 2024 23:46:34 +0200</created>
                <updated>Tue, 7 Jan 2025 00:32:20 +0100</updated>
                                            <version>1.21.31</version>
                    <version>1.21.40</version>
                                                            <votes>3</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="1373100" author="mario3264" created="Thu, 2 Jan 2025 21:55:20 +0100"  >&lt;p&gt;I am having a similar issue, the server seems to be only visible to Windows clients, but not Android clients. On Bedrock server preview version 1.21.60.24.&lt;/p&gt;

&lt;p&gt;EDIT: Solved my issue by fixing incorrect subnet mask configuration on the server computer.&lt;/p&gt;</comment>
                            <comment id="1363419" author="dallen.baldwin" created="Thu, 31 Oct 2024 23:34:18 +0100"  >&lt;p&gt;I apologize. I thought my request had enough information. Please see my initial screenshots for more information&lt;/p&gt;

&lt;p&gt;It is worth noting that Weslley4567 added something that was completely unrelated.&lt;/p&gt;

&lt;p&gt;Steps to Reproduce:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;download 24.04 release for ubuntu server&lt;/li&gt;
	&lt;li&gt;install ubuntu server on Surface Pro 3&lt;/li&gt;
	&lt;li&gt;reserve ip address of Surface Pro 3 on wireless router&lt;/li&gt;
	&lt;li&gt;download latest release of bedrock server for ubuntu server&lt;/li&gt;
	&lt;li&gt;copy and unzip bedrock server files onto server through ssh with scp and unzip&lt;/li&gt;
	&lt;li&gt;configure server.properties
	&lt;ol&gt;
		&lt;li&gt;set `online-mode` to `false`&lt;/li&gt;
		&lt;li&gt;set `enable-lan-visiblity` to `true`&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
	&lt;li&gt;execute bedrock command using recommended command from bedrock server readme&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Observed Results:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;look for LAN world in android client in the Worlds and Friends tab: not present&lt;/li&gt;
	&lt;li&gt;look for LAN world in nintendo switch client in Worlds and Friends tab: not present&lt;/li&gt;
	&lt;li&gt;look for LAN world in xbox client in Worlds and Friends tab; not present&lt;/li&gt;
	&lt;li&gt;I can connect using the Servers tab on android client, but cannot do so on Switch or Xbox since they both require a subscription to Nintendo Switch Online and Xbox Game pass; respectively&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Expected Results:&lt;/p&gt;

&lt;p&gt;I expected to be able to see the world show up in the Worlds or Friends tab since LAN visibility is enabled. I also expect to be able to join without needing to sign in with my Microsoft or Nintendo Switch Online account&lt;/p&gt;</comment>
                            <comment id="1363395" author="JIRAUSER788919" created="Thu, 31 Oct 2024 20:54:38 +0100"  >&lt;p&gt;&lt;em&gt;We do not have enough information to reproduce this issue.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Please include the following information to help us understand your problem:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;b&gt;Steps to Reproduce:&lt;/b&gt;&lt;br/&gt;
1. &lt;em&gt;(Explain what needs to be done for the issue to happen)&lt;/em&gt;&lt;br/&gt;
2.&lt;br/&gt;
3.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Observed Results:&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;(Briefly describe what happens)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Expected Results:&lt;/b&gt;&lt;br/&gt;
&lt;em&gt;(Briefly describe what should happen)&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Please also attach any needed commands, add-ons/behavior packs, data packs, resource packs, screenshots, videos, or worlds needed to help reproduce this issue.&lt;/p&gt;

&lt;p&gt;Refer to the &lt;a href=&quot;https://aka.ms/MCBugTrackerHelp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;b&gt;Bug Tracker Guidelines&lt;/b&gt;&lt;/a&gt; for more information about how to write helpful bug reports. Bug reports with insufficient information may be closed as &lt;b&gt;Incomplete&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;&lt;sub&gt;This issue is being temporarily resolved as &lt;font color=&quot;#d04437&quot;&gt;&lt;b&gt;Awaiting Response&lt;/b&gt;&lt;/font&gt;. Once the requested information has been delivered, the report will be reopened automatically.&lt;/sub&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Quick Links&lt;/b&gt;:&lt;br/&gt;
&#128211; &lt;a href=&quot;https://aka.ms/MCBugTrackerHelp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Bug Tracker Guidelines&lt;/a&gt; &amp;#8211; &#128231; &lt;a href=&quot;https://aka.ms/Minecraft-Support&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mojang Support (Technical Issues)&lt;/a&gt; &amp;#8211; &#128231; &lt;a href=&quot;https://support.xbox.com/contact-us/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Microsoft Support (Account Issues)&lt;/a&gt;&lt;br/&gt;
&#128211; &lt;a href=&quot;https://bugs.mojang.com/projects/BDS/summary&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;Project Summary&lt;/a&gt; &amp;#8211; &#9997;&#65039; &lt;a href=&quot;https://aka.ms/MinecraftFeedbackDiscord&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Feedback and Suggestions&lt;/a&gt; &amp;#8211; &#128214; &lt;a href=&quot;https://minecraft.wiki/w/Bedrock_Dedicated_Server&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;BDS Wiki&lt;/a&gt; &amp;#8211; &#128214; &lt;a href=&quot;https://help.minecraft.net/hc/articles/4408873961869&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;FAQs&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1361261" author="JIRAUSER792224" created="Sun, 20 Oct 2024 14:51:50 +0200"  >&lt;h6&gt;&lt;a name=&quot;&quot;&gt;&lt;/a&gt;&lt;font color=&quot;#00875a&quot;&gt;&#233; &#243;timo por&#233;m ele fica travando muitos bugs no Minecraft&#160;&lt;/font&gt;&lt;/h6&gt;

&lt;p&gt;&lt;font color=&quot;#00875a&quot;&gt;@hey vordex&lt;/font&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="572281">BDS-19857</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="593254" name="Screenshot_20241019-154350.png" size="378577" author="dallen.baldwin" created="Sat, 19 Oct 2024 23:48:00 +0200"/>
                            <attachment id="593253" name="Screenshot_20241019-154411.png" size="435870" author="dallen.baldwin" created="Sat, 19 Oct 2024 23:48:00 +0200"/>
                            <attachment id="593252" name="Screenshot_20241019-154435.png" size="443207" author="dallen.baldwin" created="Sat, 19 Oct 2024 23:48:00 +0200"/>
                            <attachment id="593293" name="Screenshot_20241020-073522.png" size="586575" author="Weslley4567" created="Sun, 20 Oct 2024 14:46:06 +0200"/>
                            <attachment id="593251" name="image-2024-10-19-15-28-33-815.png" size="202850" author="dallen.baldwin" created="Sat, 19 Oct 2024 23:28:34 +0200"/>
                            <attachment id="593250" name="image-2024-10-19-15-42-56-859.png" size="675969" author="dallen.baldwin" created="Sat, 19 Oct 2024 23:42:59 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10302"><![CDATA[Community Consensus]]></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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i2jsvz:</customfieldvalue>

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