mojira.dev
BDS-17849

Out of date call of CheckNetIsolation.exe in bedrock_server_how_to.html

"How to use the dedicated server" bedrock_server_how_to.html is out of date.  Could you please update the part about of UWP loopback restrictions?

cmd> CheckNetIsolation.exe LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436
Error: Invalid Parameters

The workable way: 

  1. Find the current Minecraft appx package name
    PS > Get-AppxPackage | Select-String -Pattern "Minecraft"
    *Microsoft.MinecraftUWP_1.19.4101.0_x648wekyb3d8bbwe*

  1. Invoke CheckNetIsolation with the name of Minecraft package.
    PS > CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"

OK.

 

Comments 5

Hi

Are you sure you have typed/copied command correctly? Command copied from server how to didnt result in error when i attempted to reproduce it.

This ticket will automatically reopen when you reply.

Thank you, this solved my issue. I think Windows 11 changed how this command works, PowerShell option is the correct way and should probably be documented.

Hi

Does this issue still occur after updating to 1.20.1?

This ticket will automatically reopen when you reply.

It turned out for me that the documented command has wrong dash character which fail to work. I have opened a ticket for it: BDS-18649.

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Vasily Konoplyanikov

(Unassigned)

Unconfirmed

Retrieved