Log in

View Full Version : First 1.4.4 Build 846 bug


Dazog
04-23-2002, 06:39 PM
Version: 1.4.4 (build 846)
Compiled on: Apr 20, 2002
OS Ver: 5.1 (build 2600)

Exception 'EConvertError' in module FlashFXP.exe at 00007AB2
'' is not a valid integer value

Source file: UNKNOWN, Line UNKNOWN
Error within Try/Except

Call stack:
:00408AB2 [FlashFXP.exe]
:004C8EC8 [FlashFXP.exe] (Spin.pas, line 548)
:004D10D0 [FlashFXP.exe] (Pref.pas, line 736)
:0042B7CD [FlashFXP.exe] (StdCtrls.pas, line 1776)
:0042B8E6 [FlashFXP.exe] (StdCtrls.pas, line 1819)
:004497F4 [FlashFXP.exe] (Controls.pas, line 4233)
:00449623 [FlashFXP.exe] (Controls.pas, line 4158)
:0044C144 [FlashFXP.exe] (Controls.pas, line 5738)
:0044BC5B [FlashFXP.exe] (Controls.pas, line 5568)
:00433D52 [FlashFXP.exe] (Forms.pas, line 1451)
:77D43A5F [user32.dll]
:77D43B2E [user32.dll]
:77D45874 [user32.dll]
:77D458A4 [user32.dll]
:77F5108F [ntdll.dll]
:77D45E7E [user32.dll]
:77D6060B [user32.dll]
:77D76C2E [user32.dll]
:77D76B78 [user32.dll]
:77D603AE [user32.dll]
:77D60292 [user32.dll]
:77D5C758 [user32.dll]
:77D43A5F [user32.dll]
:77D43B2E [user32.dll]
:77D47419 [user32.dll]
:77D5BA3F [user32.dll]
:0044C0C8 [FlashFXP.exe] (Controls.pas, line 5717)
:0042B819 [FlashFXP.exe] (StdCtrls.pas, line 1789)
:0044D2C4 [FlashFXP.exe] (Controls.pas, line 6430)
:0044BC5B [FlashFXP.exe] (Controls.pas, line 5568)
:00433D52 [FlashFXP.exe] (Forms.pas, line 1451)
:77D43A5F [user32.dll]
:77D43B2E [user32.dll]
:77D43D6A [user32.dll]
:77D441FD [user32.dll]
:00541C6A [FlashFXP.exe] (FlashFXP.dpr, line 206)
:77E7EB69 [kernel32.dll]


Oh and the bug hunt continues :)

bigstar
04-23-2002, 07:18 PM
That error is by design. The SpinEdit raises an exception when you enter a non-number/blank value. Due to the generic error class 'EConvertError' if we were to filter it, we would filter all 'EConvertError' errors, with the exception of this specific error all other errors of this nature are serious. While this one can be ignored.

Dazog
04-23-2002, 07:56 PM
ok :) just thought i found something evil