Jump to content
Software FX Community

ChartFX arithmetic overflow on Windows 98 ???!!!


User (Legacy)

Recommended Posts

Hi Software FX,

a customer installed my app on a windows 98 machine, 128 Mb RAM, .NET 1.0

ChartFX crashes immediately, here's the log/stack trace

11/11/2004 11:28:56 AM : : ******** STARTING___STARTING___STARTING ******

11/11/2004 11:28:56 AM : : Microsoft Windows 98 4.10.67766446.0

11/11/2004 11:28:56 AM : : Application Version: 1.0.8.1

11/11/2004 11:29:05 AM : Main : Unhandled Exception:

System.ArithmeticException: Overflow or underflow in the arithmetic

operation.

at System.Drawing.Font.Initialize(FontFamily family, Single emSize,

FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean

gdiVerticalFont)

at System.Drawing.Font.Initialize(String familyName, Single emSize,

FontStyle style, GraphicsUnit unit)

at System.Drawing.Font..ctor(String familyName, Single emSize)

at SoftwareFX.ChartFX.Chart.DO()

at SoftwareFX.ChartFX.Chart..ctor()

at InfoControls.dbChartControl..ctor()

at ClientApp.MainForm.InitializeComponent()

at ClientApp.MainForm..ctor(ParentForm pf)

at ClientApp.ParentForm..ctor(LogIn parent)

at ClientApp.LogIn.CommonCtor()

at ClientApp.LogIn..ctor(Boolean runmin)

at ClientApp.LogIn.Main(String[] args) : at

System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle

style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)

at System.Drawing.Font.Initialize(String familyName, Single emSize,

FontStyle style, GraphicsUnit unit)

at System.Drawing.Font..ctor(String familyName, Single emSize)

at SoftwareFX.ChartFX.Chart.DO()

at SoftwareFX.ChartFX.Chart..ctor()

at InfoControls.dbChartControl..ctor()

at ClientApp.MainForm.InitializeComponent()

at ClientApp.MainForm..ctor(ParentForm pf)

at ClientApp.ParentForm..ctor(LogIn parent)

at ClientApp.LogIn.CommonCtor()

at ClientApp.LogIn..ctor(Boolean runmin)

at ClientApp.LogIn.Main(String[] args)

=============

any ideas? is this a know bug with e.g., a particular video card?

Link to comment
Share on other sites

Hi ChartFX,

solved I guess.

I wasn't able to duplicate this on another Win 98 PC, and the customer

installed on another box without incident.

-- Marteen

"Martin Rojo" <mrojo@infotility.com> wrote in message

news:2gz$5ZByEHA.3492@webserver3.softwarefx.com...

> Hi Software FX,

>

> a customer installed my app on a windows 98 machine, 128 Mb RAM, .NET 1.0

>

> ChartFX crashes immediately, here's the log/stack trace

>

> 11/11/2004 11:28:56 AM : : ******** STARTING___STARTING___STARTING ******

> 11/11/2004 11:28:56 AM : : Microsoft Windows 98 4.10.67766446.0

> 11/11/2004 11:28:56 AM : : Application Version: 1.0.8.1

> 11/11/2004 11:29:05 AM : Main : Unhandled Exception:

> System.ArithmeticException: Overflow or underflow in the arithmetic

> operation.

> at System.Drawing.Font.Initialize(FontFamily family, Single emSize,

> FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean

> gdiVerticalFont)

> at System.Drawing.Font.Initialize(String familyName, Single emSize,

> FontStyle style, GraphicsUnit unit)

> at System.Drawing.Font..ctor(String familyName, Single emSize)

> at SoftwareFX.ChartFX.Chart.DO()

> at SoftwareFX.ChartFX.Chart..ctor()

> at InfoControls.dbChartControl..ctor()

> at ClientApp.MainForm.InitializeComponent()

> at ClientApp.MainForm..ctor(ParentForm pf)

> at ClientApp.ParentForm..ctor(LogIn parent)

> at ClientApp.LogIn.CommonCtor()

> at ClientApp.LogIn..ctor(Boolean runmin)

> at ClientApp.LogIn.Main(String[] args) : at

> System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle

> style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)

> at System.Drawing.Font.Initialize(String familyName, Single emSize,

> FontStyle style, GraphicsUnit unit)

> at System.Drawing.Font..ctor(String familyName, Single emSize)

> at SoftwareFX.ChartFX.Chart.DO()

> at SoftwareFX.ChartFX.Chart..ctor()

> at InfoControls.dbChartControl..ctor()

> at ClientApp.MainForm.InitializeComponent()

> at ClientApp.MainForm..ctor(ParentForm pf)

> at ClientApp.ParentForm..ctor(LogIn parent)

> at ClientApp.LogIn.CommonCtor()

> at ClientApp.LogIn..ctor(Boolean runmin)

> at ClientApp.LogIn.Main(String[] args)

>

>

> =============

>

> any ideas? is this a know bug with e.g., a particular video card?

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...