Search found 15 matches

by jmarder
Tue Sep 13, 2022 6:09 am
Forum: madCollection
Topic: Unattended installation
Replies: 1
Views: 3413

Unattended installation

I am trying to automatize my Delphi install process and I wonder if there are command line option that allow me a silent / unattended installation of MadExcept in a batch file?

Thanks in advance for any hints on doing this!

Joachim
by jmarder
Fri Oct 01, 2021 3:59 pm
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65634

Re: Delphi 11 - Alexandria

@madshi: Do you have any idea when the final build will come?
I just want to avoid rolling out the beta, and two days later the final version arrives.
by jmarder
Thu Aug 08, 2019 1:42 pm
Forum: madExcept
Topic: Config file option for HttpUploadCleanEmail setting
Replies: 1
Views: 4289

Config file option for HttpUploadCleanEmail setting

Hi.

Is there a way to configure the "HttpUploadCleanEmail" property in the .MES settings file?
I was unable to find a corresponding option.

Best regards,

Joachim
by jmarder
Fri Dec 29, 2017 1:16 pm
Forum: madExcept
Topic: GetThreadStackTrace returns nothing - Delphi XE3/XE5 64bit
Replies: 9
Views: 13301

Re: GetThreadStackTrace returns nothing - Delphi XE3/XE5 64b

> I'm not eager to add the workaround to madExcept So you think it is better if many of your customers run into that issue, spend time in analyzing the issue and seeking a workaround, and then all copy this workaround to their projects? > the dummy exception would always stay in madExcept. It should...
by jmarder
Fri Dec 29, 2017 12:55 pm
Forum: madExcept
Topic: GetThreadStackTrace returns nothing - Delphi XE3/XE5 64bit
Replies: 9
Views: 13301

Re: GetThreadStackTrace returns nothing - Delphi XE3/XE5 64b

> but I don't have a better solution at the moment.

I wonder if anything has improved in the past 4 years regarding this issue?
Otherwise it could make sense to at least add the workaround to MadExcept.
by jmarder
Tue Nov 14, 2017 7:45 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

I recently had a very similar case when using the Windows Ribbon Framework for Delphi. When a Command was fired, within this event handler exactly the same happened: App crash instead of MadExcept dialog when an exception occurred. The same applies for Windows Shell change notifications. I think it ...
by jmarder
Thu Oct 19, 2017 8:44 pm
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

Is there any news on the AllocateHwnd() issue?
by jmarder
Wed Sep 27, 2017 6:55 am
Forum: madExcept
Topic: Application hangs on startup in InitHandleExceptionThread()
Replies: 4
Views: 5257

Re: Application hangs on startup in InitHandleExceptionThrea

The problem could not be reproduced with a hello world example. Since this was an absolutely unique case, no further discussion is necessary at this point.
by jmarder
Wed Sep 27, 2017 6:52 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

2) The test program from jmarder is interesting. Basically it shows that crashes inside of a custom "AllocateHwnd()" window proc aren't always caught by madExcept. I've analyzed this problem in detail and it seems that the exception is bypassing all of Delphi's own RTL exception handling ...
by jmarder
Wed Sep 27, 2017 6:43 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

So Delphi + madExcept don't have any problem compiling to a network drive. There must be something special that makes things fail within a VM, when writing to a network drive. There is a commonly encountered problem, not only for Delphi applications, that if started from a network drive, an externa...
by jmarder
Tue Sep 19, 2017 6:22 pm
Forum: madExcept
Topic: Application hangs on startup in InitHandleExceptionThread()
Replies: 4
Views: 5257

Re: Application hangs on startup in InitHandleExceptionThrea

Is it a specific problem with a new version of your application? It occurred only once for one customer/machine. The new version is already several weeks old and is successfully used by many other customers. Did it not occur with older versions of your application? No. One thing you could try is to...
by jmarder
Wed Sep 13, 2017 2:37 pm
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

madshi wrote:A full test project would be better, if possible?
Here it is.
by jmarder
Tue Sep 12, 2017 9:13 am
Forum: madExcept
Topic: Application hangs on startup in InitHandleExceptionThread()
Replies: 4
Views: 5257

Application hangs on startup in InitHandleExceptionThread()

I have a customer which reported that my application no longer starts on his machine, but the process appears in the task manager. I let the user create a report using MadTraceProcess and the outcome was that the process hangs in MadExcept.InitHandleExceptionThread(): date/time : 2017-09-11, 10:37:5...
by jmarder
Tue Sep 12, 2017 9:01 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

At the end of this blog post there is sample code:
https://marc.durdin.net/2012/09/delphi- ... xceptions/

Is that sufficient?
by jmarder
Tue Sep 12, 2017 8:03 am
Forum: madExcept
Topic: MadExcept not detecting crash
Replies: 18
Views: 18246

Re: MadExcept not detecting crash

I'm seeing the same problem here in my project. It seems that default exception handling of Delphi is not working in this scenario. Has anyone solved this problem?