Search found 10755 matches

by madshi
Wed Feb 21, 2024 5:05 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25199

Re: Application crashes when generating leak reports

1) Maybe you still have madExcept in your uses clause in some unit(s)? Removing the BPLs from the IDE doesn't stop the compiler from linking the madExcept DCU into your EXE file if your uses clause still references it. You can put your madExcept "uses" and custom code into "{$ifdef ma...
by madshi
Wed Feb 14, 2024 11:06 pm
Forum: madCollection
Topic: Delphi/BCB 12 ?
Replies: 3
Views: 662

Re: Delphi/BCB 12 ?

BCB 64bit support is not working, and also not planned atm, I'm sorry to say.
by madshi
Wed Feb 14, 2024 9:52 pm
Forum: madCollection
Topic: Delphi/BCB 12 ?
Replies: 3
Views: 662

Re: Delphi/BCB 12 ?

BCB12 is (sort of) supported, but only in 32bit, and I've not fully tested it. I assume it will probably work, but you may need to do some things manually, which may happen automatically for Delphi. Which is basically the same how it was for BCB11 and older builds.
by madshi
Sat Feb 10, 2024 4:01 pm
Forum: madExcept
Topic: Stack trace in D12 + DPI scaling
Replies: 2
Views: 309

Re: Stack trace in D12

Have you activated madExcept for your project? You need to do that in the Delphi project -> madExcept Settings dialog.
by madshi
Thu Feb 08, 2024 6:07 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49383

Re: Delphi 12

No need to copy madExcept64.dll in with madExcept32.dll name. You can simply rename/delete madExcept32.dll. It's not needed. It's only used for leak reporting and/or the "instantly crash" feature, it's not used for anything else. And if it's not there, everything will still work, only the ...
by madshi
Thu Feb 08, 2024 6:02 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49383

Re: Delphi 12

I've seen a similar report previously. The issue is this: The "madExcept32.dll" file is not supposed to be loaded into the IDE. It is loaded into the IDE only if there's a package loaded in the IDE which was compiled with either leak reporting or with the "instantly crash" featur...
by madshi
Thu Feb 08, 2024 3:02 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49383

Re: Delphi 12

Do you have any self-written IDE packages installed?
by madshi
Thu Feb 08, 2024 2:56 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49383

Re: Delphi 12

That's really weird. The problem is that it's hard for me to do anything, or even debug the problem, because I can't reproduce it on my PC.

Would it be too much to ask to try uninstalling and reinstalling Delphi 12? I remember that one user did that at some point and it helped with some issue.
by madshi
Thu Feb 08, 2024 8:52 am
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49383

Re: Delphi 12

This seems to be a very rare occurring, I think you're only the 2nd user who has reported such a problem to me so far. How does it crash? Do you get a madExcept crash report? Or a Delphi crash report? Or does it silently exit? It could be some kind of incompatibility between the madExcept IDE extens...
by madshi
Mon Feb 05, 2024 3:28 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2704

Re: help! Do not injection

Glad to hear that! :D
by madshi
Mon Jan 29, 2024 10:27 pm
Forum: madExcept
Topic: MadExcept not intergrating into applications
Replies: 6
Views: 14360

Re: MadExcept not intergrating into applications

For a new project in newer Delphi versions, I've noticed that sometimes you need to enable madExcept, save the project, close the project, reopen the project and then it's fine. That wasn't necessary in older Delphi versions. Not sure why this has changed.
by madshi
Wed Jan 24, 2024 9:48 am
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2704

Re: help! Do not injection

It's strange, though, that kuaaan has a driver which is prepared for the longer key size, but not a matching madConfigDrv.exe. Not sure how that happened. I'm pretty sure I updated both the driver and the madConfigDrv.exe at the same time, to support longer key sizes... :o
by madshi
Wed Jan 24, 2024 9:17 am
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2704

Re: help! Do not injection

Thanks iconic!

@kuaaan, if you send me an email, I can make the newer madConfigDrv.exe available to you separately.
by madshi
Mon Jan 22, 2024 5:30 pm
Forum: madExcept
Topic: Application crashes when generating leak reports
Replies: 20
Views: 25199

Re: Application crashes when generating leak reports

I can reproduce the issue with Delphi 7, but there's really not much I can do about it. The tricky thing is that we want leak reporting to be done at the *VERY LAST* thing in your process. If we do it too early, e.g. let's say we do it just before the "finalization" section of all units ha...
by madshi
Mon Jan 22, 2024 4:50 pm
Forum: madCodeHook
Topic: help! Do not injection (RESOLVED)
Replies: 16
Views: 2704

Re: help! Do not injection

I've copied all the files into one folder, then ran this command line: "madConfigDrv.exe renameme64.sys funnyName -unsafeStopAllowed -cert=pmon.dll" However, I've overwritten the madConfigDrv.exe with the latest version, because I didn't want to execute some EXE I downloaded from the inter...