BoomerangDecompiler / boomerang

Boomerang Decompiler - Fighting the code-rot :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The windows release requires the debug version of MSVC runtime

dontpanic92 opened this issue · comments

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?

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

image

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