Audacious failed to play
Ever been in a case when your Audacious failed to play when you hit the “Play” button? It just silent and show no response at all except for the close button. I did just now, and when I check from the console (yes! That what’s make linux cool, you could see the log from console of almost everything that stuck on it’s execution time, and search for the solution using some part of the log), it says:
MADPlug-Message: failed to open audio output: XMMS reverse compatibility output plugin
After one click of google, found the solution here. The problem seems happened after I re-install audacious using custom build. So the solution is simple, just get rid of every configuration and cache of Audacious on your home directory, just like this:
alvonsius@alvonsius-notebook:~$ rm .config/audacious/ -rf
alvonsius@alvonsius-notebook:~$ rm .cache/audacious/ -rf
alvonsius@alvonsius-notebook:~$ rm .local/share/audacious/ -rf
Well … only one drawback … I lost all the custom settings and equalizer presets I created before. Ah well, as long I could create a new one it’s ok then ^^
Recent Comments