mojira.dev

Vincent294

Assigned

No issues.

Reported

BDS-16512 save command wording doesn't work Incomplete MCPE-135181 Horses without armor are black in RTX Duplicate BDS-12723 bedrock_server does not have execute bit (chmod +x) Incomplete MCPE-115220 Number of owned packs shows as huge number. Duplicate MCPE-112919 RTX hold 2 maps artifacts Incomplete BDS-10748 Unknown command save Incomplete MCPE-111406 Chest ambient occlusion culled when RTX/ray tracing is enabled Confirmed BDS-10411 Can't reconnect to dedicated server Incomplete MCPE-104004 setblock/fill crashes in marketplace worlds Duplicate BDS-1085 Save query no longer gives path Fixed MCPE-39763 The Hive not listed in servers (US) Cannot Reproduce MCPE-39663 Can't turn off fancy graphics Cannot Reproduce MCPE-39662 Importing MCWORLD crashes Invalid MCPE-39499 Water invisible on N & E sides in structure block 3D Export Cannot Reproduce MCPE-38595 Crash on boot Duplicate BDS-198 save query does not work more than once per boot Fixed MC-137229 Book corruption when 1.8 world is loaded in 1.13 Fixed MCPE-27739 Signing into Xbox Live doesn't timeout offline Cannot Reproduce MCPE-27574 Opening inventory with controller covers screen and hangs Cannot Reproduce MCPE-27403 Mojang AB truncated on Lumia 640 Fixed

Comments

I have Minecraft BDS 1.20.51.01 on Ubuntu 22.04. Minecraft for Windows 11 and Android 13 can connect to the scope link IPv6 address, but not the scope global primary IPv6 address. Scope link is LAN only, and useless outside home.
ip -6 address show scope link
ip -6 address show scope global primary
sudo ufw status
I double checked ufw firewall and Linksys MR6350 firewall doesn't affect LAN. I allow iperf3 on ufw but not Linksys MR6350, and it works with my scope global primary IPv6 address on LAN. I can also ssh to my scope global primary IPv6 address outside LAN.

I'm not sure how many steps are wanted. I assume installing Ubuntu, Minecraft BDS, and Minecraft for Windows don't need explanation. Same with adding a server in Minecraft for Windows.

bedrock_server_how_to.html says "The Linux version of the Bedrock Server requires Ubuntu 18 or later." https://feedback.minecraft.net/hc/en-us/articles/17381681401357 says "Note for Linux users: Ubuntu 18.04 LTS (Bionic Beaver) will reach End of Standard Support in 2023. Accordingly, the Linux Minecraft Dedicated Server will also raise its minimum target Ubuntu version to 20.04 LTS (Focal Fossa) in a later 1.20 update (exact release to be determined)."

I made BDS-18598 because 1.20.20.23 didn't even work on 20.04 but it got marked as private (apparently the systemd service name I gave counted as an email). 1.20.30.20 works on 20.04 again, but I doubt they intend to support 18.04 much longer.

This doesn't seem like a server side issue, this is probably client side. Press [F1] or [Fn]-[F1] if your keyboard has FnLock. That hides the HUD menu and character model. Good for screenshots of your world, bad for gameplay.

1.19.30 fixed this, I can start it and join the server on 22.04 without library errors.

Still a problem on Minecraft 1.19.2.

https://github.com/TheRemote/MinecraftBedrockServer/commit/7012a5c486bd485b9c015920fd1a2b375862f408 suggests 3rd party scripts may be what fixed it. I develop MCscripts and I only install what the scripts themselves need. I'm personally running 20.04 right now.

Do you see 1 core pegged at 100% and increasing RAM usage? If so it is probably MCPE-154278 .

Seeing 100% CPU on 1 core and a lot of RAM allocated on my Ubuntu 20.04 server. Server unresponsive, it worked with 1.18.30 for the first day. I'm gonna back up my corrupted save and restore a backup in the meantime.

Edit: 0xc0000409 is the Windows hex error for stack overflow if I recall. Probably infinite loop putting something on the stack.

The Pi 4 is not compatible with 64-bit Intel ELF.

Weird, I run as a system user without issue but if the ports are used (example: I already have a 2nd server using the same ports) I get the curl lib shared object file error.

Affects 1.18.0.2, I thought this was related to MCPE-116279 but this seems more similar. The sign text seems smaller when viewed through the spyglass, and it definitely slides with the spyglass.

Sorry to make a 2nd comment, but it's hard to add text after an image attachment. Thanks Jira UI. If you scroll sideways on the image you see a funny side effect of these Z buffer issues. The snow golem head is similar to leads and sign text in that it shows through textures on transparent block like glass. The head seems to be rendered over the front side of the glass closer to the camera than its body, making the golem's derp face visible now that its pumpkin mask is disjoint.
Edit: Affects bedrock 1.18.0.2.

Edit: Might be related to MCPE-130501.

Happens to me as well. Seed 2130191437 if it matters. My platform is now 2 blocks thick and the bottom layer no longer regenerates.

Affects 1.17.10 not beta as well. Not that I expected it to get fixed, but putting it out there.

It's still an issue on 1.17.2.01.
total 75844
-rw-r--r-- 1 mc nogroup 77598296 Jun 15 13:59 bedrock_server
-rw-r--r-- 1 mc nogroup 23109 Jun 15 13:37 bedrock_server_how_to.html
drwxr-xr-x 15 mc nogroup 4096 Jun 15 13:59 behavior_packs
drwxr-xr-x 9 mc nogroup 4096 Jun 15 13:59 definitions
-rw-r--r-- 1 mc nogroup 3 Jun 15 13:37 permissions.json
-rw-r--r-- 1 mc nogroup 580 Jun 15 13:37 release-notes.txt
drwxr-xr-x 4 mc nogroup 4096 Jun 15 13:59 resource_packs
-rw-r--r-- 1 mc nogroup 4873 Jun 15 13:37 server.properties
drwxr-xr-x 14 mc nogroup 4096 Jun 15 13:59 structures
-rw-r--r-- 1 mc nogroup 25 Jun 28 05:31 version
-rw-r--r-- 1 mc nogroup 3 Jun 15 13:37 whitelist.json

This is more or less fixed. The other issue, the wobbling artifacts I reported in MCPE-112919, still is a problem in 1.16.210 though.

The nether portal being slow is no longer an issue and I suspect that was the root cause.

Edit: Eh, my experience programming does leave me a bit inclined to not make assumptions about the root cause of a bug given how I've been burned before though.