Never had any problems extracting ALBW files using MakeItOne so far, but now I got the following exception:
- Code: Select all
System.OverflowException: Der Wert für einen Int32 war zu groß oder zu klein.
at System.Convert.ToInt32(Double value)
at AlbumMaker.Form1.read_Album(String unsource_File, String undest_root, Boolean bPreview)
at AlbumMaker.Form1.unPack_Check()
at AlbumMaker.Form1.btnunPack_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
(using version 2.05, also appeard in v2.02, didn't try any other versions)
The german text means that the value of the double is too small or too big to fit into an Int (go figure, "overflow" ) )
The file plays fine in winamp.
Greets,
Java
PS: Sorry if bug already known, didn't check any "known bugs" listings b4 posting