Skip to content

Commit a686e60

Browse files
authored
Update known-issues.md
1 parent 67011c0 commit a686e60

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/known-issues.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
#### Why I get error : _db X (Loaded XXX of YYY. Error - XXXXXX)_
2-
You get this error if connection error occurred, or if you use unofficial port of redis for Windows - stable work of Redis Desktop Manager guaranteed only for latest version of Official Microsoft Redis port ([https://github.com/MSOpenTech/redis/tree/2.6/bin/release](https://github.com/MSOpenTech/redis/tree/2.6/bin/release))
3-
4-
#### Black screen instead of Welcome tab on Windows under VirtualBox
5-
Remove opengl32sw.dll and Copy [this dll](https://github.com/uglide/RedisDesktopManager/blob/fix_improve_unit_tests/build/windows/installer/resources/rdp_fix/opengl32.dll?raw=true9) to RDM installation folder
1+
### Black screen instead of Welcome tab on Windows under VirtualBox
2+
Remove opengl32sw.dll and Copy [this dll](https://github.com/uglide/RedisDesktopManager/blob/5f99aa22aa84dc55b5c9858de28d68facd1c58b7/build/windows/installer/resources/rdp_fix/opengl32.dll) to RDM installation folder
63

7-
#### Graphical glitches on Ubuntu (RDM 0.7.9+)
4+
### Black screen instead of Welcome tab on Linux
5+
RDM starting from 0.8.0+ requires working openGL driver. Run `redis-desktop-manager` from terminal and search for error:
6+
`libGL error: failed to load driver: XXX`
7+
8+
Also you can easily verify OpenGL support by e.g. running the `glxgears` demo application.
9+
10+
**Solution:** Reinstall your graphics driver
11+
12+
### Graphical glitches on Ubuntu (RDM 0.8.0+)
813
It's the well-known problem of Qt Quick components.
914

10-
#### RDM crashed on startup (Windows & RDM 0.8.6+)
15+
### RDM crashed on startup (Windows & RDM 0.8.6+)
1116
RDM requires OpenGL 2.1 or higher to run.
1217

1318
What you can do:

0 commit comments

Comments
 (0)