http://bugs.winehq.org/show_bug.cgi?id=18009
Summary: Tlknow32.exe hangs in startup screen [REGRESSION] Product: Wine Version: 1.1.19 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: davidl@lmert.com
Created an attachment (id=20387) --> (http://bugs.winehq.org/attachment.cgi?id=20387) Screenshot when hung
The "Talk Now! Arabic" CD, published by Transparent Language, used to work pretty well on Wine. Now (just tested on 1.1.19, but it's been broken for a few releases) the program loads to the point where it gives an audio greeting and shows the graphic behind the user login screen, but then freezes. No further text appears, an the program is unresponsive; even the "close window" action doesn't work. (The window does redraw itself properly if I cover and then uncover it).
One other clue is that the window-decorations are drawn much larger than the contents (see attached screenshot).
http://bugs.winehq.org/show_bug.cgi?id=18009
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|Tlknow32.exe hangs in |Tlknow32.exe hangs in |startup screen [REGRESSION] |startup screen
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-04-11 19:48:39 --- When you filled in this bug report, you were asked to run a regression test and include the results. Where are they?
http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=18009
David Lee Lambert davidl@lmert.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.19 |1.1.13
--- Comment #2 from David Lee Lambert davidl@lmert.com 2009-04-14 17:38:15 --- Regression test results so far: works with 1.0, does not work with 1.1.13.
http://bugs.winehq.org/show_bug.cgi?id=18009
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.13 |1.1.19
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2009-04-14 17:52:28 --- Please dont' change the original reported version.
We need you to do regression testing with git using the instructions provided to narrow it down to a single commit.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #4 from David Lee Lambert davidl@lmert.com 2009-04-18 18:31:34 --- Regression testing result:
$ git bisect bad 7926eba0d5dd4e8b6360bafcb675e34867641629 is first bad commit commit 7926eba0d5dd4e8b6360bafcb675e34867641629 Author: Reece Dunn msclrhd@googlemail.com Date: Sun Nov 30 18:56:57 2008 +0000
winealsa.drv: Correct the period_time value for pulseaudio.
:040000 040000 6c2e4ea321033c7b7a8e11fe49ac5cffc3fe74b8 fd82700d2bfc0c107584cf1b650adaa2eb9b45bb M dlls
This seems like a reasonable cause for the bug, because the program hangs where it should transition from one sound clip to another.
Note: The patch author doesn't seem to have a Bugzilla account
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #5 from Austin English austinenglish@gmail.com 2009-04-19 19:40:56 --- (In reply to comment #4)
This seems like a reasonable cause for the bug, because the program hangs where it should transition from one sound clip to another.
Note: The patch author doesn't seem to have a Bugzilla account
I've emailed him privately.
http://bugs.winehq.org/show_bug.cgi?id=18009
Reece Dunn msclrhd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |msclrhd@gmail.com
--- Comment #6 from Reece Dunn msclrhd@gmail.com 2009-04-20 01:21:59 --- I have a bugzilla account, it's just that gmail appears to have switched to a googlemail.com prefix that is being picked up by git.
There were some fixes that went in after this commit, which did regress sound. IIRC, it was Maarten that committed them. Bug 16607 has more information.
Some other things:
What distribution/version are you running (e.g. Ubuntu 8.10)?
Do you have pulseaudio? Which version? Running "pulseaudio --version" should do that.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #7 from David Lee Lambert davidl@lmert.com 2009-04-20 05:20:29 --- (In reply to comment #6)
What distribution/version are you running (e.g. Ubuntu 8.10)?
Debian 4.0 "Etch".
Do you have pulseaudio? Which version? Running "pulseaudio --version" should do that.
No, not currently installed; although I should be able to install 0.9.5-5etch1 easily.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #8 from Reece Dunn msclrhd@gmail.com 2009-04-20 05:36:04 --- PulseAudio has been known to cause sound issues with Wine (particularly on Ubuntu).
I am way out of my depth here, and the last time I tried fixing sound regressions it turned into a major headache.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #9 from Rafał Mużyło galtgendo@o2.pl 2009-04-23 06:46:21 --- Whether or not you'll have problems with pulseaudio depends strongly on your hardware and a bit on what your distro did with it. I've been having no major problems with it for several versions (of both pulseaudio and wine), however I'm not using anything where timing is critical, so I can't be sure if I really don't have problems or I simply failed to notice them. pulseaudio 0.9.15 and wine 1.1.19 still seem to work correctly for me.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #10 from Jeff Zaroyko jeffz@jeffz.name 2009-05-06 22:18:03 --- Hi David,
Using latest git, can you do:
git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 cd dlls/winealsa.drv make
then retest?
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #11 from David Lee Lambert davidl@lmert.com 2009-05-07 18:28:26 --- (In reply to comment #10)
Using latest git, can you do:
git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 cd dlls/winealsa.drv make
then retest?
I tested with git from April 15th and also from this morning. That fixes it with either one.
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #12 from Jeff Zaroyko jeffz@jeffz.name 2009-05-08 06:53:27 --- After clarifying comment 11 by email with David, he says
No, actually I hadn't tested unpatched latest git to verify that the bug is still present without your changes; but I've now done so and the bug is present without your changes (the output of git diff...), but absent with them.
So, this looks like a duplicate of bug 15030
http://bugs.winehq.org/show_bug.cgi?id=18009
--- Comment #13 from Austin English austinenglish@gmail.com 2009-11-19 12:53:19 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.33 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=18009
David Lee Lambert davidl@lmert.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #14 from David Lee Lambert davidl@lmert.com 2009-11-27 17:32:19 --- I just tested with Wine 1.1.32, and this bug does not appear.
(I tested on an Ubuntu Intrepid system with significantly different hardware than what I found the bug on; that system is currently nonfunctional due to a hardware failure.)
http://bugs.winehq.org/show_bug.cgi?id=18009
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2009-12-04 12:16:01 --- Closing bugs fixed in 1.1.34.