Sound errors in Output log.

Started by wyattray, August 20, 2017, 10:59:54 AM

Previous topic - Next topic

wyattray

Im trying to understand how to determine what is exactly causing these errors.  Im sure its a mod and its referencing a Filename: Line 16.  Any way to determine which file / mod / asset / anything really.

Quote(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/sound/SoundChannel.cpp(285) : Error executing m_FMODChannel->setPan(pan) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/AudioSource.cpp(842) : Error executing channel->setPan (stereoPan) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/sound/SoundChannel.cpp(312) : Error executing m_FMODChannel->getReverbProperties(reverbproperties) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/AudioSource.cpp(867) : Error executing channel->getReverbProperties (&props) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/sound/SoundChannel.cpp(303) : Error executing m_FMODChannel->setReverbProperties(reverbproperties) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/AudioSource.cpp(876) : Error executing channel->setReverbProperties(&props) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

C:/buildslave/unity/build/Runtime/Audio/sound/SoundChannel.cpp(461) : Error executing m_FMODChannel->setVolume(mixVolume) (The specified channel has been reused to play another sound. )

(Filename:  Line: 16)

pwndemic

Hi!
Have you tried looking in your Steam/steamapps/workshop/content ?
It's a bit chaotic, but you can find all your downloaded RimWorld mods there.
If you find them, you can go through the Defs folders, and search the xml's for keywords that you find in the error messages.