Questions tagged [madexcept]

anything related to madExcept tool for exception handling in Delphi.

madExcept is an exception handling tool for Delphi. Whenever there's a crash/exception in your program, madExcept collect a lot of information which should help you to fix the bugs. It gives to the end user the possibility to send you a detailed bug report. madExcept can also help you to find memory/resource leaks.

learn more about it on madExcept site

34 questions
1
vote
2 answers

Delphi XE8 Application handling and 3rd party exception handling tools

I have given to maintain a project in delphi for which I don't have a clue :). It was converted to XE8 from D5. So it has a lot of custom things ( I am replacing some custom Object lists with Dictionaries since Dictionaries didn't exist in D5). The…
Apostolos
  • 7,763
  • 17
  • 80
  • 150
1
vote
2 answers

Is there any way to find out which form a TCustomForm reference refers to?

I have added madExcept support to my application referenced in this question. When the program hangs I get the following report from madTraceProcess: date/time : 2015-07-28, 09:21:06, 350ms computer name : ENG_LAB user name :…
Koot33
  • 304
  • 2
  • 10
1
vote
2 answers

madExcept, checking state of checkbox in custom assistant before attaching additional files to the report

I have modified the send-assistant of madExcept with a new checkbox. If the use checks this box, I want to send additional attachments with the bug report (a copy of the users data files). How can I check if the user checked the box? regards, -Vegar
Vegar
  • 12,828
  • 16
  • 85
  • 151
1
vote
2 answers

Run post-build process after build completely finishes

I'm using Delphi XE2 and madExcept. I want to run a process after the build finishes, including the madExcept stuff that occurs at the end of the build process. Putting my batch-file in the post-build events causes my batch-file to run before the…
James L.
  • 9,384
  • 5
  • 38
  • 77
1
vote
2 answers

MadExcept for delphi is not printing stacktrace after application crash

Detailed question : We are trying to capture the stacktrace (bugreport.txt) using MadExcept in a delphi application where a thread is crashing the application with a fatal error. But MadExcept doesn't print any stacktrace after the application…
Vinod M
  • 19
  • 2
1
vote
4 answers

Why does my Delphi 7 Debugger randomly decide to stop accepting certain keyboard input

Maybe this is an overarching question as I've seen similar bugs in Firefox and I'd like to know how to avoid coding them. For no apparent reason, the function keys, arrow keys (de-numlocked numpad as well), the 6 keys over the arrows, and backspace…
Peter Turner
  • 11,199
  • 10
  • 68
  • 109
1
vote
1 answer

madExcept.obj not found when building in Team CIty

I build a C++ Builder 2010 project using Team City and noticed that I got issues when adding madExcept. The build complains about not finding MADEXCEPT.OBJ. My guess is that the standard include paths added in the C++ Builder 2010 IDE aren't…
inquam
  • 12,664
  • 15
  • 61
  • 101
0
votes
1 answer

How to fix madExcept creating temporal files in User\LocalSettings\Temp

I sterated using "Standard User Analyzer" from Application Compatibility toolkit and it reported that my app is not UAC compatible because: "DeleteFileA: File (\Device\HarddiskVolume1\Documents and Settings\Administrator\Local…
Gad D Lord
  • 6,620
  • 12
  • 60
  • 106
0
votes
1 answer

How to disable MadExcept on command line?

I'm using Delphi 11 and using MadExcept to make things easier on development. I have an automated procedure to deploy my apps using DCC32. I only want MadExcept to be enabled in debug / devolopment time, not on the release i send to my customers. Is…
delphirules
  • 6,443
  • 17
  • 59
  • 108
0
votes
0 answers

Couldn't find "madExcept settings" option under the "project" directory after downloading madExcept successfully on my desktop

I am a new user of Delphi 10.3 and my colleague recommended I use madExcept. However, after I downloaded the madExcept and installed it successfully on my desktop, I couldn't find the "madExcept settings" option under the "project" directory to…
Coco_lcp
  • 1
  • 1
0
votes
0 answers

How to track down access violation "at address 00000000" in third party software using MadExcept of Sysinternals ProcessMonitor?

Access violation "at address 00000000" started appear to my Delphi 2009 installation. I started ProcessMonitor https://learn.microsoft.com/en-us/sysinternals/downloads/procmon and filtered events by bds.exe Process Name and the log is manageable.…
TomR
  • 2,696
  • 6
  • 34
  • 87
0
votes
0 answers

Is there a per-project setting for "Notify on language exceptions"?

Or perhaps a compiler/switch directive? I had an existing project which after I installed MadExcept, would only show the MadExcept Exception Dialog upon an exception and that is what I wanted; I did not want to see the default Delphi Debugger…
Blurry Sterk
  • 1,595
  • 2
  • 9
  • 18
0
votes
0 answers

MadExcept can no longer mail our bugs after changing from MAPI to OAUTH on MS recommendations

Is it possible to have MadExcept to send mail using the new MS Office365 mailservers? MAPI is no longer an option.
larand
  • 773
  • 1
  • 9
  • 26
0
votes
1 answer

How can i debug CEF3 / libcef.dll in Delphi and collect info about c0000005 / 001dea9b exception

I understand that my problem is multidimensional and I will probably get some independent advices, but thank you very much for all this and I am sorry if this is a newbie question. I use a CEF (TChromium) browser in Delphi RAD 10. I regularly…
kwadratens
  • 187
  • 15
0
votes
2 answers

Delphi XE6 issue with styled menus and madExcept

I've faced a really odd behavior of Delphi VCL Styles. With VCL styles enabled, and when madExcept has the "instantly crash on buffer overrun" option activated, the menus become non-styled. Turning this option off, or switching it to "instantly…
djsoft
  • 1,051
  • 8
  • 19