This bug tracking system is read-only for users. It is currently only meant as TODO list for the developers.
FS#107 - Arithmetic operation resulted in an overflow
Attached to Project:
CDBurnerXP
Opened by Florian Schmitz (Flo) - Friday, 15 July 2005, 10:00 GMT+2
Last edited by Florian Schmitz (Flo) - Thursday, 24 November 2005, 20:54 GMT+2
Opened by Florian Schmitz (Flo) - Friday, 15 July 2005, 10:00 GMT+2
Last edited by Florian Schmitz (Flo) - Thursday, 24 November 2005, 20:54 GMT+2
|
DetailsThe following error occurs if you enter wrong data (for example “aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa” in boot options→segment. Arithmetic operation resulted in an overflow.
at a7.a()
at a7.e(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
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)
This error occurs if you enter a high number for year in tag editor (track info): Arithmetic operation resulted in an overflow. at Microsoft.VisualBasic.CompilerServices.IntegerType.FromString(String Value)
at d.a()
at d.c(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
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)
This error occurs if you enter a high track number (track info): Arithmetic operation resulted in an overflow. at d.a()
at d.c(Object A_0, EventArgs A_1)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
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)
|
This task depends upon