Issue 123616 - Fails to open particular Document.odg
Summary: Fails to open particular Document.odg
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: open-import (show other issues)
Version: 4.1.0-dev
Hardware: All Windows 7
: P3 Normal (vote)
Target Milestone: 4.1.0
Assignee: Armin Le Grand
QA Contact:
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2013-11-03 16:02 UTC by Rainer Bielefeld
Modified: 2017-05-20 10:34 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Bielefeld 2013-11-03 16:02:23 UTC
Steps how to reproduce with server installation of "AOO 4.1.0-Dev – German  UI / German locale - [AOO410m1(Build:9750)  -  Rev. 1537508 - 2013-11-02]" on German WIN7 Home Premium (64bit)", own separate user profile:

0. Download Attachment 80556 [details] for Bug 122109
1. Form AOO start Center menu 'File -> Open -> ...'
   Expected: Document will be opened, contents will be shown
   Actual: Nothing, Start center stays visible                             :-(
           For a short moment I see "Loading Document" in Status bar
           and progress bar, but no contents will appear

Additional Info:
----------------
(a) Has nothing to do with File name, also renamed file "a.odg"	can not be opened
(b) Currently only reproducible with my latest version.
(c) Was still ok with 
   * server installation of "AOO 4.1.0-Dev – English  UI / German locale - 
    [AOO410m1(Build:9750)  -  Rev. 1536316 - 2013-10-30]" on German WIN7 Home 
    Premium (64bit)", own separate user profile.
   * "AOO 4.1.0-Dev – English  UI / German locale - [AOO410m1(Build:9750)  
     - Rev. 1530680 - 2013-10-11]" on German WIN7 Home Premium (64bit)", own 
     separate user profile
   * 4.0.1
Comment 1 Rainer Bielefeld 2013-11-03 16:13:31 UTC
Still Reproducible with server installation of "AOO 4.1.0-Dev – German  UI / German locale - [AOO410m1(Build:9750)  -  Rev. 1537973 - 2013-11-03]" on German WIN7 Home Premium (64bit)", own separate user profile.

(d) so not only a single guild glitch
Comment 2 Regina Henschel 2013-11-03 16:51:21 UTC
Here too, does not open in r1537454 on Windows 7.

My debug build gives the error:
Error: XMLShapeImportHelper::restoreConnections() was not called! From File c:/AOO_2013_10_08_v41/trunk/main/xmloff/source/draw/shapeimport.cxx at Line 200
Comment 3 Armin Le Grand 2013-11-08 08:58:11 UTC
ALG: I have a clue what might happen, taking a look...
Comment 4 SVN Robot 2013-11-08 12:44:23 UTC
"alg" committed SVN revision 1539999 into trunk:
i123616 be more flexible regarding the data type for polygon data
Comment 5 Armin Le Grand 2013-11-08 12:47:57 UTC
ALG: As I thought - there was an exception triggered on importing the path of a connector. This happened since I added more flexibility to the polygon imports in general (supporting drawing::PolyPolygonBezierCoords and drawing::PointSequenceSequence for some slots). Unfortunately the UNO API implementation for connectors was not adapted for this, done now. Thanks for finding this regression so quickly!