Issue 107440

Summary: Office crashes if Program Path contains Special Character
Product: General Reporter: weko
Component: codeAssignee: thorsten.martens
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P2 CC: ab, issues, joachim.lingner, mdxonefour, mikhail.voytenko, weko
Version: OOO320m3   
Target Milestone: OOo 3.2   
Hardware: PC   
OS: Windows, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 99999    

Description weko 2009-12-04 10:11:23 UTC
The Office crashes if the program path contains a special character like German 
Umlauts (äöü).

If you open an ODF document via double-click in Windows Explorer and the 
corresponding application (Writer, Calc etc.) in not already running, the Office 
crashes.

Same behavior if you open a document via New|Recent documents from Start-
Center.

Furthermore the StarBasic macros are not available.
Comment 1 mikhail.voytenko 2009-12-04 10:53:41 UTC
The problem is that Barkley DB seems not to be able to handle paths with special
characters. As result the package manager throws always exceptions when it is
asked for installed packages and so on. This exception causes the problem.

The workaround would be to catch the exception in this scenario, so that the
documents could be loaded. But the main problem remains: the package manager can
not be used in this case at all.
Comment 2 mikhail.voytenko 2009-12-04 11:56:29 UTC
The workaround that fixes the scenario has been integrated in cws fwk131.
Comment 3 mikhail.voytenko 2009-12-04 15:27:38 UTC
mav->tm: Please verify the issue.
Comment 4 thorsten.martens 2009-12-08 14:43:42 UTC
Checked and verified in cws fwk131 -> OK !
Comment 5 caolanm 2010-03-14 14:08:07 UTC
*** Issue 110101 has been marked as a duplicate of this issue. ***