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 2013/09/18 16:08:55 UTC

[Bug 123283] New: Client applications broken on Windows

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

            Bug ID: 123283
        Issue Type: DEFECT
           Summary: Client applications broken on Windows
           Product: App Dev
           Version: 4.0.0
          Hardware: All
                OS: Windows, all
            Status: CONFIRMED
          Keywords: regression
          Severity: normal
          Priority: P3
         Component: sdk
          Assignee: issues@openoffice.apache.org
          Reporter: arielch@apache.org
                CC: issues@openoffice.apache.org
             Flags: 4.0.1_release_blocker?

- Set up the SDK environment
- Build the example in
$OO_SDK_HOME/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp
- Try to execute the example by double-clicking the executable, or from a
command prompt without the SDK enviroment

Bug: the client application cannot be executed, due to missing
cppuhelper3MSC.dll

Looks like the unoapploader.exe is setting bad the PATH environment variable
(main/odk/source/unoapploader/win/unoapploader.c)

Expanding the variable to include the AOO program folder, allows to run the
client application:

set "PATH=C:\Program Files (x86)\OpenOffice 4\program;%PATH%"
C:\OpenOffice_4.0_SDK\WINexample.out\bin\SimpleBootstrap.exe

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

--- Comment #5 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1524679 into trunk:
#123283# improve finding default office path for Mac (no /usr/bin/soffice
lin...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

4.0.1_release_blocker granted: [Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
jsc@apache.org has granted Ariel Constenla-Haile <ar...@apache.org>'s request
for 4.0.1_release_blocker:
Bug 123283: Client applications broken on Windows
https://issues.apache.org/ooo/show_bug.cgi?id=123283


------- Additional Comments from jsc@apache.org
approve showstopper request

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

Andrea Pescetti <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pescetti@apache.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

--- Comment #6 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1524955 into branches/AOO401:
#123283# merge fix from trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from jsc@apache.org ---
I removed the unoinfo call for Windows completely because it makes problems and
is not necessary. We can use the install path directly.   
I will do more cleanup work for 4.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsc@apache.org

--- Comment #1 from jsc@apache.org ---
I will take a look in it, maybe I have overseen something or my test was
incomplete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

jsc@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|4.0.1_release_blocker?      |4.0.1_release_blocker+

--- Comment #2 from jsc@apache.org ---
approve showstopper request

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

--- Comment #7 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1524935 into branches/AOO401:
#123283# merge fix from trunk

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123283

--- Comment #4 from SVN Robot <sv...@dev.null.org> ---
"jsc" committed SVN revision 1524953 into trunk:
#123283# check places where registry is check for office installation

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

4.0.1_release_blocker requested: [Bug 123283] Client applications broken on Windows

Posted by bu...@apache.org.
Ariel Constenla-Haile <ar...@apache.org> has asked  for
4.0.1_release_blocker:
Bug 123283: Client applications broken on Windows
https://issues.apache.org/ooo/show_bug.cgi?id=123283


------- Additional Comments from Ariel Constenla-Haile <ar...@apache.org>
- Set up the SDK environment
- Build the example in
$OO_SDK_HOME/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp
- Try to execute the example by double-clicking the executable, or from a
command prompt without the SDK enviroment

Bug: the client application cannot be executed, due to missing
cppuhelper3MSC.dll

Looks like the unoapploader.exe is setting bad the PATH environment variable
(main/odk/source/unoapploader/win/unoapploader.c)

Expanding the variable to include the AOO program folder, allows to run the
client application:

set "PATH=C:\Program Files (x86)\OpenOffice 4\program;%PATH%"
C:\OpenOffice_4.0_SDK\WINexample.out\bin\SimpleBootstrap.exe