iminashi / Rocksmith2014.NET

F# (with some C#) libraries for creating Rocksmith 2014 custom DLC.
MIT License
67 stars 18 forks source link

Crash on Import PSARC File (Quick Edit) #19

Open pavianshupe opened 1 year ago

pavianshupe commented 1 year ago

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()

iminashi commented 1 year ago

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

Don't know if rebuilding revorb would help.