marius00 / iagd

MIT License
104 stars 31 forks source link

Complains about VS 2013 not being installed, then starts as normal #216

Closed ajgringo619 closed 6 months ago

ajgringo619 commented 6 months ago

Not sure why this is happening, started a couple of days ago. Running the latest beta version, updated before this post.

I'm getting a warning message about VC 2013 x86 not being installed. After clicking "OK", the program starts and runs as normal. winget shows Microsoft.VCRedist.2013.x86 version 12.0.40664.0

Should I be worried?

marius00 commented 6 months ago

Should be fine... you're probably actually lacking some VC++ redist, but if IA is working then there's no harm. IA itself does not need any of the redists, but IA uses a lot of third party libraries, such as chromium for the UI, some DLLs for extracting the LZ4 arc files, another for sqlite, etc etc..

As long as IA works etc there's no issue.