Description: No menus or any headings displaying, just lines. I am therefore unable to access any of the commands. i am also unable to access the user profile, if that is the problem. Actual Results: Upon opening Libre Office or any of it's applications Expected Results: No texts are displayed Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Disable OpenGL rendering. You'll need to add the below stanzas with a text editor to your profile configuration--registrymodifications.xcu in the %APPDATA%\LibreOffice\4\user folder. They won't be there with a new default profile, because on Windows builds OpenGL is enabled (unless it was black-listed); once the stanzas are added they can be edited true or false as needed. <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="ForceOpenGL" oor:op="fuse"><value>false</value></prop></item> <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseOpenGL" oor:op="fuse"><value>false</value></prop></item> Also, please let us know what GPU and driver your system has (from Windows msinfo32.exe) You can probably resolve with a driver update. But for now marking as duplicate of bug 112305 *** This bug has been marked as a duplicate of bug 112305 ***