microsoft / ProjectAcoustics

Microsoft Project Acoustics
https://aka.ms/acoustics
Creative Commons Attribution 4.0 International
133 stars 21 forks source link

Unreal Engine Crashing when Switching to Bake Acoustics Tab #177

Open apriltmu opened 1 year ago

apriltmu commented 1 year ago

It seems like for whatever reason some of the triton dlls aren't being loaded despite not being marked as downloaded from web. We're experiencing this on a singular machine based on the same repo/files. Any thoughts on what could be causing this?

UnrealEngineprojectAcoustics

NoelCross commented 1 year ago

@apriltmu Can you check to see if the initialization routine completed successfully?

if (!TritonPreprocessor_MaterialLibrary_CreateFromFile(TCHAR_TO_ANSI(*filename), &m_Handle))
{
    return false;
}

Do you have any other modifications made to the plugin code?