There are a few bugs where LibreOffice hits the limit for Windows GDI handles. Let's collect them here, maybe the approach to fixing them can be shared to some extent. GDI handle usage can be checked with this tool: http://www.nirsoft.net/utils/gdi_handles.html As a partial workaround, GDI limit can be increased with the following registry setting: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724291(v=vs.85).aspx Hint is from: https://bugs.documentfoundation.org/show_bug.cgi?id=88070#c10
More resources: https://blogs.technet.microsoft.com/markrussinovich/2010/02/24/pushing-the-limits-of-windows-user-and-gdi-objects-part-1/ https://blogs.technet.microsoft.com/markrussinovich/2010/03/31/pushing-the-limits-of-windows-user-and-gdi-objects-part-2/