Search found 10541 matches
- Thu Aug 04, 2022 4:38 pm
- Forum: madExcept
- Topic: RegisterExpectedMemoryLeak
- Replies: 24
- Views: 14176
Re: RegisterExpectedMemoryLeak
Delphi's internal leak checker only tests for leaks in the Delphi internal memory manager. madExcept hooks over 400 different win32 APIs to report all kinds of additional leaks to you. So of course Delphi does not report this specific leak, because it's not a Delphi memory manager allocation, instea...
- Tue Aug 02, 2022 1:15 pm
- Forum: madExcept
- Topic: RegisterExpectedMemoryLeak
- Replies: 24
- Views: 14176
Re: RegisterExpectedMemoryLeak
Well, looking at the Delphi RTL source code, TCriticalSection is basically a Delphi class, but what madExcept is complaining about is not the Delphi class, but the win32 critical section object inside. If you look at the definition ot TCriticalSection, it looks like this: type TCriticalSection = cla...
- Fri Jul 29, 2022 3:24 pm
- Forum: madExcept
- Topic: RegisterExpectedMemoryLeak
- Replies: 24
- Views: 14176
Re: RegisterExpectedMemoryLeak
Does the "TIdThreadSafeIntegerAccess(GThreadCount).FCriticalSection" address match one of the reported leaks ($5d4150c or $5cf290c)?
- Tue Jul 26, 2022 2:10 pm
- Forum: madCollection
- Topic: madCollection and BCB64
- Replies: 3
- Views: 173
Re: madCollection and BCB64
Sorry about that... 

- Mon Jul 25, 2022 3:25 pm
- Forum: madCollection
- Topic: madCollection and BCB64
- Replies: 3
- Views: 173
Re: madCollection and BCB64
Good question, I'm not entirely sure. You could try calling "madExcept.ReportLeaksNow(false)" as the last line in the finalization section of one of your units (ideally one which is finalized very late). The problem with calling this manually is that not all finalization sections have run ...
- Fri Jul 22, 2022 12:32 pm
- Forum: fruits
- Topic: Yupiiieeee! My favorite game has got it's own forum!
- Replies: 5
- Views: 59824
- Mon Jul 18, 2022 8:46 am
- Forum: madExcept
- Topic: Nested Exception
- Replies: 17
- Views: 10900
Re: Nested Exception
I'm scared about changing this because it's been working very stably for many years. But I guess I could add an option to change the behaviour. Can you please a simple test project that shows what you need and that it's not working with madExcept enabled (but working with madExcept disabled)?
- Mon Jul 11, 2022 5:56 pm
- Forum: madCollection
- Topic: Installationproblem on Delphi-11.1
- Replies: 4
- Views: 315
Re: Installationproblem on Delphi-11.1
Do you run your Delphi installation with admin rights or from a non-admin user account?
- Fri Jul 08, 2022 4:56 pm
- Forum: madCollection
- Topic: Installationproblem on Delphi-11.1
- Replies: 4
- Views: 315
Re: Installationproblem on Delphi-11.1
You should not have to add anything manually, normally the installer should take care of everything automatically. I'm not sure what went wrong for you. But I guess if you have it running now, it's probably ok?
- Wed Jul 06, 2022 10:06 am
- Forum: madCodeHook
- Topic: Could we use the old version of CInjectLib64Func?
- Replies: 1
- Views: 357
Re: Could we use the old version of CInjectLib64Func?
Does using the INJECT_ALLOW_THREAD flag help?
- Wed Jul 06, 2022 8:48 am
- Forum: madCodeHook
- Topic: [madCodeHook 4.2.0 or 4.1.3] Some excluded process are Injected
- Replies: 31
- Views: 6679
Re: [madCodeHook 4.2.0 or 4.1.3] Some excluded process are Injected
Thanks for letting us know, and I'm happy to hear that madCodeHook was not at fault! 

- Tue Jun 28, 2022 7:34 am
- Forum: madExcept
- Topic: MadExcept not sending the latest BugReport
- Replies: 2
- Views: 291
Re: MadExcept not sending the latest BugReport
Also, could you try this on your dev PC with a simple (almost empty) test project? Can you reliably reproduce the problem that way? As you know, fixing problems without being able to reproduce them is very difficult.
- Mon Jun 13, 2022 9:46 am
- Forum: madExcept
- Topic: Send Bug report when a Windows Service faults
- Replies: 1
- Views: 349
Re: Send Bug report when a Windows Service faults
Hi there, and sorry for the late reply. Which bug report sending method have you tried? The most reliable one might be HTTP uploading, but it requires you to upload a PHP script to your own webserver and to set things up properly. Does emailing work if you use the same settings/code in a normal desk...
- Mon Jun 13, 2022 9:44 am
- Forum: madExcept
- Topic: settings of auto actions don't work
- Replies: 1
- Views: 267
Re: settings of auto actions don't work
Hi there, and sorry for the late reply. I'm not sure why your custom settings are not used in that situation. Maybe the part of madExcept that reads those settings isn't able to allocate enough RAM to handle the situation? I'm not sure why that would be the case, though. madExcept has an Out of Memo...
- Wed May 25, 2022 3:15 pm
- Forum: madExcept
- Topic: Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?
- Replies: 1
- Views: 386
Re: Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?
I've no idea, to be honest. Might this be a good opportunity to switch to some kind of HTTP upload instead?