http://bugs.winehq.org/show_bug.cgi?id=19688
Summary: STATISTICA 6 demo crashes on startup Product: Wine Version: 1.1.27 Platform: PC URL: http://www.statsoft.ru/_Rainbow/documents/STATISTICADe mo.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=22989) --> (http://bugs.winehq.org/attachment.cgi?id=22989) STATISTICA 6 demo backtrace
When starting the STATISTICA 6 demo on 1.1.27, the application immediately produces a backtrace, and then simply hangs. Bug 6168 suggests a comctl32 issue, and using native comctl32 allows the application to start. The backtrace is attached.
http://bugs.winehq.org/show_bug.cgi?id=19688
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-08-13 16:18:05 --- Confirming with wine-1.1.27-166-gcdffa87. Native comctl32 helps.
http://bugs.winehq.org/show_bug.cgi?id=19688
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2009-08-13 17:11:37 --- Created an attachment (id=23051) --> (http://bugs.winehq.org/attachment.cgi?id=23051) Patch allows to start application
This is a Tab control bug. Control receives TCM_GETITEMA message with wParam==-1. We treat this like an out-of-bound index and exit, but application expects some data to be placed to TCITEMA struct. Simple initialization with 0 is enough here.
I only tried setting pszText member to NULL - no luck.
We need to test first what this -1 index supposed to mean (current tab maybe), so some tests needed.
P.S. Application isn't still very usable after that, but it's another bug.
http://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-08-14 14:45:29 --- Assigning to myself while I have a working patch for that with tests.
P.S. Andrew, you could file next reports for this application: 1) I can't load any example, or anything from open dialogue; 2) Colour chooser menu somewhere in options dialogue doesn't catch focus after creating (or something like that). It shuts just after being shown.
http://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2009-08-16 09:00:15 --- Patch sent:
http://www.winehq.org/pipermail/wine-patches/2009-August/077191.html
http://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2009-08-17 13:09:40 --- Should be fixed by commit:
http://source.winehq.org/git/wine.git/?a=commit;h=f08747cbfc2677c06b12a470b0...
http://bugs.winehq.org/show_bug.cgi?id=19688
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2009-08-21 12:57:55 --- Closing bugs fixed in 1.1.28.
http://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f08747cbfc2677c06b12a470b03 | |08c5306c105fb
https://bugs.winehq.org/show_bug.cgi?id=19688
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org