> >
> > In the last couple of weeks I have not been able to use vitunes, I can run
> > the init command and create the database of music, but launching with the
> > "vitunes" command, the lines dividing up the terminal window are drawn,
> > then message appears "Segmentation Fault (core dumped)."
> >
>
> At first sight, it looks like "player" is not correctly set. Can you
> set a breakpoint in player_init (in player.c) and look at what's
> happening in the for loop? Also, do you have anything special in your
> .vitunes.conf?
>
Hi Pascal,
Thanks, as it turns out my .vitunes.conf was the problem. It was like this:
display artist.40,album.50,title.62,track.4,year.4
set lwidth=20
set lhide=true
All that was fine except the last line, unless "set lhide=true" is commented
out, it will segfault.
After writing the original email, I rebuilt the port to the old vitunes 2.2 and
this config option is ok. So its some kind of new bug.
Do you still want me to set the breakpoint, etc? I'm pretty sure I can live
without the hidden library window, but I don't mind sending you the output if
you want to have a look.
Brett.