Skip to content

A small command line utility which can cleanly uninstall Discord and fix the "installation has failed" error

License

Notifications You must be signed in to change notification settings

BullyWiiPlaza/Discord-Installation-Failed-Fixer

Repository files navigation

Discord Installation Failed Fixer

This C++ application fixes the common "Discord Installation has failed" issue as well as a grey screen Discord on startup (Discord not working).

Compiling

Open the *.sln file in Visual Studio 2022 and make sure your compiler supports C++20. Also make sure the cURLpp library is installed e.g. using the package manager vcpkg via vcpkg install cURLpp:x64-windows. For the debug build you need dynamic libraries and for the release build static libraries. For the latter, the vcpkg command would be vcpkg install cURLpp:x64-windows-static. Finally build/run/debug as usual in Visual Studio.

Usage

Run the application and follow the instructions on the command line. A compiled version is provided under the GitHub Releases.

Credits

Based on this tutorial but programmed/automated by BullyWiiPlaza