summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-04-08 13:49:50 -0400
committerJordan Wiens <jordan@psifertex.com>2020-04-08 13:49:50 -0400
commitf93c6d9aaec5c48f18bf03467039676291b06be8 (patch)
tree4567cc06a45843f34ac609bf866364dc2c02d7d1 /docs/guide
parentc39c22765b0902319ad5120a4f82a6eb41688aad (diff)
add notes for virtualbox with 3d acceleration
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/troubleshooting.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index da4e19c7..eddb8300 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -63,6 +63,20 @@ The below steps are specific to different platforms that Binary Ninja runs on.
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`.
+#### VirtualBox
+
+If you're using Windows virtual machines within virtualbox, you may have trouble with the 3d acceleration drivers. If so, disabling the 3d acceleration is the easiest way to get BN working.
+
+You may also manually create a `settings.json` file in your [user folder](../getting-started.md#user-folder) with the contents though using the [plugin manager](plugins.md#plugin-manager) may also have problems:
+
+```
+{
+ "updates" :
+ {
+ "activeContent" : false
+ }
+}
+```
### MacOS