![]() |
|
#1
|
|||
|
|||
|
Index Out Of Bounds on .READ
on my code line:
TestUltraID3.Read(fname) I get a System.IndexOutOfRangeException The File is at: http://www.sendspace.com/file/tgcvxc the info I got from the error is: System.IndexOutOfRangeException was unhandled Message=Index was outside the bounds of the array. Source=UltraID3Lib StackTrace: at HundredMilesSoftware.UltraID3Lib.ID3v23PictureFram e..ctor(Byte[] A_0) at HundredMilesSoftware.UltraID3Lib.ID3v2Tag.a(Byte[] A_0, String A_1, ID3v23FrameFlags A_2) at HundredMilesSoftware.UltraID3Lib.ID3v2Tag.b(Binary Reader A_0, Int64& A_1) at HundredMilesSoftware.UltraID3Lib.ID3v2Tag..ctor(Bi naryReader A_0, String A_1, Int64& A_2) at HundredMilesSoftware.UltraID3Lib.UltraID3.Read(Str ing trackFileName) |
|
#2
|
||||
|
||||
|
That file has a bad picture frame. I've moved the frame initialization code inside of the main exception handler so you'll get a more meaningful exception now. I'll include this fix in the next version.
Thanks, - Mitchell S. Honnert |
![]() |
| Tags |
| array, bounds |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|