James Crook
2016-12-12 20:03:50 UTC
I've made some progress on 'all-in-audacity.app'
i.e. a Mac build of Audacity that has the manual, the bundled nyquist
and ladspa plug-ins and miscellaneous .txt files in the app.
https://github.com/JamesCrook/audacity
It seems to work fine installed under /Applications if a cfg file
exists, but not if it has to create the cfg file - in which case it
crashes with a problem arising from not creating the cfg file. It always
runs fine under the debugger. So running the debugger which creates the
cfg file, and then running it from /Applications thereafter is fine.
Of course this isn't good enough for release. I'll do some more digging
to see if I can figure out what is going on.
--James.
i.e. a Mac build of Audacity that has the manual, the bundled nyquist
and ladspa plug-ins and miscellaneous .txt files in the app.
https://github.com/JamesCrook/audacity
It seems to work fine installed under /Applications if a cfg file
exists, but not if it has to create the cfg file - in which case it
crashes with a problem arising from not creating the cfg file. It always
runs fine under the debugger. So running the debugger which creates the
cfg file, and then running it from /Applications thereafter is fine.
Of course this isn't good enough for release. I'll do some more digging
to see if I can figure out what is going on.
--James.