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

Performance Hungry - Crashes #57

Closed SlamTheDragon closed 1 year ago

SlamTheDragon commented 2 years ago

Description The mod itself is performance hungry by in its default settings (Slowed down chunk loading behavior and a lot of noticable frame drops). Sound Physics Fabric (The previous version of this mod) however does the same thing but the odds of it crashing are expected to be really low. Frame drops however are somewhat noticable.

To Reproduce Steps to reproduce the behavior:

  1. Enter a world
  2. Play Minecraft normally

Expected behavior A smooth playthrough similar to Sound Physics Remastered (https://www.curseforge.com/minecraft/mc-mods/sound-physics-remastered).

My Machine:

Additional context Raytraced debugging Completely obliterates the rendering engine (that was an attempt)

Crash Report/Logs https://pastebin.com/iyv42vVM

I'd hope y'all can get around with the optimization needed for this mod

mikenrafter commented 2 years ago

Could you profile this with Spark? Knowing where this issue stems from could help diagnose the issue.

SlamTheDragon commented 1 year ago

I may have forgotten about this but I also did not read the text not to test the path tracing visibility feature to an ordinary Minecraft world for it will totally lag the client out. Something along those lines. Will close the issue now. Sorry for the wait!

Edit: That was what I was trying to explain before (I confused myself), I have the settings properly configured to meet the standards of my PC so that I won't get stuttery frames (in both debugging and normal playtimes).