mojira.dev
MCPE-75939

Some particles give error messages

Summary:
The following particles cause error messages to appear when used:

minecraft:arrow_spell_emitter
minecraft:balloon_gas_particle
minecraft:basic_bubble_particle
minecraft:basic_crit_particle
minecraft:conduit_absorb_particle
minecraft:conduit_attack_emitter
minecraft:dragon_breath_fire
minecraft:dragon_breath_lingering
minecraft:enchanting_table_particle
minecraft:elephant_tooth_paste_vapor_particle
minecraft:death_explosion_emitter
minecraft:eyeofender_death_explode_particle
minecraft:explosion_particle
minecraft:falling_dust_concrete_powder_particle
minecraft:lab_table_heatblock_dust_particle
minecraft:misc_fire_vapor_particle
minecraft:mobspell_emitter
minecraft:mob_block_spawn_emitter
minecraft:note_particle
minecraft:portal_directional
minecraft:portal_reverse_particle
minecraft:silverfish_grief_emitter
minecraft:soul_particle
minecraft:sparkler_emitter
minecraft:splash_spell_emitter
minecraft:water_evaporation_actor_emitter
minecraft:water_splash_particle
minecraft:water_wake_particle
minecraft:wither_boss_invulnerable
minecraft:block_destruct
minecraft:block_slide
minecraft:breaking_item_icon
minecraft:breaking_item_terrain
minecraft:cauldron_spell_emitter
minecraft:ink_emitter
minecraft:portal_east_west
minecraft:portal_north_south
minecraft:colored_flame_particle
minecraft:bubble_column_bubble
minecraft:eye_of_ender_bubble_particle
minecraft:fish_hook_particle
minecraft:fish_pos_particle
minecraft:sponge_absorb_water_particle
minecraft:squid_ink_bubble
minecraft:squid_move_particle
minecraft:underwater_torch_particle
minecraft:conduit_particle
minecraft:electric_spark_particle
minecraft:falling_dust
minecraft:glow_particle
minecraft:mobspell_ambient
minecraft:sculk_charge_particle
minecraft:sculk_charge_pop_particle
minecraft:sculk_soul_particle
minecraft:vibration_signal
minecraft:warden_dig
minecraft:wax_particle

Steps to Reproduce:

  1. Go to Settings > Creator and enable "Content Log GUI"

  2. Use the /particle command to spawn one of the particles listed above

Observed Results:
Error messages appear when any of the listed particles are spawned.

Expected Results:
Error messages should not appear.


Original Description:
There are some error code of the particles, i'm using Xiaomi Redmi 4A phone, the errors usually appear on low end device. How to reproduce, using /particle commands. There are lot of particles that errors. I've made an map, included and marked as 'err' for the bug. Here's the link : https://drive.google.com/file/d/1z5407DNL5C0IAwtBDMqoCdtw_pOGiYmC/view?usp=drivesdk

Linked issues

Attachments

Comments 10

[Mojang] Mega_Spud (Jay)

Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response

Is this still an issue in the latest version?

If it is, please be sure to include steps to reproduce the problem:

Steps to Reproduce:
1.
2.
3.

Observed Results:
(Briefly describe what happens)

Expected Results:
(Briefly describe what should happen)

If your ticket does not look like the example given here, then it's likely to be closed as incomplete.

This ticket will automatically reopen when you reply.

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

[Mod] OcelotOnesie

Still an issue.

Steve Spagnola

I can confirm that some particles are still giving error messages even though they are visibly working on bedrock for Xbox one.  However there are no error messages for the same particles on bedrock for windows 10.  I know this from putting in a command on a friend's realm from my windows 10 and checking it out on my Xbox later.

Affects 1.17.41

Affects 1.19.0.35

Affects 1.19.30

Still affects BDS 1.20.13.01.

Steps to Reproduce:
1. Run script-api command: `dimension.spawnParticle("minecraft:enchanting_table_particle", newLocation)` as documented in https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/dimension#spawnparticle

Observed Results:
Particle appears, but errors fill the content log, as described above.

Expected Results:
No errors.

Note: I was able to get rid of the `[Molang][error]-Error: accessing a variable that doesn't exist: variable.direction.x` by changing the above line the the folllowing:

 

molang.setSpeedAndDirection('variable.direction', 0.1, {
        x: newLocation.x - x, y: newLocation.y - y, z: newLocation.z - z});
      dimension.spawnParticle("minecraft:enchanting_table_particle", newLocation, molang);

But I can't seem to find a way to satisfy the error `[Molang][error]-Error: unhandled request for unknown variable `.x``

 

Rebelstrike2721

This needs updating as there are more particles that are producing these errors and all particles that are producing these errors need to be listed still an issue in 1.21.0!

Rebelstrike2721

still an issue 1.21.2
 

Rebelstrike2721

still happening in 1.21.21

Fathirminer77

(Unassigned)

413986

Confirmed

Multiple

Android 7.0.1

1.19.0.35 Preview, 1.17.1 Hotfix, 1.16.210.58 Beta, 1.16.0.59 Beta, 1.16.1, ..., 1.19.51, 1.21.50.20 Preview, 1.21.31 Hotfix, 1.21.41 Hotfix, 1.21.51 Hotfix

Retrieved