Description: I started using second desktop on (one laptop), Using it daily for 7 to 10 days, it has crashed 2 or 3 times. Not sure that's why. But never has crash that much before Steps to Reproduce: 1.using Calc, on both desktops 2.It crashed today on 2nd desktop. 3. Actual Results: Use 2 desktops, open Cala on each Expected Results: Not to crash Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-US Module: SpreadsheetDocument [Information guessed from browser] OS: Windows (All) OS is 64bit: no
There have been issues at the 25.2 release with older GPU and driver support for current skia/Vulkan rendering libs. The on launch functional testing for GPU support has been a problem and fall back from that testing has been improved at the 25.2.4 patch release and on current dev builds against 25.8.0 release. Please identify the version of Microsoft Windows and your CPU and GPU as well as your graphics driver. You could do that with a run the msinfo32.exe utility. Then copy and post details from the summary table and the Components -> Display table.
Created attachment 201025 [details] picture 1 I am not clear on how what is needed. I hope the 3 pictures helps?
Created attachment 201026 [details] picture 2 of 3 I am not clear on how what is needed. I hope the 3 pictures helps?
Created attachment 201027 [details] picture 3 of 3 I am not clear on how what is needed. I hope the 3 pictures helps?
Created attachment 201029 [details] 4, hope this helps Hope this helps
OK, clips show you are at Windows 11 24H2 (26100) release, with Intel UHD 630 iGPU. We can't see the driver for the iGPU but as in the dupe bug 166122 the Win11 updates to 24H2 have resulted in an unstable graphics driver. You probably should install the current Intel driver for your 8th Gen i5-8500 CPU https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html And retest if the Vulkan rendering tests that LibreOffice uses behave. Alternatively, you can manually edit the LibreOffice configuration file in the per user profile with a text editor. The normal path is "C:\Users\<yourusername>\AppData\Roaming\LibreOffice\4\user" and the text file to edit with notepad.exe is registrymodifications.xcu Add these stanzas (or adjust if they're already there): <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="ForceSkiaRaster" oor:op="fuse"><value>true</value></prop></item> <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseSkia" oor:op="fuse"><value>true</value></prop></item> The one to be set "true" to bypass result of the GPU testing is "ForceSkiaRaster". *** This bug has been marked as a duplicate of bug 166122 ***
(In reply to V Stuart Foote from comment #6) > file to edit with notepad.exe is registrymodifications.xcu > > Add these stanzas (or adjust [to match] if they're already there): > > <item oor:path="/org.openoffice.Office.Common/VCL"><prop > oor:name="ForceSkiaRaster" oor:op="fuse"><value>true</value></prop></item> > <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseSkia" > oor:op="fuse"><value>true</value></prop></item> > > The one to be set "true" to bypass result of the GPU testing is > "ForceSkiaRaster". Or you can set both to "false" and the systems will fallback and use legacy GDI+ rendering libs. Suspected unexpected consequence of the Win11 driver rollback done by Microsoft and compounded when LibreOffice updated to newer skia redering libs.