-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Windows XP No Longer Supported
Wai Ha Lee edited this page Mar 7, 2016
·
4 revisions
The following information may be useful, though no official support will be given
NOTE: The 45.0.0
release (and newer) may run on Windows XP
as it's compiled using VC++ 2013
. This has not been tested and no support will be given.
- Please make sure you've got the latest service pack and patches are applied
- Make sure the correct
Visual C++ Redistributable
version is installed. - Disable GPU Acceleration (see https://github.com/cefsharp/CefSharp/issues/627#issuecomment-64232089)
- Make sure you're building in
Release
mode. - Look in the
Debug.log
file in your bin directory (increasing logging verbosity maybe required see https://github.com/cefsharp/CefSharp/blob/master/CefSharp.Example/CefExample.cs#L22) - Upgrade to the latest GPU Drivers if you haven't already.
Search through old issues on GitHub and the Google Group as someone may have already resolved the same issue.
Useful Links