It's possible that this is an audio driver issue affecting more than just realtek drivers though, as the symptoms are very similar. I'm also able to switch to a different audio device and switch back and my audio kicks back in.
Still an issue in 1.21.41. I'm trying to randomly rotate some in-memory structures and the rotations for the trapdoors are messed up. The direction values should be changed to increment from North, East, South, West.
Same issue here. I created a Mob Heads addon for 1.21.50. Works fine on PC in single player, but when I apply it to a BDS or Realm, I get this error for every one of my items. More Mob Heads and it's dependency behavior pack have been zipped up and attached
Not sure if it's helpful or not, but in the process of writing an addon to work around this issue, I added a handler to catch the gamerule changed afterevent and save the change to my world data and found that when the realm was unloaded and reloaded, my saved world data was set to the original default. That tells me that the realm is actually using the /gamerule command during startup to set the game rules. So, I rewrote the add-on to add a separate UI that I manually manage instead of handling the gamerule event and it's worked great since.
This is still an issue in Version 1.20.12 on Minecraft for PC.
No, I'm not using Realtek drivers, nor am I using an intel chipset. I don't understand what you're asking about it "addressing my issue".
It's possible that this is an audio driver issue affecting more than just realtek drivers though, as the symptoms are very similar. I'm also able to switch to a different audio device and switch back and my audio kicks back in.
Still an issue on 1.21.21. Workaround is no longer working!
Still an issue in 1.21.41. I'm trying to randomly rotate some in-memory structures and the rotations for the trapdoors are messed up. The direction values should be changed to increment from North, East, South, West.
Anything else you all need to resolve this?
Same issue here. I created a Mob Heads addon for 1.21.50. Works fine on PC in single player, but when I apply it to a BDS or Realm, I get this error for every one of my items. More Mob Heads and it's dependency behavior pack have been zipped up and attached
I've resolved this issue in my addon by using a different name for the blocks and giving the blocks a loot table that drops the block placer item.
Not sure if it's helpful or not, but in the process of writing an addon to work around this issue, I added a handler to catch the gamerule changed afterevent and save the change to my world data and found that when the realm was unloaded and reloaded, my saved world data was set to the original default. That tells me that the realm is actually using the /gamerule command during startup to set the game rules. So, I rewrote the add-on to add a separate UI that I manually manage instead of handling the gamerule event and it's worked great since.