Мы используем файлы cookie, чтобы улучшить работу сайта и предоставить вам больше возможностей. Продолжая использовать сайт, вы соглашаетесь с условиями использования cookie.
As administrator, run:
regsvr32 madexcept-.bpl
Note: Most BPLs are not COM servers, so this may fail. It is usually unnecessary for simple deployment.
| Your situation | Action | |----------------|--------| | Missing BPL when running a game/tool | Reinstall the program → Contact vendor | | Missing BPL when compiling in Delphi | Install madExcept legally from madshi.net | | You downloaded a BPL from a random site | Delete it immediately, run full antivirus scan | | You need a specific version (e.g., madexcept120.bpl) | Ask the software developer to provide the exact file |
Final answer: There is no legitimate public download for madexcept-.bpl. The safe path is to reinstall the dependent application or purchase madExcept from madshi.net. Do not trust DLL repositories.
Finding and downloading madExcept_.bpl is a common task for Delphi and C++Builder developers. This file is a core Design-Time Package (BPL) for the popular madExcept library, which is used to replace standard crash dialogs with detailed bug reports.
If you are seeing errors like "The program can't start because madExcept_.bpl is missing," or "Package madExcept_.bpl can't be loaded," here is everything you need to know about getting it back and fixing your IDE environment. What is madExcept_.bpl?
The madExcept_.bpl file is a compiled package used by the Embarcadero RAD Studio IDE. Unlike the runtime units that get compiled into your final .exe, this BPL is specifically responsible for the IDE integration. It provides the settings dialogs (Project > madExcept settings) and the "Patch" functionality that injects error-handling code into your binaries. Why is it Missing?
New IDE Installation: You’ve upgraded to a new version of Delphi (like Alexandria or Athens), and the library hasn't been installed for that version. madexcept-.bpl download
Pathing Issues: The file exists, but its folder isn't in your Windows System PATH.
Broken Update: A partial installation or update of the madCollection suite failed to register the BPL. How to Download madExcept_.bpl
It is strongly recommended that you do not download individual .bpl files from DLL-hosting websites. These files are version-specific (e.g., a BPL for Delphi 11 won't work for Delphi 12) and may contain malware. The Official Method (Safe & Free)
The only reliable way to get the file is to download the madCollection installer directly from the creator, Mathias Rauen: Visit the official madshi.net website. Navigate to the madExcept section. Download the madCollection.exe installer.
Run the installer. It will automatically detect your installed IDE versions and place the correct madExcept_.bpl in the appropriate folders (usually C:\Program Files (x86)\madCollection\madExcept\BDSxx). How to Fix "madExcept_.bpl Not Found" Errors
If you have already installed madExcept but still get errors, try these steps: 1. Check your Search Paths The IDE needs to know where the BPL is. Go to Tools > Options. Navigate to IDE > Environment Variables.
Ensure the path to your madExcept folder is included in the PATH variable. 2. Re-register the Package If the IDE starts but the madExcept menu is missing: Go to Component > Install Packages. Click Add. As administrator, run: regsvr32 madexcept-
Browse to your madExcept installation folder and select madExcept_.bpl.
If you get an error saying it's already there but "not found," ensure the madExcept.dcp and related files are also present in the same directory. 3. Administrative Privileges
Sometimes the installer fails to write the BPL to the System32 or SysWOW64 folders if it lacks permissions. Try running the madCollection installer as an Administrator. Compatibility Note
Each version of Delphi requires a specific build of the BPL. If you are looking for a download because you are migrating an old project, you must ensure you are using the latest version of madCollection, as it supports everything from Delphi 4 through the latest RAD Studio releases.
Don't risk your project's stability with "loose" BPL files from the web. Download the full installer from madshi.net, run it as an admin, and your IDE will automatically find and load madExcept_.bpl correctly.
Are you having trouble with a specific Delphi version or an error code during the installation process?
Open your project in Delphi.
After this, the EXE will no longer request any madexcept-.bpl.
There are three typical scenarios where you seek this download:
If you obtained a verified, scanned copy from a trusted machine:
Never download madexcept-.bpl from a free DLL website. Here’s why:
Real-world example: A 2022 malware campaign disguised as madexcept.bpl dropped a backdoor (detected as Trojan.Packed.BPL). VT score: 27/68.
Always verify the digital signature of the BPL (right-click → Properties → Digital Signatures). Legit madExcept BPLs are signed by "mathias@madshi.net" or "madshi.net".