Wonderful Launcher Startup Failed? Fix Missing Bootstrapper Errors
Fix the "ModelFinder.Bootstrapper.exe not found" startup error in Wonderful Launcher.
Symptoms
When launching Wonderful Launcher, an error dialog appears saying "ModelFinder.Bootstrapper.exe not found" and ComfyUI fails to start.
Root Cause
Wonderful Launcher uses ModelFinder.Bootstrapper.exe as a helper process to start and manage ComfyUI. This file is located in the installation directory (default %LocalAppData%\ModelFinder), alongside ModelFinder.exe.
In practice, this file usually goes missing because antivirus software quarantines or deletes it. Because the bootstrapper is a small, unsigned executable, heuristic detection tends to flag it as "suspicious" and automatically move it to quarantine. The three most common offenders are:
- Windows Defender (built into Windows)
- 360 Security Guard
- Huorong Security
Severity
High — without the bootstrapper, ComfyUI cannot start at all.
Solution
Step 1: Check whether the file exists
Open the installation directory and verify that ModelFinder.Bootstrapper.exe is present. The default installation path is:
%LocalAppData%\ModelFinderPaste the path above into the File Explorer address bar to navigate there. If the file is missing, it has been deleted or quarantined by your antivirus software. Continue with the steps below.
Step 2: Restore the file and add it to the allowlist
Follow the instructions for your antivirus software.
Windows Defender
Check quarantine history (GUI)
- Open "Windows Security" (search for "Windows Security" in the Start menu)
- Click "Virus & threat protection"
- Click "Protection history"
- Look for entries related to
ModelFinder - If found, click the entry and select "Actions" -> "Restore"
Check quarantine history (PowerShell)
Open PowerShell as Administrator and run the following command to view recent threat detections:
Get-MpThreatDetection | Select-Object -First 20 | Format-List DetectionID, ActionSuccess, ResourcesYou can also use the Defender command-line tool to list all quarantined files:
& "$env:ProgramFiles\Windows Defender\MpCmdRun.exe" -Restore -ListAllAdd an exclusion directory
GUI method:
- Open "Windows Security" -> "Virus & threat protection"
- Under "Virus & threat protection settings", click "Manage settings"
- Scroll down to "Exclusions" and click "Add or remove exclusions"
- Click "Add an exclusion" -> "Folder"
- Select the Wonderful Launcher installation directory (default
%LocalAppData%\ModelFinder)
PowerShell method (requires Administrator privileges):
Add-MpPreference -ExclusionPath "$env:LOCALAPPDATA\ModelFinder"Verify the exclusion was added successfully:
Get-MpPreference | Select-Object -ExpandProperty ExclusionPath360 Security Guard
Restore quarantined files
- Open the 360 Security Guard main window
- Click "Trojan Scan" (or "Security Protection Center")
- Go to the "Quarantine" or "Recovery" section
- Find the files related to
ModelFinder, select them, and click "Restore"
Add a trusted directory
- Open the 360 Security Guard main window
- Click the security shield icon at the top to enter the "Security Operations Center"
- Switch to the "Trusted Zone" tab
- Click "Add Directory"
- Select the Wonderful Launcher installation directory (default
%LocalAppData%\ModelFinder) - Click "OK" in the confirmation dialog
If you are using 360 Security Guard Speed Edition, the navigation may differ slightly, but the trusted zone feature is in a similar location.
Huorong Security
Restore quarantined files
- Open the Huorong Security main window
- Click "Security Log" on the left sidebar
- Find the blocked
ModelFinder.Bootstrapper.exeentry - Click "Restore" to recover the file
Add a trusted directory
- Open the Huorong Security main window
- Click the menu button in the top-right corner (three horizontal lines icon)
- Click "Trusted Zone" in the dropdown menu
- Click "Add Folder"
- Select the Wonderful Launcher installation directory (default
%LocalAppData%\ModelFinder) - Confirm the addition
Step 3: Reinstall Wonderful Launcher
If you cannot find the deleted file in the quarantine area, reinstall to restore the missing file:
- Complete the allowlist setup above first — otherwise the file will be deleted again after reinstalling
- Download the latest version of Wonderful Launcher from the official source
- Install to the same directory
Reinstalling will not affect your existing ComfyUI environments or downloaded models.
After installation, launch Wonderful Launcher and confirm the bootstrapper-missing error no longer appears.
Still not resolved?
If the problem persists after following the steps above, contact support via the "Contact Us" button in the app and provide the following information:
- Name and version of your antivirus software
- Full path of your installation directory
- Whether the quarantine area contains any ModelFinder-related entries
Source References
Start free with Wonderful Launcher if this affects your real ComfyUI environment. It keeps launcher-native repair, task logs, and runtime checks in one place; credits are only for image generation and metered tools.
Download Wonderful LauncherSee credit packagesDid this fix your issue?
Your answer helps prioritize verified ComfyUI repairs.