http://bugs.winehq.org/show_bug.cgi?id=16072
Summary: Regression: WINE 1.0.1 fails to run DesignaKnit 7 Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jb@jblache.org
Hi,
I've just upgraded WINE to 1.0.1 today and found out that DesignaKnit 7 won't run anymore.
It previously worked fine with WINE 0.9.37.
WINEDEBUG=all log attached. A demo version can be downloaded here http://www.softbyte.co.uk/dkdemdl.htm to reproduce the problem.
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2008-11-15 11:18:41 --- (In reply to comment #0)
Hi,
I've just upgraded WINE to 1.0.1 today and found out that DesignaKnit 7 won't run anymore.
It previously worked fine with WINE 0.9.37.
WINEDEBUG=all log attached. A demo version can be downloaded here http://www.softbyte.co.uk/dkdemdl.htm to reproduce the problem.
Thanks.
Does the problem exist if you try Wine 1.1.8?
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #2 from Julien BLACHE jb@jblache.org 2008-11-15 11:21:37 --- Created an attachment (id=17299) --> (http://bugs.winehq.org/attachment.cgi?id=17299) Log for WINE 1.0.1 failure with DesignaKnit 7
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #3 from Julien BLACHE jb@jblache.org 2008-11-15 11:48:58 --- Hi,
Does the problem exist if you try Wine 1.1.8?
No joy with 1.1.5, need to build 1.1.8.
JB.
http://bugs.winehq.org/show_bug.cgi?id=16072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Regression: WINE 1.0.1 fails|DesignaKnit 7 fails to run |to run DesignaKnit 7 |
--- Comment #4 from Austin English austinenglish@gmail.com 2008-11-15 12:47:11 --- Try 1.1.8. If it still exists, run a regression test: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=16072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #5 from Julien BLACHE jb@jblache.org 2008-11-15 13:52:13 --- Hi,
Try 1.1.8. If it still exists, run a regression test:
Yep, still broken in 1.1.8. Will try to bisect between 0.9.37 and 1.0.1 and report the result. Will take some time, unless I'm lucky :|
JB.
http://bugs.winehq.org/show_bug.cgi?id=16072
Julien BLACHE jb@jblache.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #6 from Julien BLACHE jb@jblache.org 2008-11-16 10:33:51 --- Hi,
Bisection results below:
a54a990b3b68a126e02ef6805d01f314fa5896e3 is first bad commit commit a54a990b3b68a126e02ef6805d01f314fa5896e3 Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 2 15:26:49 2007 +0100
server: Allow to specify the class name instead of the atom to find a window.
:040000 040000 6ea0427e24b51d15b8e389cd26eab6611063d025 6ad1cffc9180e7b1f6e1d1ca19f23fa04da96629 M dlls :040000 040000 2ad7de70413bcfcfb37e35b3772c000ab0a044e2 11f8b01d68b794d2942fb7da640fb03267047464 M include :040000 040000 c3c81c89f0b33d9afb0baca7eb4a902db5d4098f 5ba196ea4dae5f38bb4128ce41ffb44327a3fd73 M server
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com 2008-11-17 04:56:36 --- I'm confirming that the particular commit causes the regression, and I arrived at the same via the bisection process.
http://bugs.winehq.org/show_bug.cgi?id=16072
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2008-11-17 09:16:32 --- Should be fixed by 025daaf0e8c62d0f53a1af04824ed83f183d628c. Thanks for the regression test.
http://bugs.winehq.org/show_bug.cgi?id=16072
Julien BLACHE jb@jblache.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #9 from Julien BLACHE jb@jblache.org 2008-11-17 12:15:57 --- Hi,
Should be fixed by 025daaf0e8c62d0f53a1af04824ed83f183d628c. Thanks for the regression test.
I've just updated my tree and with your fix the window doesn't show up.
JB.
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #10 from Austin English austinenglish@gmail.com 2009-05-18 10:52:03 --- Is this still an issue in current (1.1.21 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=16072
--- Comment #11 from Julien BLACHE jb@jblache.org 2009-05-19 10:04:17 --- Hi,
The application starts with the current git but there is a window management issue that causes a WindowMaker segfault when a particular window is created and shown.
A dialog box is displayed with "System error 8 has occured"; I think it's raised by the application and not by Wine, though.
Windows flash on screen when they're created and appear for the first time (and are redrawn several times, it seems), and there's some flickering when highlighting menus.
So the original bug is fixed, but something else crept up. I don't think it's specific to this application, so you may already know about it. Might be caused by ongoing work.
JB.
http://bugs.winehq.org/show_bug.cgi?id=16072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #12 from Austin English austinenglish@gmail.com 2009-05-19 10:37:22 --- (In reply to comment #11)
Hi,
The application starts with the current git but there is a window management issue that causes a WindowMaker segfault when a particular window is created and shown.
Fixed then.
So the original bug is fixed, but something else crept up. I don't think it's specific to this application, so you may already know about it. Might be caused by ongoing work.
Please file a new bug.
http://bugs.winehq.org/show_bug.cgi?id=16072
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org 2009-05-22 11:13:17 --- Closing bugs fixed in 1.1.22.