[Bug 12167] MS Office 2000 install broken at 0.9.55 --> 0.9.56

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 27 11:04:34 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12167


Leonid Volnitsky <leonid at volnitsky.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|MS Office 2000 broken at    |MS Office 2000 install
                   |0.9.50 --> 0.9.51           |broken at 0.9.55 --> 0.9.56




--- Comment #10 from Leonid Volnitsky <leonid at volnitsky.com>  2008-03-27 11:04:33 ---
Yes sir. 
I think, I’ve untangled these two bugs. First bug ("This application must be
installed to run. ..."), was probably not a bug but a feature. I was too naive
to expect from pre-release that at minor version upgrade I don't need to
reinstall all my apps. 

When I removed ~/.wine and tried to reinstall MS-Office I was hitting second
bug (impossible to register).  When I did first regression, I was testing for
this 1-st bug without removing .wine (because I could not reinstall). 

You can ignore above results from 1-st regression test. I did second regression
 for 0.9.50-0.9.58 with removing ~/.wine and full reinstall. Second regression
test: 

d52f48fed467885ede38accb7b164e7d5a139206 is first bad commit
commit d52f48fed467885ede38accb7b164e7d5a139206
Author: James Hawkins <truiken at gmail.com>
Date:   Thu Mar 6 16:12:40 2008 -0600

    msi: Fix handling of published installer properties.                        

:040000 040000 d6c1968e0b100a19ccb2fae9c34c5d0b41823458  
c4883b2b735dbcdb45a5814fd723a1a3b8de3461 M  dlls

I did something like this:
   git bisect reset
   git bisect start
   git bisect good wine-0.9.51
   git bisect bad wine-0.9.58 
   rm -rf /usr/local ~lvv/.wine; 
   CC="ccache gcc -m32 " ./configure --verbose && make clean && nice make
install
   wine z:/mnt/wine-cd/setup
   env WINEPREFIX="/home/lvv/.wine" wine "C:\Program
Files\MicrosoftOffice\Office\WINWORD.EXE"
   git bisect ...

Logs (whatever was on the screen) from setup and winword at last bad version
are attached. 

Reverting this commit at HEAD, fixed this bug for me. 


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list