http://bugs.winehq.org/show_bug.cgi?id=24086
Summary: VirtualDub: invisible text in some dialogs Product: Wine Version: 1.3.0 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: t0p0linik@yahoo.it
Created an attachment (id=30302) --> (http://bugs.winehq.org/attachment.cgi?id=30302) Preferences dialog, in a winXP box and in a wine emulation.
In preferences, when selecting "Timeline", the description statements below the text box don't appear. I attach a screenshot together with the dialog as it appears opened in a windowsXP box. (notice the size is quite different!)
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #1 from topolinik t0p0linik@yahoo.it 2010-08-22 09:55:47 --- Created an attachment (id=30307) --> (http://bugs.winehq.org/attachment.cgi?id=30307) The `About' box behaves quite strange.
Further, this strange text behaviour is appearing also in the `about' box which worked ok some time ago. The text doesn't appear and the `Help' menu is always visible into the floating dialog.
http://bugs.winehq.org/show_bug.cgi?id=24086
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #2 from Wylda wylda@volny.cz 2010-08-27 10:21:16 ---
Confirming, happens in 1.1.5, 1.1.34, 1.3.1-221-gf6bcd27.
Looking into relay log SetWindowText() fails, but don't know why:
0009:Call ntdll.RtlAllocateHeap(007bc000,00000000,000001f4) ret=005b2d96 0009:Ret ntdll.RtlAllocateHeap() retval=007d2608 ret=005b2d96 0009:Call user32.SetWindowTextW(00000000,007d2608 L"%f: frame\n%h, %m, %s, %p, %t: hour, minute, second, picture, tick\n%c: frame type\nUse capital versions for source values.\n\n%B, %L: byte position and length of source frame\n%D: distance from last key frame\n%[>]...: use end instead of current position\n") ret=005182ab 0009:Ret user32.SetWindowTextW() retval=00000000 ret=005182ab
http://bugs.winehq.org/show_bug.cgi?id=24086
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Wylda wylda@volny.cz 2010-08-27 10:22:19 ---
Confirmed, marking as NEW.
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #4 from Wylda wylda@volny.cz 2010-08-27 10:34:13 --- Created an attachment (id=30426) --> (http://bugs.winehq.org/attachment.cgi?id=30426) console output from wine-1.3.1-221-gf6bcd27 +relay
Hmmm, maybe SetWindowText() shouldn't have HWND set to zero. Rather attaching console log, than these "semi-clever" analysis ;)
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #5 from Wylda wylda@volny.cz 2010-09-19 08:00:31 CDT ---
SetWindowText() still fails in wine-1.3.3.
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #6 from Wylda wylda@volny.cz 2010-12-30 19:26:48 CST ---
SetWindowText() still fails in wine-1.3.10-159-gf284719.
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #7 from topolinik t0p0linik@yahoo.it 2011-06-08 08:26:28 CDT --- I can confirm these issues still appear in wine-1.3.21 (virtualdub-1.9.11 installed into a fresh wine directory).
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #8 from Wylda wylda@volny.cz 2011-06-25 08:33:04 CDT ---
Still present in wine-1.3.23.
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #9 from Wylda wylda@volny.cz 2011-12-10 05:20:48 CST ---
Still present in wine-1.3.34-202-gb0f704d.
http://bugs.winehq.org/show_bug.cgi?id=24086
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://sourceforge.net/proj | |ects/virtualdub/files/virtu | |aldub-win/1.9.11.32842/Virt | |ualDub-1.9.11.zip/download
http://bugs.winehq.org/show_bug.cgi?id=24086
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com 2012-03-03 20:37:38 CST --- Still present in 1.4-rc6.
http://bugs.winehq.org/show_bug.cgi?id=24086
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com 2012-07-07 10:16:09 CDT --- The applications uses SetWindowText with zeroed hwnd which makes wine return FALSE and set last error to 1440 (INVALID_WINDOW_HANDLE).
https://bugs.winehq.org/show_bug.cgi?id=24086
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #12 from hanska2@luukku.com ---
"In preferences, when selecting "Timeline", the description statements below the text box don't appear. I attach a screenshot together with the dialog as it appears opened in a windowsXP box. (notice the size is quite different!)"
I can see text.
Also the about box is very different.
This is definitely fixed for me.
wine 1.7.22
https://bugs.winehq.org/show_bug.cgi?id=24086
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #13 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to hanska2 from comment #12)
I can see text.
Also the about box is very different.
This is definitely fixed for me.
wine 1.7.22
Indeed I can confirm it too, thanks for testing. The problem is present in wine 1.6 and no longer in 1.7.29.
https://bugs.winehq.org/show_bug.cgi?id=24086
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.30.