BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)
Other
370 stars 59 forks source link

The windows release requires the debug version of MSVC runtime #272

Closed dontpanic92 closed 3 years ago

dontpanic92 commented 3 years ago

OS: Windows 10

Boomerang version or git hash: 0.5.2

Steps to reproduce:

  1. Download the windows release of Boomerang 0.5.2 on Windows 10
  2. Run boomerang-gui.exe

Expected behaviour/output: The program starts

Actual behaviour/output: Error showed: image

image

image

Additional comments: These files are the Debug version of MSVC runtime shipped with Visual Studio 2015 (probably), and are not included in the MSVC Redistributable packages.

Is this expected?

dontpanic92 commented 3 years ago

It seems that boomerang also bundled the debug version of Qt:

image

dontpanic92 commented 3 years ago

Looks like the artifacts from develop branch has gotten rid of this issue... closed this