http://bugs.winehq.org/show_bug.cgi?id=23052
Summary: Autodesk Inventor 11 PL fails to install Product: Wine Version: 1.2-rc1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=28601) --> (http://bugs.winehq.org/attachment.cgi?id=28601) Terminal output on Wine-1.2-rc2
Steps to reproduce: 1) remove ~/.wine 2) winetricks dotnet11 dotnet20 3) wine Setup.exe 4) Next, next ,next ... 5) Uncheck all components that aren't Inventor 6) Next, next ,next ... 7) Components start to install without any error (even .NET Framework 1.1 SP1) 8) Inventor starts to install and stops in the middle, the installation failed
Inventor directory weights ca. 600 MB and it should be much more. I think that "err:msi:cabinet_copy_file failed to create" is responsible for installation failure.
http://bugs.winehq.org/show_bug.cgi?id=23052
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=23052
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #1 from Hans Leidekker hans@meelstraat.net 2010-06-06 06:33:07 --- err:msi:cabinet_copy_file failed to create L"C:\Program Files\Autodesk\Inventor 11\Templates\Angielskie\ANSI(I~1.IDW|ANSI (cal).idw" (error 123)
That's ERROR_INVALID_NAME, and a quick test on Windows shows that it really is invalid.
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #2 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-06 06:44:50 --- (In reply to comment #1)
err:msi:cabinet_copy_file failed to create L"C:\Program Files\Autodesk\Inventor 11\Templates\Angielskie\ANSI(I~1.IDW|ANSI (cal).idw" (error 123)
That's ERROR_INVALID_NAME, and a quick test on Windows shows that it really is invalid.
Does that mean that error is in Wine?
I found m95.cab and made cabextract on it and that's what I got
extracting ANSI_in.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Sheet_Metal_in.ipt.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard_in.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard_in.ipt.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard.ipn.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting ANSI_mm.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting BSI.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting DIN.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting GB.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting ISO.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting JIS.idw.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Sheet_Metal_mm.ipt.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard_mm.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard_mm.ipt.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Standard.ipn1.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_ANSI_in.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_ANSI_mm.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_BSI.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_DIN.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_GB.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_ISO.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D extracting Weldment_JIS.iam.84CC870E_9C97_4CE7_881E_541C6E908F1D
BTW. In the name ANSI(I~1.IDW|ANSI (cal).idw "cal" is actually "inch" in Polish language
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2010-06-06 06:53:51 --- Yes, the bug must be in Wine. It could mean a lot of things though, we may not resolve the correct name, or native ignores this error, or we're not supposed to install this file at all, etc.
Is there a free download available?
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-06 07:49:12 --- (In reply to comment #3)
Yes, the bug must be in Wine. It could mean a lot of things though, we may not resolve the correct name, or native ignores this error, or we're not supposed to install this file at all, etc.
Is there a free download available?
There is no free download available for this program but there are many illegal copies on internet.
Can I somehow help to debug this?
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2010-06-07 03:58:45 --- You could attach a +msi,+msidb trace, but I doubt it will have enough information to debug this.
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #6 from NSLW lukasz.wojnilowicz@gmail.com 2010-06-07 11:54:37 --- Created an attachment (id=28651) --> (http://bugs.winehq.org/attachment.cgi?id=28651) WINEDEBUG=+msi,+msidb on Wine-1.2-rc2
This is last 300000 lines from log.
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #7 from NSLW lukasz.wojnilowicz@gmail.com 2010-12-03 05:30:19 CST --- This is still an issue in wine-1.3.8-113-g9d9ce29
http://bugs.winehq.org/show_bug.cgi?id=23052
--- Comment #8 from butraxz@gmail.com 2013-05-29 11:26:24 CDT --- This has not been updated for over 900 days.
Is this still an issue in 1.5.31 or higher or is this abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=23052
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #9 from Austin English austinenglish@gmail.com --- (In reply to butraxz from comment #8)
This has not been updated for over 900 days.
Is this still an issue in 1.5.31 or higher or is this abandoned ?
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=23052
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com --- Closing.