Created attachment 92657 [details] File that won't open Problem description: After clicking on file I receive an Invalid file notification. File opens with MS Office 2007 Steps to reproduce: 1. .... 2. .... 3. .... Current behavior: Expected behavior: Operating System: Windows 8 Version: 4.1.4.2 release
confirmed with LibO 4.1.4.2 under Win7 64bit
On pc Debian x86-64 with master sources updated today, I got a message telling: " Version Incompatibility. Incorrect file version. "
same error message in Windows as well. set platform to ALL
still reproducible with 4.2.5.2 and 4.4.0.0.alpha0+ Build ID: b9dca968c6fd0ab5ca140c65b0e54d153cd34986 TinderBox: Win-x86@42, Branch:master, Time: 2014-07-18_22:51:20 same file is opened with no issue in MS PowerPoint Viewer
same problem in OOo 3.3.0 and AOO 4.1.0 bug is inherited from OOo
A code pointer to start investigation, error is triggered here: http://opengrok.libreoffice.org/xref/core/sd/source/filter/sdpptwrp.cxx#109 Now we must unwind all this.
Trying the unwinding, I find that bOk becomes false here: http://opengrok.libreoffice.org/xref/core/filter/source/msfilter/svdfppt.cxx#1418 1418 if ( aDocHd.nRecType == PPT_PST_Document && aDocAtomHd.nRecType == PPT_PST_DocumentAtom ) 1419 { 1420 aDocAtomHd.SeekToBegOfRecord( rStCtrl ); 1421 ReadPptDocumentAtom( rStCtrl, aDocAtom ); 1422 } 1423 else 1424 bOk = false; Here are the values retrieved: (gdb) p aDocHd.nRecType $12 = 54059 (gdb) p aDocAtomHd.nRecType $13 = 9612 whereas http://opengrok.libreoffice.org/xref/core/include/filter/msfilter/svdfppt.hxx#1332/1333 indicates: #define PPT_PST_Document 1000 #define PPT_PST_DocumentAtom 1001
Miklos: I tried to find some hints there http://msdn.microsoft.com/en-us/library/dd926377%28v=office.12%29.aspx but am quite stuck. Any idea?
another data point: OS X 10.10.4 LO nightly from today: "Incorrect file version." Opens in Powerpoint.
On pc Debian x86-64 with master sources updated yesterday, I could reproduce this. We enter the same else block, see http://opengrok.libreoffice.org/xref/core/filter/source/msfilter/svdfppt.cxx#1435 Here's some info from gdb: 1435 if ( aDocHd.nRecType == PPT_PST_Document && aDocAtomHd.nRecType == PPT_PST_DocumentAtom ) (gdb) p aDocHd $1 = {nRecVer = 7 '\a', nRecInstance = 305, nImpVerInst = 4887, nRecType = 54059, nRecLen = 2009060675, nFilePos = 8} (gdb) p aDocAtomHd $2 = {nRecVer = 5 '\005', nRecInstance = 2559, nImpVerInst = 40949, nRecType = 9612, nRecLen = 1653510414, nFilePos = 16}
I took a look to https://msdn.microsoft.com/en-us/library/office/cc313106%28v=office.12%29.aspx from 2.13.24 RecordType but found nothing for nRecType = 54059 (or 9612)
This issue is still reproducible with Version: 5.2.0.4 Build ID: 066b007f5ebcc236395c7d282ba488bca6720265 CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Locale: es-ES (es_ES)
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.4.1 or 5.3.6 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170901
I can't open file with LibO 5.4.0.3 under Win8.1 x64
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Key point is this is PPT with password to modify. No problem with PPTX. This is not related to specific file, but it's a general issue. Similar in Bug 38370 but that one is crowded. https://bugs.documentfoundation.org/show_bug.cgi?id=38370#c57
Dear Mack, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug