houghi wrote:
> Vic Titious wrote:
> If all else fails, try `strace -ofile command file.mp3` and then try to
> figure out from "file" where things went wrong. See `man strace` for
> more info.
>
> It might point you to the (lib-)file that causes the error. Perhaps just
> a situation of running 32 bit when it expects 64, or the other way
> around.
>
> In one program I got a segfault because it could not find the server
> called 'news'. Strace helped me find it.
>
> It is not very easy to read the outputfile, but it often helps.
>
> houghi
Here's what I get:
<tons of loaded plugins>
loading plugin /usr/lib64/deadbeef/wavpack.so
loading plugin /usr/lib64/deadbeef/wildmidi.so
checking GUI plugin: GTK3
found selected GUI plugin: GTK3
loading plugin /usr/lib64/deadbeef/ddb_gui_GTK3.so
libWildMidi(WM_BufferFile:640): ERROR Unable to stat
/etc/timidity/freepats/freepats.cfg (No such file or directory)
gtkui plugin compiled for gtk version: 3.6.4
** (deadbeef:17546): WARNING **: Error retrieving accessibility bus address:
org.freedesktop.DBus.Error.ServiceUnknown: The name rg.a11y.Bus was not
provided by any .service files
connecting button tray signals
selected output plugin: ALSA output plugin
INFO: loading playlist Default
INFO: from file /home/vic/.config/deadbeef/playlists/0.dbpl
gtkui: found cover-art loader plugin
-------------
I'm running Pulse--Deadbeef is looking for Alsa. I cannot load the
application to change it--it quits right away--so I may goof around in the
config file...
Unless you can decode something from this...