mojira.dev

Timothy

More than one avatar was detected! There might be multiple accounts sharing this same name.

Assigned

No issues.

Reported

MCPE-220966 Vibrant visuals causing Texture loss on hotbar, magma blocks and menus is glitching. Duplicate MCPE-208119 Vibrant visuals does not work in split screen Invalid MCPE-205264 Can’t use arrow keys to scroll through chat and command history, keyboard pops up and blocks it. Duplicate MCPE-199287 Vibrant Visuals: Random flashing lights appear Duplicate REALMS-12546 Mob spawning on Minecraft realms is insane. Awaiting Response MCPE-149847 GPU crashes if you open Xbox game bar while opening Minecraft Bedrock Edition Incomplete MCPE-132213 Texture Pack Slider isn't switching Subpacks Incomplete MC-228166 No backup prompt when opening old worlds Works As Intended MC-214307 Piglins steal loot they barter. Duplicate MC-208633 Axolotl when put in a bucket loses it's colour Duplicate MC-199100 Lava flow does not reset when you block it off. Flows instantly Confirmed MC-199096 Lava flow does not reset when you block it off. Flows instantly Invalid MC-198460 Very critical bug with server software Duplicate MCPE-88506 Desert meeting place 3 bell cannot be affixed by the player in survival Incomplete MCPE-86616 Honey Blocks not retracting w/ sticky pistons Incomplete MCPE-66374 Unable to join friend's world when they've opened and closed a different one first. Incomplete MCPE-62097 Honey Block Crashes Invalid MCPE-59613 and issue with mobile players being unable to receive receive invites from switch players. Duplicate MCPE-57825 When I open my invtorry my game crashes Invalid MCPE-51806 Items Dissapeared in nether portal Duplicate

Comments

I also got this to happen with observers facing away from the powered rail

[media]

I wonder why something so seemingly simple is so hard to fix. Just hide the keyboard when using a physical keyboard why is that so challenging?

I can’t even play with a controller because it’s so ridiculous. I have to use a keyboard and mouse to even stand a chance against the insane amount of hostile mobs.

MCPE-155479 had an detailed analysis with the cause of bug, which is realated to the unconcise of hopper picking area, can confirm that hoppers in different coordiates are having unconsistant item collecting behavior especially chunk border, which the bug affects gameplay for players, some contraption is unable to use as hoppers are collecting items eventhough a full hitbox block is above them. Moreover, after render dragon being used in all platform in Minecraft Bedrock Edition, chunkborder shader packs are not officially supported, which furthre worsen the gameplay as average player which have no access to these tools are unable to figure out what is the problem existed

In MCPE-155479, it had describe the difference between java and bedrock edition with a detail analysis, which the difference feature is more or less causing players unable to manipulate most hopper-related contraption that collect item entities.

Still happening on 1.17. The slider doesn't change the pack unless you either restart or deactivate-activate the pack.

[media]

I have had this issue slightly in the past, but this was the worst encounter.

I noticed that it happened when I hit the edge of a chunk border (approx 800, y, -12)

It’s out of your view. This is how items are held.
It works as intended.

Issue still exists on Oct 10, 2020.

Can't download world on ios.

Ok i guess no one cares.

The picture shows the generated structure in question but it cannot be recreated by a player in survival, because you cannot place a bell on the underside of a smoothstone slab.

Lay on a mobile device and can't find a way around this issue. 

edit ok I see how it works now. Fixed. Cheers. 

For future searchers, I had this same issue on Ubuntu Linux. I solved it by installing Java 8 and then changing the executable path in my profile to /usr/lib/jvm/java-8-openjdk-amd64/bin/jaia.

I came to this solution in several steps:

  1. Change "Launcher Visibility" to "Keep the launcher open"

  2. Try running minecraft

    • See an error in the "Launcher Log" that CMSIncrementalMode is not supported anymore

  3. In the profile settings, edit the "JVM Arguments" to delete these two flags :

    -XX:+UseConMarkSweepGC -XX:+CMSIncrementalMode
  4. Try running minecraft

    • See an error in the "Launcher Log":

      Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
  5. Look up the error online

  6. Find this StackOverflow post that suggests installing Java 8

 

For reference, I believe the root issue is a combination of these two Ubuntu bugs: