rusty-kaspa icon indicating copy to clipboard operation
rusty-kaspa copied to clipboard

Windows: Missing VC runtime issue

Open coderofstuff opened this issue 5 months ago • 0 comments

Impact: All windows users without VCRedist installed

Users on windows encounter this upon running kaspad

Image

Workaround for now is to install VCRedist following the doc at: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

Possible solutions:

  • Update the GitHub action that builds kaspad in windows to ensure it builds a fully standalone app
  • Update README.md to include the VCRedist installation step

coderofstuff avatar Jan 27 '24 17:01 coderofstuff