thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Strange behaviour in the server `nucleoid.xyz` #65

Open JustSimplyKyle opened 2 years ago

JustSimplyKyle commented 2 years ago

Describe the bug When in nucleoid, log spamming happens. These are the major ones

  1. [Sound engine/ERROR]: Skipped playing sound "entity.bee.loop": Cannot trace sounds outside the block grid.
  2. [Sound engine/ERROR]: Caught new OpenAL AL10 error! Error while assigning "gain" property to direct filter object! Attempted to assign value of "NaN".

To Reproduce Steps to reproduce the behavior:

  1. Go into nucleoid.xyz
  2. [Sound engine/ERROR]: Skipped playing sound "entity.bee.loop": Cannot trace sounds outside the block grid. this log spam should start.
  3. And if the music starts playing this log spam will happen too. [22:51:22] [Sound engine/INFO]: Skipped playing sound "music.game": Cannot trace sounds outside the block grid.
  4. Select the loopdeloop mini game
  5. [00:55:06] [Sound engine/ERROR]: Caught new OpenAL AL10 error! Error while assigning "cutoff" property to direct filter object! Attempted to assign value of "NaN". Error something like this with value of NaN start appearing in log.

Expected behavior No strange log spams.

Screenshots It's about logs.

My Machine (please complete the following information):

Additional context note 1: it says music.game skipped but it's still playing fine.(The error popped up as soon as the music started playing.) note 2: All the echos and special sound stuff seem to be working fine even after the NaN thing happened note 3: I can't recreate any of the bugs I've mentioned without being in nucleoid. Tried hypixel and it's fine. Single-player is fine either. (even when it started playing music, the music bug didn't show up) Nucleoid source code: https://github.com/NucleoidMC/loop-de-loop

Crash Report/Logs The initial appearance of the bug. https://0x0.st/obKI.txt Music.game spamming https://0x0.st/obKk.log With debug log enabled https://0x0.st/obPs.txt

JustSimplyKyle commented 2 years ago

Update: I've managed to recreate the bug in single player.

  1. Build a nether portal.
  2. Go in.
  3. Enjoy. https://0x0.st/obAr.txt
thedocruby commented 2 years ago

Thanks for submitting such a comprehensive and detailed report! Much appreciated! This information will be very helpful in solving the issue.