When something goes wrong with WiiLink Patcher, the two best first steps are to run the patcher in debug mode to capture extended logs, and — if that does not resolve the problem — to open a report on the GitHub Issues page. Most issues fall into a small set of known categories, all covered below.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/WiiLink24/WiiLink24-Patcher/llms.txt
Use this file to discover all available pages before exploring further.
Debug Mode
Pass the--debug flag when launching the patcher to enable extended logging. In this mode the patcher prints every file it downloads, including the source URL and the local destination path — giving you a detailed trace of what happened before an error.
Common Issues
"Connection to server failed"
"Connection to server failed"
The patcher pings
https://patcher.wiilink24.com/connectiontest.txt at startup. If that request fails, you will see a connection error.Steps to resolve:- Check that your device has a working internet connection by opening a browser and visiting any website.
- If your internet is fine, the WiiLink server may be temporarily down for maintenance or experiencing an outage.
- Join the WiiLink Discord server and check the
#server-statusor announcements channels to see if an outage has been reported.
Windows antivirus flags the patcher
Windows antivirus flags the patcher
Some antivirus products flag WiiLink Patcher as malware. This is a false positive. The patcher is fully open source and contains no malicious code.Options to work around this:
- Add the patcher executable (or its containing folder) as an exception / exclusion in your antivirus software.
- Temporarily disable real-time protection while downloading and running the patcher, then re-enable it.
- Build the patcher from source yourself — see the Building from Source guide — so you can verify every line of code before running it.
SD card not detected
SD card not detected
The patcher tries to auto-detect any connected SD card at startup and again when navigating the main menu.Steps to resolve:
- Make sure your SD card is inserted and mounted before launching the patcher.
- At the main menu, press
Rto retry auto-detection without restarting. - If auto-detection still fails, press
Mto manually enter the path to your SD card (e.g.D:\on Windows or/Volumes/NO NAMEon macOS).
apps/ and wad/ directories on the SD card, so ensure those locations are not write-protected.WAD folder already exists
WAD folder already exists
If a
WiiLink/WAD folder from a previous patcher run is already present in the current directory, the patcher will prompt you before proceeding.- Delete the existing folder to start a completely fresh download and patch cycle.
- Keep the existing folder to reuse any WAD files that were already successfully downloaded, which can save time if a previous run was interrupted.
"An error has occurred" error screen
"An error has occurred" error screen
When a patcher operation fails, an error screen is displayed showing:
- Task — the operation that was running when the error occurred.
- Command or Message — either the internal command that was invoked, or the error text returned by the system (whichever is applicable to the failure).
- Exit code — the non-zero exit code from the failed process.
- Run the patcher again with
--debugand reproduce the error to capture the full log. - Open a new issue at https://github.com/WiiLink24/WiiLink24-Patcher/issues.
- Include the task, command or message, exit code, and the full debug log output.
macOS: patcher won't launch on Apple Silicon
macOS: patcher won't launch on Apple Silicon
Pre-built x64 macOS binaries require Rosetta 2 to run on Apple Silicon (M1 or newer) Macs. If Rosetta is not installed, the OS will refuse to execute the binary.Option 1 — Install Rosetta:After Rosetta is installed, the
osx-x64 build will run transparently.Option 2 — Use the native ARM64 build:Download the osx-arm64 release from the Releases Page. Note that arm64 binaries must be code-signed on Mac hardware — if you are building from source, perform that step on a real Mac.Channels don't work after installation
Channels don't work after installation
If patched channels install successfully but do not connect or function on your Wii, the most common cause is that WiiConnect24 is not enabled.Steps to resolve:
- On your Wii, go to Wii Settings → Internet → Connection Settings → Standby Connection and make sure it is set to On.
- Ensure your Wii’s internet connection is active and can reach WiiLink servers.
- Follow the full post-installation guide on the WiiLink website: https://wiilink.ca/guide/wads
Windows version compatibility warning
Windows version compatibility warning
WiiLink Patcher is designed for Windows 10 and 11. If you run it on an older version of Windows, the patcher will display a compatibility warning.For the best visual experience on any Windows version:
- Set your console font to Consolas, size 16.
- Set the window and buffer size to 120 columns × 30 rows.
Getting Help
If you have worked through the steps above and the problem persists, reach out through one of the official support channels:GitHub Issues
Open a bug report or feature request. Include your OS, patcher version, and the full debug log output.
WiiLink Discord
Get real-time help from the WiiLink community and team. Check server-status announcements for any active outages.