Apache OpenOffice (AOO) Bugzilla – Issue 52343
"too many open windows" when copy paste a slide in the slide sorter bar.
Last modified: 2017-05-20 10:55:14 UTC
- load the bugdoc - take the slide in the clipboard - paste it several times. - after 4 or 5 times inserting you should get the message -> too many open windows
Created attachment 28146 [details] "too many open windows" when insert several times
This looks like an OLE problem of Impress: the same message is displayed when one of the math shapes is copied in one slide. It seems that only a limited number of them is supported. In the Writer, however, this works without problems.
The error message comes from the ole server application, in this case it is ms office. The problem is that the math component from ms office only allows 14 active instances. Our current ole object cache size is 20, so if you have 14 math objects in your document you will hit this error unless you reduce the object cache size to 13 or lower. Not sure what do to here, I will ask the writer team if they have a different caching strategie since it works in writer.
According to CL -> Office Later
Reset assigne to the default "issues@openoffice.apache.org".