[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: Re: RioNet file formats?
- Subject: RE: Re: RioNet file formats?
- From: Tony Tofts
- Date: Wed, 31 Mar 2004 12:22:00 +0000
> I've identified the tracks causing the problem, when i looked
> at the 'file info' in winamp, it showed the 'header located
> at = 0 bytes'.
Got the file thanks
Assuming this means there is no header, then I can see what's happening.
The stream code strips the header so when it's trying to redim the byte
array to read/skip the header it's doing redim b(hs-1)
If hs=0 then hs-1=-1=redim b(-1) and the code crashes.... DOH!
Will debug thru this evening to check this _is_ what's happening and
release
a fix.
Regards
Tony
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|