I've been using gnump3d for a while now and I just had to restart it to re-index some songs. I'm sure there is a way to do this without restarting it but I didn't happen to look for that. Anyways, now when I attempt to start gnump3d it runs the index scan and then *poof* it errors out with:
Code: Select all
This is not an Ogg bitstream (no OggS header). at /usr/lib/perl5/5.8.8/gnump3d/ogginfo.pm line 164.
Use of uninitialized value in seek at /usr/lib/perl5/5.8.8/gnump3d/ogginfo.pm line 236.
No comment header? at /usr/lib/perl5/5.8.8/gnump3d/ogginfo.pm line 307.
Use of uninitialized value in division (/) at /usr/lib/perl5/5.8.8/gnump3d/ogginfo.pm line 450.
Illegal division by zero at /usr/lib/perl5/5.8.8/gnump3d/ogginfo.pm line [ ok ]
I've tried going over and over all my info and I can't find why its crashing at this point. Yes, I'm not trying to use ogg for the most part. The majority of my music is mp3, I'm working on converting the rest from ogg to mp3 to get away from these multi-format issues. I've rebuilt libvorbis and libogg in case those were the culprits, obviously this didn't work. Anyone know where I might need to start looking for this issue?