EDivByZero exception

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33130
    Christopher Dely
    Participant

    Today we get another strange exception at program startup:

    exception class : EDivByZero
    exception message : Division by zero.

    main thread ($f54):
    005a0984 NlArchiver.exe sMaskData WidthOfImage
    00606f24 NlArchiver.exe sSkinManager TsSkinManager.MaskWidthRight
    005a40af NlArchiver.exe sBitBtn TsBitBtn.OurPaintHandler
    005a50c8 NlArchiver.exe sBitBtn TsBitBtn.WndProc
    004c7ca4 NlArchiver.exe Controls TWinControl.MainWndProc
    0047813c NlArchiver.exe Classes StdWndProc
    7e37f406 USER32.dll SendMessageA
    005f570b NlArchiver.exe sVclUtils SkinPaintTo
    005f57e9 NlArchiver.exe sVclUtils SkinPaintTo
    005f5b3a NlArchiver.exe sVclUtils AnimShowControl
    005d2f09 NlArchiver.exe sSkinProvider TsSkinProvider.NewWndProc
    7c90e470 ntdll.dll KiUserCallbackDispatcher
    0064ca68 NlArchiver.exe JvWndProcHook 767 +33 TJvHookInfos.WindowProc
    004c4350 NlArchiver.exe Controls TControl.Perform
    004c7b19 NlArchiver.exe Controls TWinControl.UpdateShowing
    004c7b8c NlArchiver.exe Controls TWinControl.UpdateControlState
    004ca10e NlArchiver.exe Controls TWinControl.CMVisibleChanged
    004c46c3 NlArchiver.exe Controls TControl.WndProc
    004c84ec NlArchiver.exe Controls TWinControl.WndProc
    004b0195 NlArchiver.exe Forms TCustomForm.WndProc
    005d5d3f NlArchiver.exe sSkinProvider TsSkinProvider.NewWndProc
    0064ca68 NlArchiver.exe JvWndProcHook 767 +33 TJvHookInfos.WindowProc
    004c4350 NlArchiver.exe Controls TControl.Perform
    004c2f36 NlArchiver.exe Controls TControl.SetVisible
    004afb5e NlArchiver.exe Forms TCustomForm.SetVisible
    004b7b00 NlArchiver.exe Forms TApplication.Run
    0075fe23 NlArchiver.exe NlArchiver 69 +18 initialization

    #39965
    Support
    Keymaster

    What skin was used when error has occured?

    #40005
    Christopher Dely
    Participant

    QUOTE (Support @ Jul 17 2009, 09:29 AM)
    What skin was used when error has occured?

    Good question, unfortunately I don't remember. It is a skin specific bug?

    #40054
    Support
    Keymaster

    QUOTE (Christopher Dely @ Jul 21 2009, 01:09 PM)
    It is a skin specific bug?


    Maybe, you can just try another skin <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />
    One more question – who is a parent for this sBitBtn?

    #40066
    Christopher Dely
    Participant

    QUOTE (Support @ Jul 24 2009, 08:00 AM)
    Maybe, you can just try another skin <img src="style_emoticons//wink.gif” style=”vertical-align:middle” emoid=”;)” border=”0″ alt=”wink.gif” />

    <img src="style_emoticons//wacko.gif” style=”vertical-align:middle” emoid=”:wacko:” border=”0″ alt=”wacko.gif” />
    What are the stable skins?

    QUOTE (Support @ Jul 24 2009, 08:00 AM)
    One more question – who is a parent for this sBitBtn?

    The main form (TForm).

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.