[Bug 10932] New: MozyHome: invisible text
http://bugs.winehq.org/show_bug.cgi?id=10932 Summary: MozyHome: invisible text Product: Wine Version: 0.9.51. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: raccoonone(a)procyongames.com Created an attachment (id=9856) --> (http://bugs.winehq.org/attachment.cgi?id=9856) Log of console output MozyHome (www.mozy.com [you must register, free, to download client]) installs fine, but the text in the dialogs does not show up. The editboxes and checkboxes can be seen, but all the of the descriptive text is missing. I have attached a log of the output when trying to run mozyconf.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-28 18:15:14 --- Invalid. Remove / rename your ~/.wine directory and reinstall your program. Then test again. If problem persist - reopen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-29 01:25:43 --- Created an attachment (id=9860) --> (http://bugs.winehq.org/attachment.cgi?id=9860) no text confirming. copying (and registering) windows fonts to ~/.wine/drive_c/windows/fonts doesn't help -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Status|RESOLVED |UNCONFIRMED Component|wine-comctl32 |wine-misc Resolution|INVALID | --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-29 01:26:25 --- reopening -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-29 01:26:44 --- confirmiong -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 --- Comment #5 from Christopher <raccoonone(a)procyongames.com> 2007-12-29 01:46:39 --- (In reply to comment #1)
Invalid. Remove / rename your ~/.wine directory and reinstall your program. Then test again. If problem persist - reopen.
Sorry for asking such a newbie question, but I'm just getting started with Linux and Wine. Where do I find ~/.wine? I tried to Search for it, but didn't find anything. And what is "/"? I thought that meant the root of the file system. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2007-12-29 13:58:42 --- (In reply to comment #5)
(In reply to comment #1)
Invalid. Remove / rename your ~/.wine directory and reinstall your program. Then test again. If problem persist - reopen.
Sorry for asking such a newbie question, but I'm just getting started with Linux and Wine. Where do I find ~/.wine? I tried to Search for it, but didn't find anything. And what is "/"? I thought that meant the root of the file system.
~/.wine is in your home folder. ~ implies /home/yourusername. The '.' makes it a hidden file, so you'll have to show hidden files to see it. Yes / is the root of the file system. Vitaliy is saying to remove or rename your ~/.wine directory. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10932 --- Comment #7 from Christopher <raccoonone(a)procyongames.com> 2008-01-16 22:37:43 --- Created an attachment (id=10322) --> (http://bugs.winehq.org/attachment.cgi?id=10322) testcase showing broken behavior I believe the problem lies in LoadStringW, specifically when 0 is passed as the buffer size. According to the documentation a read-only pointer to the string resource should be returned in this case: http://msdn2.microsoft.com/en-us/library/ms647486.aspx I'm working on a patch, and will have it done tonight (hopefully). -- 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=10932 Christopher <raccoonone(a)procyongames.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10322|0 |1 is obsolete| | --- Comment #8 from Christopher <raccoonone(a)procyongames.com> 2008-01-17 01:12:51 --- Created an attachment (id=10325) --> (http://bugs.winehq.org/attachment.cgi?id=10325) new testcase I realized the old testcase had a flaw, so this is a new one. -- 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=10932 Christopher <raccoonone(a)procyongames.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10325|application/x-msdos-program |application/x-executable mime type| | -- 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=10932 --- Comment #9 from Christopher <raccoonone(a)procyongames.com> 2008-01-17 01:26:51 --- Created an attachment (id=10326) --> (http://bugs.winehq.org/attachment.cgi?id=10326) patch Patch fixes testcase and mozyconf.exe, also fixes mozystat.exe -- 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=10932 --- Comment #10 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-01-17 02:07:37 --- Hi Christopher, do not include any C++ style comments. /* use this style instead */ -- 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=10932 Christopher <raccoonone(a)procyongames.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10326|0 |1 is obsolete| | --- Comment #11 from Christopher <raccoonone(a)procyongames.com> 2008-01-17 02:11:17 --- Created an attachment (id=10327) --> (http://bugs.winehq.org/attachment.cgi?id=10327) patch with corrected comments Thanks :) I've corrected it. -- 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=10932 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com URL| |www.mozy.com Keywords| |download, patch -- 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=10932 Christopher <raccoonone(a)procyongames.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #12 from Christopher <raccoonone(a)procyongames.com> 2008-03-12 02:10:38 --- fixed in latest GIT -- 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=10932 --- Comment #13 from Dan Kegel <dank(a)kegel.com> 2008-03-12 09:21:07 --- Kudos! -- 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=10932 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-21 10:54:05 --- Closing bugs fixed in 0.9.58. -- 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