[Bug 26789] New: AutoCAD 2008: Crash at starting installation
http://bugs.winehq.org/show_bug.cgi?id=26789 Summary: AutoCAD 2008: Crash at starting installation Product: Wine Version: 1.3.17 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs(a)winehq.org ReportedBy: lukasz.wojnilowicz(a)gmail.com Created an attachment (id=34133) --> (http://bugs.winehq.org/attachment.cgi?id=34133) Terminal output on wine-1.3.17-321-g23a7105 Steps to reproduce: 1) remove ~/.wine 2) winetricks dotnet20 3) wine Setup.exe Behaviour: Crash. Expected behaviour: No crash. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer, regression -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2011-04-15 12:19:39 CDT --- Please attach a +msi trace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #2 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-04-15 12:24:09 CDT --- Created an attachment (id=34134) --> (http://bugs.winehq.org/attachment.cgi?id=34134) WINEDEBUG=+msi on wine-1.3.17-321-g23a7105 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #3 from Hans Leidekker <hans(a)meelstraat.net> 2011-04-15 13:52:47 CDT --- Created an attachment (id=34137) --> (http://bugs.winehq.org/attachment.cgi?id=34137) msi: Ignore components without a key path in MsiEnumComponentCostsW. Try this patch. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #4 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-04-15 14:13:19 CDT --- (In reply to comment #3)
Created an attachment (id=34137) --> (http://bugs.winehq.org/attachment.cgi?id=34137) [details] msi: Ignore components without a key path in MsiEnumComponentCostsW.
Try this patch.
With this patch I get crash at the end of initialization (and not at the beginning) and terminal output is err:seh:setup_exception_record stack overflow 992 bytes in thread 0028 eip 7bc3e36c esp 00240f50 stack 0x240000-0x241000-0x340000 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #34137|0 |1 is obsolete| | --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2011-04-18 05:13:00 CDT --- Created an attachment (id=34166) --> (http://bugs.winehq.org/attachment.cgi?id=34166) msi: Fix handling of components without a key path in MsiEnumComponentCostsW. How about this one? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #6 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-04-18 13:25:25 CDT --- (In reply to comment #5)
Created an attachment (id=34166) --> (http://bugs.winehq.org/attachment.cgi?id=34166) [details] msi: Fix handling of components without a key path in MsiEnumComponentCostsW.
How about this one?
This one doesn't work either. Log is as before. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2011-04-18 13:51:13 CDT --- (In reply to comment #6)
How about this one?
This one doesn't work either. Log is as before.
Please attach the tail part of a +msi,+relay,+seh,+tid trace. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #8 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-04-18 14:12:15 CDT --- Created an attachment (id=34174) --> (http://bugs.winehq.org/attachment.cgi?id=34174) WINEDEBUG=+msi,+relay,+tid,+seh on wine-1.3.18-61-g40bdb82 + patch I'm attaching last 1500000 lines. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #9 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-04-18 15:50:01 CDT --- Backtrace is identical to bug 12149. Plus there's no regression test? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #10 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-04-18 15:53:57 CDT --- (In reply to comment #9)
Backtrace is identical to bug 12149.
Bug 12563 - I have no idea how I got that so wrong. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 --- Comment #11 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-04-19 05:08:18 CDT --- (In reply to comment #9)
Backtrace is identical to bug 12149.
Plus there's no regression test?
Isn't that obvious that responsible commit is 68d615887535b39c4b3c661823997ccad67f1741 Mr. Holmes? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 NSLW <lukasz.wojnilowicz(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2011-05-02 14:43:04 CDT --- Fixed in wine-1.3.19-49-g92e05ed. Thanks for fixing this bug Hans! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=26789 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2011-05-13 13:32:48 CDT --- Closing bugs fixed in 1.3.20. -- 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.
participants (1)
-
wine-bugs@winehq.org