marius00 / iagd

MIT License
110 stars 33 forks source link

Crash on start "Error loading Chromium, You may be lacking the proper Visual C++ runtimes" #231

Open Cosmitz opened 3 months ago

Cosmitz commented 3 months ago

Link of my installed versions: https://imgur.com/Bv29B1Q

Currently running Win7 7601 64bit. I didn't see anywhere on the main website the requirements for it, C++ or Windows version.

marius00 commented 3 months ago

IA used to bundle these installers, but I've not bundled them in the most recent versions.. I think chromium is VS 2015, either x86 or x64

At least it used to be.. https://stackoverflow.com/questions/54755445/how-to-include-vc-redistributable-files-needed-by-cefsharp This post sounds like you need 2017 and 2019

It's frustrating how these libraries omit this information on the nuget package information, instead having to visit a random website for every library used.

IA is running CefSharp v119, on https://github.com/cefsharp/CefSharp/releases?page=2 it says you'll need https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022

Cosmitz commented 3 months ago

I have the 2015-2022 package which is what is linked to on the CefSharp page under the 119 version release (as Visual C++ 2019, link throws me to that page) and as per Microsoft "Current versions of the Visual C++ Redistributable for Visual Studio 2015-2022 only support Windows 7, 8.1, 10, and 11" so it's not a W7 issue specifically and i've also gotten .NET 4.6.2 which is required and still supported under W7.

Still no go.

marius00 commented 2 months ago

Ah you're on windows 7

Yep, there is no support for windows 7 in IAGD. Cannot recall which specific dependency I have, but I know one dependency of IA does not support Windows 7.