CDBurnerXP

This bug tracking system is read-only for users. It is currently only meant as TODO list for the developers.

Tasklist

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
Task Type Bug Report
Category Error Messages
Status Closed
Assigned To Stefan Haglund (stha)
Operating System All
Severity Low
Priority Normal
Reported Version 3.5.101.6
Due in Version 3.5.101.7
Due Date Undecided
Percent Complete 80%
Votes 0
Private No

Details

The 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

Closed by  Florian Schmitz (Flo)
Thursday, 24 November 2005, 20:54 GMT+2
Reason for closing:  Fixed

Loading...