http://bugs.winehq.org/show_bug.cgi?id=30571
Bug #: 30571 Summary: Office 2000 installation error at ODBC-driver installation Product: Wine Version: 1.5.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: ubrammer@t-online.de Classification: Unclassified
Created attachment 39996 --> http://bugs.winehq.org/attachment.cgi?id=39996 msi-trace 10000 lines
The installation of Office 2000 Small Business Edition SR1 fail. I had to copy dlls from the SYSTEM folder from the installation CD into the Windows/System32-folder and install mfc42. The installation fails at installing the ODBC-drivers. The last 10000 lines of the WINEDEBUG=+msi trace are attached.
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2012-05-02 05:42:43 CDT --- (In reply to comment #0)
Created attachment 39996 [details] msi-trace 10000 lines
The installation of Office 2000 Small Business Edition SR1 fail. I had to copy dlls from the SYSTEM folder from the installation CD into the Windows/System32-folder and install mfc42. The installation fails at installing the ODBC-drivers. The last 10000 lines of the WINEDEBUG=+msi trace are attached.
I need the full trace.
http://bugs.winehq.org/show_bug.cgi?id=30571
Ulrich Brammer ubrammer@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39996|0 |1 is obsolete| |
--- Comment #2 from Ulrich Brammer ubrammer@t-online.de 2012-05-02 07:07:40 CDT --- Created attachment 39997 --> http://bugs.winehq.org/attachment.cgi?id=39997 Full msi-trace
Here is the full trace.
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2012-05-02 07:30:24 CDT --- (In reply to comment #2)
Created attachment 39997 [details] Full msi-trace
Here is the full trace.
Thanks. Can you send me the file C:\windows\Installer\497.msi from that prefix by email?
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2012-05-02 09:05:00 CDT --- Created attachment 39998 --> http://bugs.winehq.org/attachment.cgi?id=39998 msi: Resolve the target path for the ODBC driver file if necessary.
The problem is that the ODBC driver file odbcjt32.dll belongs to a component which is disabled, but the component associated with the AccessIntl ODBC driver (which refers to this file) is enabled. This means that the target path for the driver file has not yet been resolved when we try to install this driver.
This patch should fix it.
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #5 from Ulrich Brammer ubrammer@t-online.de 2012-05-02 10:06:10 CDT --- Created attachment 39999 --> http://bugs.winehq.org/attachment.cgi?id=39999 Terminal output from first excel calls after installation
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #6 from Ulrich Brammer ubrammer@t-online.de 2012-05-02 10:11:26 CDT --- Thanks for the patch. The installation runs without any error messages and ends with a success message.
But the installed programs (I tried excel) are not usable. Excel crashes after confirming the first dialogboxes, just when I move to another cell. There are no debug information or any debug trace left in the terminal.
So something is not set up right, which was set up right, when the installation was made under wine 1.2.
How can this debuged?
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #7 from Hans Leidekker hans@meelstraat.net 2012-05-02 10:42:10 CDT --- (In reply to comment #6)
Thanks for the patch. The installation runs without any error messages and ends with a success message.
But the installed programs (I tried excel) are not usable. Excel crashes after confirming the first dialogboxes, just when I move to another cell. There are no debug information or any debug trace left in the terminal.
So something is not set up right, which was set up right, when the installation was made under wine 1.2.
How do you know the installation is to blame? Have you verified that an installation made with 1.2 runs properly on Wine 1.5.3?
How can this debuged?
You could try a regression test. It may take a long time to bisect between 1.2 and 1.5.3, so you should try to narrow it down first by installing intermediate Wine releases.
In any case, please open a new bug for this.
http://bugs.winehq.org/show_bug.cgi?id=30571
--- Comment #8 from Ulrich Brammer ubrammer@t-online.de 2012-05-02 10:59:23 CDT --- (In reply to comment #7)
(In reply to comment #6)
Thanks for the patch. The installation runs without any error messages and ends with a success message.
But the installed programs (I tried excel) are not usable. Excel crashes after confirming the first dialogboxes, just when I move to another cell. There are no debug information or any debug trace left in the terminal.
So something is not set up right, which was set up right, when the installation was made under wine 1.2.
How do you know the installation is to blame? Have you verified that an installation made with 1.2 runs properly on Wine 1.5.3?
Yes the installation made with Wine 1.2 runs properly under 1.5.3. I had the same problem with Wine 1.3.XX and was only able to get a working installation with Wine 1.2. So I stored this wineprefix for further usage.
How can this debuged?
You could try a regression test. It may take a long time to bisect between 1.2 and 1.5.3, so you should try to narrow it down first by installing intermediate Wine releases.
In any case, please open a new bug for this.
OK, I will do, if I find time for the regression test. Thanks again.
http://bugs.winehq.org/show_bug.cgi?id=30571
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |adys.wh@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=30571
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |32c7a52f5ce2ea45e90d989cbbe | |34ad938c8bd98 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #9 from Austin English austinenglish@gmail.com 2012-05-08 16:07:16 CDT --- (In reply to comment #6)
Thanks for the patch. The installation runs without any error messages and ends with a success message.
http://source.winehq.org/git/wine.git/commitdiff/32c7a52f5ce2ea45e90d989cbbe...
http://bugs.winehq.org/show_bug.cgi?id=30571
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2012-05-11 13:21:01 CDT --- Closing bugs fixed in 1.5.4.