I can't find any way of determining whether it was possible to send a bug report from my D2006 app. If MadExcept can make some sort of return code available I can maybe provide some guidance to the user as to what might be wrong.
How can I find out the result of sending a MadExcept bug report from a Delphi app
1.1k views Asked by rossmcm At
2
There are 2 answers
2
mjn
On
Maybe not a complete solution but useful information: if the bugreport is sent using a HTTP POST request to a web server, madExcept can detect if the response contains a HTTP redirect header, and in this case madExcept will launch the default web browser and load the URL given in the redirect.
So the user can immediately see that the report has been received and stored.
The web server could even analyze the bugreport and give additional information such as "This bug is already known and we have an update of the application which will fix it, you can download it here". (I wrote a web application, madxnet, for this purpose - it is still available for testing).
Related Questions in DELPHI
- How to not load all database records in my TListbox in Firemonkey Delphi XE8
- How to catch WM_DEVICECHANGE in a control other than TForm?
- show information with Rolling / moving messages delphi xe7
- What is the different between "Console target" and "GUI target" in DCC32 option?
- How to add new online ressources to RAD Studio help system
- C# and Delphi code have different behaviour when importing unmanaged dll
- Loop through records on a cxgrid and update a field/column
- Delphi 7 - Save to a Specific .INI Files Name
- TImagelist for large images
- how to modify a function so it returns an array of strings
- Checking for internet connection in runtime
- How can I make the main form align correctly after my control height is autosized and then I maximize the form?
- fetch data from web service to dataset in Delphi
- Load candlestick data from file
- Infinite loop in parsing a string using pointer math
Related Questions in EXCEPTION
- Python twisted not catching exception
- Proper use of custom exceptions
- C++ Mongodb driver, not working
- C# console application - Unhandled exception while finding the Available and free Ram space.Getting exact answer in windows forms application
- Hashing String (SHA-256) in an ActionListener class
- Do we have to mention exception type in java?
- How can I make Eclipse (or javac) warn about over-inclusive throws clauses
- Why can an Exception not be rethrown in the BackgroundWorker RunWorkerCompleted event
- How can I set the the expected Exception type for a catch statement with a parameter I've passed into a method?
- Why do I get an IndexOutOfBoundsException when my else should prevent it?
- crypto.BadPaddingException: data hash wrong (EKYC-Response)
- How to print the first line from a traceback stack
- java.lang.ArrayIndexOutOfBoundsException object array
- Passing keyword arguments to custom exceptions - anomaly
- Unauthorised access to folders when creating xml file
Related Questions in RETURN-CODE
- integer value returned from java becomes different value in shell script
- JAVA , System.exit() ? How do i use it?
- What is the correct way to implement error propagation in C?
- How can I tell if a jq filter successfully pulls data from a JSON data structure?
- How to mark a compilation as failed and make webpack to exit with non-zero return value from a plugin?
- Why is my bash function returning an unexpected return code?
- How can I find out the result of sending a MadExcept bug report from a Delphi app
- Ksh not found excution return value
- How to get the return code from a batch/shell script that launched from C++ code
- ENOSPC vs ENOMEM when to use which?
- Best way to detect a "data loss" publish action when calling SSDT's SQLPackage.exe
- Python 'return not' statement in subprocess returncode
- Python multiprocessing threads with return codes
- Handle Timeouts with postman - newman
- Getting the return value of a command executed using backticks in Perl
Related Questions in MADEXCEPT
- How can I find out the result of sending a MadExcept bug report from a Delphi app
- MadExcept for delphi is not printing stacktrace after application crash
- MadExcept exception filter
- MadExcept triggers on try finally
- Couldn't find "madExcept settings" option under the "project" directory after downloading madExcept successfully on my desktop
- How to disable MadExcept on command line?
- How to track down access violation "at address 00000000" in third party software using MadExcept of Sysinternals ProcessMonitor?
- MadExcept can no longer mail our bugs after changing from MAPI to OAUTH on MS recommendations
- Madexcept Bugreport location under Windows 7
- Using [delphi] MadExcept errorhandling with MS Exchange Server 2007
- Detect madexcept inside an Delphi Application
- Run post-build process after build completely finishes
- Delphi XE6 issue with styled menus and madExcept
- madExcept + UPX
- Catch unhandled exceptions from a different thread
Related Questions in BUG-REPORTING
- SVG stroke-dasharray offset not consistent
- Where to submit bug reports on Android EMM API?
- Creating a bug report from when the app crashes on the phones of testers?
- How can I find out the result of sending a MadExcept bug report from a Delphi app
- Getting data from the browser's console using javascript
- Mass export of attachments from bugzilla
- Bugs records database for IIS 7.5 and ASP.NET 4.0?
- writing dumpstate to file android
- How to read my application logcat and write in to file?
- Javascript error detection - webkit/chrome
- Bug in AbstractApplicationContext-publishEvent-method?
- How to collect xcode log?
- Bug report nltk.translate.bleu_score stopped working on tokens less than or equal to 3
- Android Bug Report
- iPhone 12 Pro, 13 Pro Max take super-bright (maybe overexposed) photos with flash
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The problem is that MadExcept can't reasonably determine that. There's a whole chain of things that can go wrong after Madexcept sends the email. You will get an exception if MadExcept can't build the report or there's an immediate problem sending the email.
The best you can get from MadExcept is "no exception thrown, sending might have gone ok".