View Full Version : Handled errors (try exception end) are still displayed by Eureka
lupuconst
04-Apr-2006, 07:35 AM
Are situations when Eureka still display the error dialog even when the code catch the error:
try
...action
except
...
end;
Eureka should not display the error dialog in this situation. That appears often when it is used the EasyMapi component from Rapware (where the exception it is raised correct)
If I disable the Eureka everything run OK
admin
04-Apr-2006, 10:45 AM
Hi,
lupuconst wrote:
> Are situations when Eureka still display the error dialog even when the
> code catch the error:
>
> try
> ..action
> except
> ..
> end;
>
> Eureka should not display the error dialog in this situation. That
> appears often when it is used the EasyMapi component from Rapware
> (where the exception it is raised correct)
>
> If I disable the Eureka everything run OK
It's really strange.
I have try but all works fine.
Try to do this:
1)...Close all opened Delphi/CBuilder instances;
2)...Deinstall all installed EurekaLog versions;
3)...Remove all folders containing the ExceptionLog.* or
?ExceptionExpert.* files;
4)...download and install the last EurekaLog version;
5)...restart your PC.
If this did not fix the problem then try to create a little source demo
able to reproduce the problem, ok? :)
--
Best regards...
Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!
lupuconst
05-Apr-2006, 11:28 AM
Thank you for your answer.
I removed completelly the Eureka log and I reinstalled EurekaLog-5[1].1.3-Ent
I have the same problem.
Eureka show the error type: EOleSysError
If I disable Eureka the error it is catched correct.
I will try to prepare a demo. It's a little bit more dificult because it involve third party components and custom class exception.
(something like : raise ERwMapiExceptionClass(ExcClass).Create(Description , ErrorCode) at ErrorAddr )
admin
05-Apr-2006, 03:42 PM
Hi,
lupuconst wrote:
> Thank you for your answer.
>
> I removed completelly the Eureka log and I reinstalled
> EurekaLog-5[1].1.3-Ent
> I have the same problem.
> Eureka show the error type: EOleSysError
> If I disable Eureka the error it is catched correct.
>
> I will try to prepare a demo. It's a little bit more dificult because
> it involve third party components and custom class exception.
> (something like : raise
> ERwMapiExceptionClass(ExcClass).Create(Description , ErrorCode) at
> ErrorAddr )
I understand what is the cause.
It isn't an EurekaLog bug but an its feature.
Try to see here: http://news.eurekalog.com/showthread.php?t=130
--
Best regards...
Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.