[Bug 11723] New: labels on buttons are invisible
http://bugs.winehq.org/show_bug.cgi?id=11723 Summary: labels on buttons are invisible Product: Wine Version: 0.9.56. Platform: Other URL: http://www.winfilter.20m.com/ OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: fonts AssignedTo: wine-bugs(a)winehq.org ReportedBy: primorec(a)sbcglobal.net Created an attachment (id=10960) --> (http://bugs.winehq.org/attachment.cgi?id=10960) the offending MS windows application WinFilter.exe produces invisible labels When I start WinFilter.exe the program starts, it works, produces desired output... but the main window with radio buttons does not show labels. HOW to reproduce the bug ? 1) download WinFilter.exe from here (select version 0.8) http://www.winfilter.20m.com/ http://www.winfilter.20m.com/08/WinFilter08.zip comment: wget for some unknown reason does not work 2) unsip the file unzip WinFilter08.zip 3) start (run) the application wine WinFilter.exe RESULT: program runs (and it does what it supposed to do) with invisible radio button labels WHAT IT SHOULD HAPPEN: program should run with visible radio button labels The program is freeware. and it is attached to this bug report for your convinience -- 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=11723 Igor Furlan <primorec(a)sbcglobal.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |primorec(a)sbcglobal.net Severity|enhancement |normal OS/Version|other |Linux --- Comment #1 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-24 20:45:28 --- added OS and Severity level -- 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=11723 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|fonts |-unknown --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-02-24 21:18:57 --- Works fine here. Did you compile Wine yourself or install it your distro's binary package? No need to attach the executable when it's readily available. -- 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=11723 --- Comment #3 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-25 01:28:34 --- I've tried both: A) CentOS 5.x distro version 0.9.52 (yum install wine) B) version 0.9.56 compilled by myself on the same box (CentOS 5.x) Same result. Radio buttons do not have labels. Program itself worke fine and produces expected files. -- 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=11723 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #4 from Lei Zhang <thestig(a)google.com> 2008-02-25 12:28:50 --- when you compiled it yourself, can you run ./configure --verbose and make sure it doesn't complain about missing dependencies? Also, what version of fontforge are you using? Can anyone else quickly test this program? -- 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=11723 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-02-25 19:52:57 --- Created an attachment (id=10977) --> (http://bugs.winehq.org/attachment.cgi?id=10977) Screenshot Works fine here as well - wine 0.9.56. -- 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=11723 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-02-25 19:53:23 --- Created an attachment (id=10978) --> (http://bugs.winehq.org/attachment.cgi?id=10978) Screenshot Works fine here as well - wine 0.9.56. -- 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=11723 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-02-25 19:54:10 --- Grr...didn't mean to duplicate that. Jan/whomever else has privs, can you remove the winfilter.zip file. Don't want to violate their copyright... -- 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=11723 --- Comment #8 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-26 23:22:38 --- Created an attachment (id=11002) --> (http://bugs.winehq.org/attachment.cgi?id=11002) output from ./configure -- 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=11723 --- Comment #9 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-26 23:29:36 --- There is NO difference in the log file using --verbose on without it regarding fontforge: [root(a)localhost wine-0.9.56]# rpm -qa | grep forg fontforge-0.0-0.cvs20050502.2.el5.rf rpmforge-release-0.3.6-1.el5.rf [root(a)localhost wine-0.9.56]# which fontforge /usr/bin/fontforge [root(a)localhost wine-0.9.56]# fontforge --version Copyright (c) 2000-2005 by George Williams. Executable based on sources from 12:49 2-May-2005. fontforge 20050502 side note: the offending program runs without a glitch on UBUNTU 7.10 with wine_0.9.46. All text labels are present. Any hint for 'how to proceed from here' ? -- 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=11723 --- Comment #10 from Lei Zhang <thestig(a)google.com> 2008-02-26 23:34:22 --- Your fontforge is too old. Give fontforge 20070831 a try. -- 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=11723 --- Comment #11 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-26 23:41:09 --- Created an attachment (id=11003) --> (http://bugs.winehq.org/attachment.cgi?id=11003) offending screenshot with invisible text labels Please, pay attention to the top left corner. Text label for the pull down menu ___are___ present. Only radio buttons and push buttons do not have text labels -- 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=11723 --- Comment #12 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-27 02:48:38 --- Downloaded latest fontforge package, compiled it from source, installed it, freshly recompiled wine_0.9.56, installed it, checked version of the fontforge and wine, started winfilter.exe [jon(a)localhost tmp]$ which fontforge /usr/local/bin/fontforge [jon(a)localhost tmp]$ fontforge --version Copyright (c) 2000-2008 by George Williams. Executable based on sources from 20:25 GMT 3-Feb-2008. Library based on sources from 03:08 GMT 3-Feb-2008. fontforge 20080203 libfontforge 20080203 [jon(a)localhost tmp]$ wine --version wine-0.9.56 [jon(a)localhost tmp]$ wine WinFilter.exe RESULT: close, but no cigar (aka button labels are still invisible) What should I try next ? -- 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=11723 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-02-27 13:51:01 --- You could try a regression test, if wine 0.9.46 worked and .56 doesn't: http://wiki.winehq.org/RegressionTesting -- 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=11723 --- Comment #14 from Lei Zhang <thestig(a)google.com> 2008-02-27 14:02:14 --- Would you mind trying Fontforge 20070831? There are some issues between Wine and Fontforge, but I know that version works for me. Be sure to do a make clean and have a clean ~/.wine directory just to be sure you have a fresh starting point. -- 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=11723 Igor Furlan <primorec(a)sbcglobal.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #15 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-27 14:31:16 --- Today, the system (CentOS 5.x) was automagically updated via yum (or whatever it is running behind the scenes) and WinFilter.exe works flawlessly. NO, I did not pay attention which files (libraries) got updated, therefore I can not pinpoint to the culprit. Sorry :( This program can be added to the list of working applications. Case closed. Thanks ALL for the help. -- 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=11723 --- Comment #16 from Igor Furlan <primorec(a)sbcglobal.net> 2008-02-27 14:36:36 --- (In reply to comment #13)
You could try a regression test, if wine 0.9.46 worked and .56 doesn't: http://wiki.winehq.org/RegressionTesting
Just for historians: Yes, WinFileter.exe worked for wine_0.9.46 and it did not work on 0.9.56. The difference is not only the version (46 versus 56) but OS too. I have 46 on ubuntu 7.10 and 56 on CentOS 5.x. So, it is not easy to compare both versions. Way too many variables are involved. In any case (see #15), the WinFilter.exe works now. -- 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=11723 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #17 from Lei Zhang <thestig(a)google.com> 2008-02-27 19:45:35 --- There was probably something funny in CentOS. Invalid -- 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=11723 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Lei Zhang <thestig(a)google.com> 2008-02-27 19:45:47 --- Closing. -- 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