LogAudio Issue (large log files)

Hello,
So I have a game that I have packaged for windows and everything is running smoothly. But I am getting these massive log files during gameplay. After some minor investigation, this line is being called every tick.

[2021.01.12-15.20.00:068][647]LogAudio: Display: RecursiveApplyAdjuster failed, likely because we are clearing the level.

Any idea what this is and how I can stop if from being called?

1 Like

Hi! This signalize that you have smth strange with SoundClasses. Check that every class is correct and has configured props

1 Like

Thank you, looks like I needed to change the default sound class in Project Settings. Appears to fix the issue

1 Like