Audacity not working anymore

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
mchijmma
Posts: 2
Joined: Tue Nov 22, 2016 7:12 pm
Operating System: OS X 10.9 Mavericks

Audacity not working anymore

Post by mchijmma » Tue Nov 22, 2016 7:15 pm

Hello,

I had installed Audacity and everything was working fine until it stopped opening.

The only change that I can think it could have affected audacity, is that I installed pyaudio, but I am not sure how could it have 'damaged' audacity.

I already purged, autoremoved and re-installed audacity from ppa.

Still does not open.

When I try to run from the terminal I get the following:

Code: Select all

[email protected]:~$ audacity &
[1] 29460
[email protected]:~$ ALSA lib pcm_dsnoop.c:606:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:1029:(snd_pcm_dmix_open) unable to open slave
audacity: symbol lookup error: audacity: undefined symbol: Pa_GetStreamHostApiType
I just see the logo of Audacity popping up in my screen and then disappearing.

Thank you in advance for your help.

Best Regards,

Marco.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity not working anymore

Post by Gale Andrews » Wed Nov 23, 2016 2:03 pm

What version of Ubuntu? What PPA are you using and what version of Audacity (all three numbers)?

Anyway, your error indicates that Audacity is looking for an incompatible version of PortAudio. Either a system update or PyAudio could have done this (given PyAudio adds bindings for PortAudio). You could remove stale/incompatible libportaudio files from /usr/local/lib but it would be much safer to launch Audacity with the following command so it looks for system PortAudio:

Code: Select all

LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ audacity
You can insert that command in your audacity.desktop file to save launching Audacity from the terminal each time.

Or create a soft link to the portaudio lib in /usr/lib/x86_64-linux-gnu. See http://forum.audacityteam.org/viewtopic ... 93#p309693.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply