[Bug 11565] New: Cypress PSoC Designer installer hang/crash
http://bugs.winehq.org/show_bug.cgi?id=11565 Summary: Cypress PSoC Designer installer hang/crash Product: Wine Version: 0.9.55. Platform: Other URL: http://www.cypress.com/portal/server.pt?space=CommunityP age&control=SetCommunity&CommunityID=285&PageID=552&drid =80225&shortlink=&r_folder=&r_title= OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com The Cypress PSoC Designer is a free download (registration required). A user reported that it was unstable on Wine http://www.psocdeveloper.com/forums/viewtopic.php?p=19873 so I gave it a try. First, the app insists on having msxml3 sp2 or later, and offers to install it for you. (If you decline, the installer terminates.) Maybe we should advertise that version. Anyway, I restarted the installer after using winecfg to set native override on msxml3. The installer got nearly all the way through, but crashed at the very end with trace:msi:MSI_OpenDatabaseW L"C:\\windows\\temp\\msifd7b.tmp" (null) ... wine: Unhandled page fault on write access to 0x02e8d588 at address 0x7ef9e127 (thread 0009), starting debugger... (The app seems to run anyway; I'll file more bugs later for runtime misbehavior.) -- 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=11565 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-02-12 13:45:43 --- For the record, the installer I used was psoc_designer_tm__v__4_4_13.zip, size 156186378 bytes, sha1sum 907470b06a5f7255fb6764813aa839c5eb34cba1 -- 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=11565 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-12-17 16:44:58 --- http://download.cypress.com.edgesuite.net/design_resources/software_and_driv... Installs okay, but crashes at the end in crypt32 when trying to install USB drivers: wine: Unhandled page fault on read access to 0x00000000 at address 0xb7cc1b56 (thread 0026), starting debugger... Backtrace: =>0 0xb7cc1b56 memcpy+0x46() in libc.so.6 (0x7dcc04d8) 1 0x7e6391b7 CTLContext_SetProperty+0x117(context=<register ESI not in topmost frame>, dwPropId=3, dwFlags=0, pvData=0x7dcc054c) [/home/austin/wine-git/dlls/crypt32/ctl.c:632] in crypt32 (0x7dcc0518) 2 0x7e6396d9 CertGetCTLContextProperty+0x359(pCTLContext=0x16dec8, dwPropId=<register EDI not in topmost frame>, pvData=(nil), pcbData=0x7dcc0590) [/home/austin/wine-git/dlls/crypt32/ctl.c:491] in crypt32 (0x7dcc0568) -- 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=11565 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |crypt32 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-12-17 16:49:32 --- Changing component to crypt32... -- 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=11565 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang(a)yahoo.com --- Comment #4 from Juan Lang <juan_lang(a)yahoo.com> 2008-12-22 17:21:44 --- A +crypt log would be handy. -- 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=11565 --- Comment #5 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-12-22 18:18:33 --- Created an attachment (id=18130) --> (http://bugs.winehq.org/attachment.cgi?id=18130) Cypress PSoC Designer installer crypt traces This was taken with 1.1.11. -- 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=11565 --- Comment #6 from Juan Lang <juan_lang(a)yahoo.com> 2008-12-22 18:22:14 --- Created an attachment (id=18131) --> (http://bugs.winehq.org/attachment.cgi?id=18131) Patch Thanks! I believe I just spotted the problem. I couldn't reproduce the crash here, so would you mind trying the attached 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=11565 --- Comment #7 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-12-22 20:03:37 --- Yep, this fixes the problem, thanks! -- 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=11565 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #8 from Juan Lang <juan_lang(a)yahoo.com> 2008-12-22 21:34:17 --- Excellent, thanks. Patch sent: http://www.winehq.org/pipermail/wine-patches/2008-December/066618.html -- 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=11565 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-12-23 13:44:34 --- Patch was committed. -- 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=11565 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2009-01-02 10:33:19 --- Closing bugs fixed in 1.1.12. -- 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