diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-02-18 17:50:42 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-02-18 17:50:42 -0500 |
| commit | cd8dd4e1f5d54510a07f816e47851e1c76f030e9 (patch) | |
| tree | 184ea43b72597a5f8c1d19da233be80acac32845 /docs | |
| parent | c80d7c1d394764d95f59e450a715cedb79e3c32f (diff) | |
add docs for windows buggy intel driver
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/troubleshooting.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 3dfba609..d7666359 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -59,6 +59,10 @@ The below steps are specific to different platforms that Binary Ninja runs on. - While Windows 7 is not officially supported (by us, or Microsoft for that matter), it's possible to have Binary Ninja work if all available windows updates are installed as a library pack update somewhere in the updates is required for us to run. - If you install Windows without internet access and have never run windows updates to install an update, you may have an incomplete windows certificate store. You'll see errors when attempting to update about `CERTIFICATE VERIFICATION FAILED`. If that is the case, you can either use something like `certutil.exe -generateSSTFromWU roots.sst` and then manually copy over the DST and Amazon certificates into your root store, or wait until the next time you have an update from Windows Update which should automatically refresh your certificate store. +#### Some Graphics Chipsets + +Some graphics chipsets may experience problems with [scaling](https://github.com/Vector35/binaryninja-api/issues/1529) resulting in the top menu disappearing. In that case, the simplest fix is to set the environment variable `QT_OPENGL=angle`. + ### MacOS |
