Search found 3 matches

by Zoë
Tue Sep 20, 2022 9:42 pm
Forum: madExcept
Topic: Exception not caught in Delphi 11.2 Alexandria 64 bit
Replies: 54
Views: 1128532

Re: Exception not caught in Delphi 11.2 Alexandria 64 bit

Certainly if your madExceptPatch.exe is somewhere else, put it there. I have everything checked in to version control rather than using the installer, and the path I gave is where I had to put it for the madExcept IDE expert to pick it up. Create a file named madExceptWizard.txt on your desktop and ...
by Zoë
Mon Sep 19, 2022 9:23 pm
Forum: madExcept
Topic: Exception not caught in Delphi 11.2 Alexandria 64 bit
Replies: 54
Views: 1128532

Re: Exception not caught in Delphi 11.2 Alexandria 64 bit

@madshi: A problem that disguises what's going on is that madExceptPatch actually reports that the executable has been successfully patched, so there's no indication that anything has gone wrong at that step. You should probably adjust its behavior to kick out an error if it can't actually patch any...
by Zoë
Mon Sep 19, 2022 9:10 pm
Forum: madExcept
Topic: Exception not caught in Delphi 11.2 Alexandria 64 bit
Replies: 54
Views: 1128532

Re: Exception not caught in Delphi 11.2 Alexandria 64 bit

The problem is that Delphi 11.2 updated the first section of the .map files to use 64-bit addresses. madMapFile's handling is strictly column based so it doesn't think it's a valid file and skips out, so madExceptPatch.exe can't find any of the functions it needs to override. Here's examples of olde...