Search found 98 matches

by FredS
Fri Jan 14, 2022 10:56 pm
Forum: madExcept
Topic: DEP and ASLR
Replies: 4
Views: 3556

Re: DEP and ASLR

will madExcept work if DEP and/or ASLR are enabled?
I've had the DEP and ASLR set for a while now and no issues so far..

Great read via that link.
by FredS
Thu Jan 09, 2020 5:47 pm
Forum: madExcept
Topic: "save bug report" behavior
Replies: 7
Views: 13508

Re: "save bug report" behavior

I come back to madExcept every few years to make some adjustments and these are my findings. 1) That would be up to you, as it sits now it doesn't follow the rules described in Help. If it did we would have another discussion :) 2) That is what I found. Consider it a bug or update your help topic. I...
by FredS
Thu Jan 09, 2020 1:11 am
Forum: madExcept
Topic: Access GetMailWasSent
Replies: 0
Views: 53157

Access GetMailWasSent

Ported for clarity from http://forum.madshi.net/viewtopic.php?f=4&t=28780#p53268 My mes file contains: AutomaticallySaveBugReport=1 AutoSaveBugReportIfNotSent=1 There are a couple of reasons to get at GetMailWasSent, which is available in IMEExceptionEx. This is not possible without copying the ...
by FredS
Wed Jan 08, 2020 10:50 pm
Forum: madExcept
Topic: "save bug report" behavior
Replies: 7
Views: 13508

Re: "save bug report" behavior

Sure, 1) The "save bug report" button action is dependent on BugReportFile but I believe the online help is outdated: If you specify a full path, no "save box" is shown, even if the user presses on the "save bug report" button, instead the bug report file is directly wr...
by FredS
Wed Jan 08, 2020 10:19 pm
Forum: madExcept
Topic: "save bug report" behavior
Replies: 7
Views: 13508

Re: "save bug report" behavior

I'm not completely sure what to do. You're reporting a lot of different things, and I'm not sure which of these you want changed and how you want it changed? I hate to but altered source, I don't believe 'DoFireHandlers(0, 1, eaSaveBugReport, exceptIntf, b1);' should be there. First from fast readi...
by FredS
Wed Jan 08, 2020 9:59 pm
Forum: madExcept
Topic: No eaShowBugReport when AutoShowBugReport=True
Replies: 2
Views: 4637

Re: No eaShowBugReport when AutoShowBugReport=True

That event is currently only fired if the user presses the button. In all other cases it's (intentionally) not fired. I guess I could change it, but I'm a little bit afraid that doing so might break the code of some madExcept users. Shouldn't it be easy for you to work around? Already implemented, ...
by FredS
Wed Jan 08, 2020 9:58 pm
Forum: madExcept
Topic: Exception with ImportBugReport
Replies: 3
Views: 5494

Re: Exception with ImportBugReport

ImportBugReport wants to have the contents of the bug report, not a file name. Try using "with ImportBugReport(Memo1.Lines.Text) do". I've modified my code now, though, to prevent the crash that currently happens if you feed ImportBugReport with an improper bug report text. That was an ea...
by FredS
Tue Jan 07, 2020 11:17 pm
Forum: madExcept
Topic: "save bug report" behavior
Replies: 7
Views: 13508

Re: "save bug report" behavior

This doesn't work because CheckAutoSave triggers both eaSaveBugReport and eaSaveBugReport3 even though no Assistant is used.
by FredS
Tue Jan 07, 2020 9:24 pm
Forum: madExcept
Topic: "save bug report" behavior
Replies: 7
Views: 13508

"save bug report" behavior

The "save bug report" button action is dependent on BugReportFile but I believe the online help is outdated: If you specify a full path, no "save box" is shown, even if the user presses on the "save bug report" button, instead the bug report file is directly written to ...
by FredS
Tue Jan 07, 2020 8:47 pm
Forum: madExcept
Topic: No eaShowBugReport when AutoShowBugReport=True
Replies: 2
Views: 4637

No eaShowBugReport when AutoShowBugReport=True

An ExceptAction handler removes some Privacy Fields from the report but when AutoShowBugReport=True no eaShowBugReport is fired.
by FredS
Sun Jan 05, 2020 6:36 pm
Forum: madExcept
Topic: Exception with ImportBugReport
Replies: 3
Views: 5494

Re: Exception with ImportBugReport

I should add that when executed without Debugger an exceptions is shown but not the saved one but the one generated by the above exception: date/time : 2020-01-05, 10:34:12, 516ms operating system : Windows 10 x64 build 18362 system language : English system up time : 2 days 18 hours program up time...
by FredS
Sun Jan 05, 2020 6:29 pm
Forum: madExcept
Topic: Exception with ImportBugReport
Replies: 3
Views: 5494

Exception with ImportBugReport

The installer is labeled: madCollection 2.8.8.4 (Except 5.0) Beta MadExcept.pas shows: 2018-11-29 5.0.0 Simple Demo, all it does is raise an Exception then attempts to send but fails and is set to auto save the report. procedure TForm4.btRaiseClick(Sender: TObject); begin raise Exception.Create('Err...
by FredS
Fri Jan 03, 2020 7:20 pm
Forum: madExcept
Topic: Shouldn't MailTo be Plain Text?
Replies: 7
Views: 9263

Re: Shouldn't MailTo be Plain Text?

Ok, I'll add a fix to the next build. Might take a bit until I get to that, though. Leaving SMTP and changing the server to EmptyStr seems to be a workaround. But when you get there please test MailTo, even when I set (IDE) NOT to attach the bug report it still comes up with the 'bug report attache...
by FredS
Tue Dec 31, 2019 10:20 pm
Forum: madExcept
Topic: Shouldn't MailTo be Plain Text?
Replies: 7
Views: 9263

Re: Shouldn't MailTo be Plain Text?

Looking through my code, it seems that when there's any attachment, and madExcept has to fall back to simple MailTo emailing, madExcept replaces the normal email body with the bug report. Are you saying that this doesn't work for you? I need to revisit this, we want to be able to force the use of M...
by FredS
Thu Feb 07, 2019 10:13 pm
Forum: madExcept
Topic: No ''Job well done" in v5 for x64?
Replies: 11
Views: 11854

Re: No ''Job well done" in v5 for x64?

So the slowness also happens if there are no leaks at all, correct? And it only occurs inside of the debugger? If so, I don't have any idea how to fix this. With the debugger this only occurs when there are no leaks, which I verified by generating some leaks just now. After all, if the debugger slo...