You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/01/03 18:35:45 UTC

[Issue 125997] New: aoo startup - missing images*.zip files

https://issues.apache.org/ooo/show_bug.cgi?id=125997

          Issue ID: 125997
        Issue Type: DEFECT
           Summary: aoo startup - missing images*.zip files
           Product: General
           Version: 4.2.0-dev
          Hardware: PC
                OS: Windows, all
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: oliver.brinzing@gmx.de

during aoo startup there are some exception regarding missing "images*.zip"
files:

ImplImageTree::find exception "an error occured during file opening"
for "file:///[...]/OpenOffice%204/program/../program/edition/images.zip"

-> path (folder "edition") does not exist

ImplImageTree::find exception "an error occured during file opening" 
for
"file:///[...]/OpenOffice%204/program/../share/config/images_default_brand.zip"

->  "images_default_brand.zip" file does not exist

com::sun::star::packages::zip::ZipException an Speicherposition 0x0171dfec..
ImplImageTree::find exception "stream data looks to be broken" 
for "file://[...]/OpenOffice%204/program/../share/config/images_brand.zip"

->  "images_brand.zip" is a 0 byte file

com::sun::star::ucb::InteractiveAugmentedIOException
ImplImageTree::find exception "an error occured during file opening" 
for "file:///[...]/OpenOffice%204/program/../share/config/images_default.zip"

-> "images_default.zip"  file does not exist

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.