The bug
When I enter certain areas, the following error message is spammed in the game output:
csr Sound engine error Creating buffer: Invalid enumerated parameter value.
Steps to reproduce
Download the attached world
Teleport to the following location
/execute in minecraft:overworld run tp @s -58.51 87.00 -114.80 29.79 19.85
→ Notice the error messages in the log
I also attached my sound settings, just in case that plays a role in this. My render distance is 10 chunks.
Linked issues
Attachments
Comments 3
Huh.. I didn't notice that. I guess that happened while I was trying to reproduce MC-146316, which seems to be the root of the problem here.
Running "/summon ender_dragon
" will spawn the dragon, then teleport it to the world origin (0, 0, 0) (or sometimes NaN?, also see MC-147152). After teleporting there myself, I receive the following error messages:
17:21:49 csr Sound engine error Cleanup: Invalid enumerated parameter value.
17:21:49 csr Sound engine error Creating buffer: Invalid enumerated parameter value.
17:21:50 csr Sound engine error Allocate new source: Invalid enumerated parameter value.
I guess this explains why I received the error messages when loading chunks around (0, 0, 0) in the attached world.
Just out of curiosity, how did you get ender dragon at position [NaN, NaN, Nan] !?