iminashi/Rocksmith2014.NET

Crash on Import PSARC File (Quick Edit)

Opened this issue · 1 comments

DLC Builder 2.2.2 crashes on Mac Air M2 (Ventura 13.5) when opening Mac PSARC for quick edit with following message:

AggregateException: One or more errors occurred. (revorb process failed with exit code: 134)

Inner exception:
Exception: revorb process failed with exit code: 134
at Rocksmith2014.Audio.Conversion.validateRevorbOutput(Int32 exitCode, String output)
at Rocksmith2014.Audio.Conversion.wemToOggImpl(String sourcePath, String targetPath)
at Rocksmith2014.Audio.Conversion.wemToOgg(String wemFile)
at DLCBuilder.Utils.convert@220.Invoke(String wemFile)
at Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc2 action, IEnumerable1 source) in D:\a_work\1\s\src\FSharp.Core\seq.fs:line 632
at DLCBuilder.StateUtils.importPsarc@416.MoveNext()
at DLCBuilder.Main.task@220-28.MoveNext()

I wonder if it's somehow related to the issue on linux #15?

Don't know if rebuilding revorb would help.