http://bugs.winehq.org/show_bug.cgi?id=25319
Summary: AutoCAD 2008: Fails to install Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=32162) --> (http://bugs.winehq.org/attachment.cgi?id=32162) Last lines of backtrace on Wine 1.3.8
Steps to reproduce: 1) remove ~/.wine 2) winetricks dotnet20 3) Start AutoCAD installation
Behaviour: After a while Wine error appears.
Expected behaviour: No error should appear
Additional info: Size of AutoCAD directory: should be: 760 MB is: 542 MB
It's a regression and you'll have to find another way to fix it because I'm not keen on doing long regression test.
http://bugs.winehq.org/show_bug.cgi?id=25319
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=25319
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
--- Comment #1 from Austin English austinenglish@gmail.com 2010-11-27 08:39:41 CST --- Knowing when it worked would be helpful.
http://bugs.winehq.org/show_bug.cgi?id=25319
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2010-11-27 08:59:09 CST --- If you add support for your app to wisotool, you could do a completely automated regression test using git bisect run...
http://bugs.winehq.org/show_bug.cgi?id=25319
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2010-11-27 09:13:23 CST --- Please attach a +msi trace.
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #4 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-27 09:34:11 CST --- Created an attachment (id=32169) --> (http://bugs.winehq.org/attachment.cgi?id=32169) WINEDEBUG=+msi on Wine 1.3.8 part 1
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #5 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-27 09:34:34 CST --- Created an attachment (id=32170) --> (http://bugs.winehq.org/attachment.cgi?id=32170) WINEDEBUG=+msi on Wine 1.3.8 part 2
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #6 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-27 09:34:55 CST --- Created an attachment (id=32171) --> (http://bugs.winehq.org/attachment.cgi?id=32171) WINEDEBUG=+msi on Wine 1.3.8 part 3
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #7 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-27 09:35:09 CST --- Created an attachment (id=32172) --> (http://bugs.winehq.org/attachment.cgi?id=32172) WINEDEBUG=+msi on Wine 1.3.8 part 4
http://bugs.winehq.org/show_bug.cgi?id=25319
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|AutoCAD 2008: Fails to |AutoCAD 2008: Hangs at |install |installation
--- Comment #8 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-27 09:36:03 CST --- (In reply to comment #1)
Knowing when it worked would be helpful.
It worked in Wine 1.3.6
(In reply to comment #2)
If you add support for your app to wisotool, you could do a completely automated regression test using git bisect run...
That's not fast too and I think it would abuse my hard drive if I would install and remove ca. 600 MB for ca. 7 times in sequence.
BTW. I changed title of this bug because I'm able to start AutoCAD 2008 although install wasn't complete.
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #9 from Dan Kegel dank@kegel.com 2010-11-27 10:06:00 CST --- Naw, hard drives live for that kind of abuse :-)
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #10 from Austin English austinenglish@gmail.com 2010-11-27 11:29:03 CST --- (In reply to comment #9)
Naw, hard drives live for that kind of abuse :-)
Or if you have enough ram, use tmpfs to do it all in ram. Faster, and no hard drive thrashing ;-).
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #11 from Hans Leidekker hans@meelstraat.net 2010-11-29 04:59:34 CST --- (In reply to comment #7)
trace:msi:MSI_EvaluateConditionW 0 <- L"ACADSTANDALONENETWORKTYPE=3" trace:msi:ACTION_CostFinalize Disabling component L"RDF_COMP_AdskNetSrv.exe.BDEAB075_5A40_4D08_A7E3_489"
Here the component RDF_COMP_AdskNetSrv.exe.BDEAB075_5A40_4D08_A7E3_489 is disabled because its condition evaluates to false.
Custom action StartService.BDEAB075_5A40_4D08_A7E3_489CC54D7762 has condition $RDF_COMP_AdskNetSrv.exe.BDEAB075_5A40_4D08_A7E3_489=3 which means it's run if that component's action is set to INSTALLSTATE_LOCAL.
So the question is how disabling a component interacts with its action state.
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #12 from NSLW lukasz.wojnilowicz@gmail.com 2010-11-29 05:10:24 CST --- (In reply to comment #11)
So the question is how disabling a component interacts with its action state.
If I can help you with this question, just tell me how.
http://bugs.winehq.org/show_bug.cgi?id=25319
--- Comment #13 from Hans Leidekker hans@meelstraat.net 2010-11-30 12:11:45 CST --- Commit c47ecd1ccce25bbe19ac7f76bc18667ad956adf5 may help here, please give it a try.
http://bugs.winehq.org/show_bug.cgi?id=25319
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|-unknown |msi Resolution| |FIXED
--- Comment #14 from NSLW lukasz.wojnilowicz@gmail.com 2010-12-01 14:08:30 CST --- (In reply to comment #13)
Commit c47ecd1ccce25bbe19ac7f76bc18667ad956adf5 may help here, please give it a try.
Yes it helps so it's fixed in wine-1.3.8-113-g9d9ce29
http://bugs.winehq.org/show_bug.cgi?id=25319
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2010-12-10 13:46:00 CST --- Closing bugs fixed in 1.3.9.
http://bugs.winehq.org/show_bug.cgi?id=25319
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c47ecd1ccce25bbe19ac7f76bc1 | |8667ad956adf5