Thank you for the response!Tarkus S wrote: Wed Oct 08, 2025 1:48 pm Hey,
i wrote that thing.. ages ago.. trying to remember.
I just downloaded that build from the website and tried it to check apple didn't break stuff again with some new security system. At least on sequoia here it's running fine.
Which leaves us with two obvious causes for the error.
Either like Urs suggested a permissions problem,
or there is something unusual about the wav file that crashes the wav loader.
Since the location seems to be the desktop a permissions issue seems unlikely. (Your user should be allowed to write files there)
My suggestion would be to resave the wav file as super boring 44.1K 16bit PCM wav using something like Audacity.
The wav loader code we used back then was kind of primitive. Maybe something fancy or wrong in the file confuses the loader. Who knows.
You could save it to documents instead of the desktop though i don't think that makes any difference.
If that doesn't help you could start the converter via the terminal. Maybe its logging tells us what the problem is.
For that just open a terminal window, drag the converter executable in there and complete the path till you've got something like yourPath/P5_2_R5Converter_2021_04_22/Mac/Converter.app/Contents/MacOS/Converter.
Then hit enter and the converter should start and log.
I tried some of those things and it continued to fail. I can have another go at it though.
If you're interested, I could send you the .wav file to see if you can convert it then return the output. There are some nice patches in it.
