Created attachment 140664 [details] screenshot I have installed Libre Office 6.0.2.1 on Widnows 10. It is installed on a Lenovo laptop Z50. There are no texts, labels or menus. Opening a ods file show only red underline for spelling mistakes.
I did have the same problem, so i closed LibreOffice and did shutdown my pc. When I restarted the pc and LibreOffice the problem was gone. Just give it a try. Hope it helps.
No that does not help.
Looks like bug 112305. Do you have OpenGL enabled? Tools - Options - LibreOffice - View - Use OpenGL for all rendering If yes, try turning it off and copy & paste to a comment the contents of your C:\Users\User\AppData\Roaming\LibreOffice\4\cache\opengl_device.log
I'm not sure how to navigate the menus and settings without texts. Please advise. Content of opengl_device.log: DriverVersion: 23.20.15017.3010 DriverDate: 1-31-2018 DeviceID: PCI\VEN_1002&DEV_130A&SUBSYS_383017AA&REV_00 AdapterVendorID: 0x1002 AdapterDeviceID: 0x130a AdapterSubsysID: 0x383017aa DeviceKey: System\CurrentControlSet\Control\Video\{84853A88-2395-11E8-9F6C-5C93A2B7425E}\0000 DeviceString: AMD Radeon(TM) R6 Graphics
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>
I did have the registrymodifications.xcu file. I check if the file contained the items already and it did not. I have inserted the following into the file. <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> LibreOffice works fine now. Thanks
*** This bug has been marked as a duplicate of bug 112305 ***