Bug 172644 - LibreOffice won't run after uncommanded upgrade
Summary: LibreOffice won't run after uncommanded upgrade
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Skia
  Show dependency treegraph
 
Reported: 2026-07-01 11:29 UTC by tim
Modified: 2026-07-25 13:57 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Hardware description (123.60 KB, text/plain)
2026-07-02 12:40 UTC, tim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tim 2026-07-01 11:29:26 UTC
LibreOffice was running OK on Windows, then a day or two ago it installed a new version (without asking me whether I wanted it).

The new version doesn't run.

An attempt to open either the application or a document results in nothing visible on screen. Task Manager shows two or three LibreOffice processes apparently running but doing nothing (0% CPU).

The shortcut on the desktop says 25.8 but I have no idea whether this has been kept up to date by upgrades. I see an .msi which includes 26.4.2 dated 30/6 on my disk but have no idea to what extent, if any, it succeeded in installing itself.
Comment 1 tim 2026-07-02 10:56:11 UTC
Running it in safe mode (from the command line) and then "disable hardware acceleration" seems to make it work again.
Comment 2 Buovjaga 2026-07-02 12:15:55 UTC
Can you attach to this report the file:

%APPDATA%\Roaming\LibreOffice\4\cache\skia.log

We may need to put another graphics driver into the Skia denylist.
Comment 3 tim 2026-07-02 12:19:01 UTC
The entire content of that file is:

RenderMethod: raster
Compiler: Clang
Comment 4 tim 2026-07-02 12:40:27 UTC
Created attachment 207593 [details]
Hardware description

In case it's helpful, here's the output from some hardware analysis tool I found lying around on my PC.
Comment 5 Buovjaga 2026-07-02 14:19:59 UTC
(In reply to tim from comment #4)
> Created attachment 207593 [details]
> Hardware description
> 
> In case it's helpful, here's the output from some hardware analysis tool I
> found lying around on my PC.

Ok, this seems relevant:

Intel UHD Graphics 630 ----------------------------------------------------

 [Video Chipset]
  Video Chipset:                          Intel UHD Graphics 630
  Video Chipset Codename:                 Comet Lake-S GT2
  Video Memory:                           1024 MBytes
 [Video Card]
  Video Card:                             Intel UHD Graphics 630 (Comet Lake-S GT2) [G1] [ASUS]
  Video Bus:                              PCIe v2.0 x0 (5.0 GT/s) @ [DISABLED]
  GPU Type:                               Integrated
  Video RAMDAC:                           Internal
 [Performance]
  Graphics Processor Clock:               345.0 MHz
  Graphics Memory Clock:                  1314.0 MHz
  Resizable BAR (ReBAR) Support:          Not Supported
  Hardware ID:                            PCI\VEN_8086&DEV_9BC8&SUBSYS_86941043&REV_03
  PCI Location (Bus:Dev:Fnc):             0:02:0
 [Driver Information]
  Driver Manufacturer:                    Intel Corporation
  Driver Description:                     Intel(R) UHD Graphics 630
  Driver Provider:                        Intel Corporation
  Driver Version:                         27.20.100.9078
  Driver Date:                            09-Dec-2020
  DCH/UWD Driver:                         Capable
  DeviceInstanceId                        PCI\VEN_8086&DEV_9BC8&SUBSYS_86941043&REV_03\3&11583659&4&10
  Location Paths                          PCIROOT(0)#PCI(0200)

The denylist is here: https://git.libreoffice.org/core/+/refs/heads/master/vcl/skia/skia_denylist_vulkan.xml
Comment 6 Buovjaga 2026-07-07 13:20:43 UTC
Tim: if you would like to help, you could temporarily activate hardware accelerated Skia from Tools - Options - LibreOffice - View - uncheck Force Skia software rendering and then try to get a backtrace as advised here: https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

Under the "Debugging" section there is: "If LibreOffice crashes before it fully starts, then in WinDbg, press Ctrl + E or click File ▸ Open Executable.... In the dialog that appears, locate and select soffice.exe from the folder in which it is installed and check the Debug child processes also checkbox at the bottom of the dialog."
Comment 7 tim 2026-07-09 13:44:10 UTC
After typing "g" on the WinDbg command line nothing happened for several minutes. Then a top level window with title "LibreOffice" did actually open, with no content (completely blank and white).

Some minutes later the GUI appears.

There is no "crash". The problem is the many, many minutes it takes to open the GUI. So I can't follow the rest of the instructions to obtain a backtrace.

In case it's of any interest the content of skia.log is now:

RenderMethod: vulkan
Vendor: 0x8086
Device: 0x9bc8
API: 1.2.159
Driver: 0.402.886
DeviceType: integrated
DeviceName: Intel(R) UHD Graphics 630
Denylisted: no
Comment 8 BogdanB 2026-07-25 10:12:31 UTC
tim, yesterday was uploaded on the website a new version, 26.2.5, please see if this is solving your issue.
Comment 9 tim 2026-07-25 10:34:59 UTC
(1) I installed 26.2.5.2

(2) In Tools / Options / LibreOffice / View I unchecked "Force Skia software rendering"

(3) I restarted LibreOffice. It appears to run normally.

I observe that "Use Skia for all rendering" is checked and greyed out - I'm guessing that this in consequence of my hardware now being blacklisted.

So as far as I can see it's all OK now - thanks.