erfg12 / AOL_4.0_Emu

Emulating AOL 4.0
https://aolemu.com
103 stars 8 forks source link

Windows 7 crash with file missing CefSharp.Core.dll #9

Closed erfg12 closed 5 years ago

erfg12 commented 5 years ago

The error message occurs when trying to browse to a URL.

Even though CefSharp.Core.dll is present in the executable's directory, the error means it's having a problem opening the library.

The problem is, the library requires the VC++ 2015 Redistributable. After installing the x64 or x86 redistributable, it should start working.

Windows 32-bit -> vc_redist.x86.exe Windows 64-bit -> vc_redist.x64.exe

https://www.microsoft.com/en-us/download/details.aspx?id=52685