http://bugs.winehq.org/show_bug.cgi?id=5094
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-20-04 13:00 -------
Please mail it to me, I'll have a look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2915
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2915
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-04 12:51 -------
Created an attachment (id=2312)
--> (http://bugs.winehq.org/attachment.cgi?id=2312&action=view)
Screenshot taken with Fullshot 9.0
Hi, this application is now at version 9.0. I couldn't find any place to
download the old 7.0 version. Screen capture seems to work just fine in wine
now, the attached picture is a screenshot taken with fullshot in wine (hit
ctrl-1)(allthough i had to compress it again with gimp, otherwise it would be
to large). So looks like this bug is fixed, please reopen if you still
encounter problems. Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4960
------- Additional Comments From juris.smotrovs(a)sets.lv 2006-20-04 10:59 -------
Created an attachment (id=2311)
--> (http://bugs.winehq.org/attachment.cgi?id=2311&action=view)
Testcase as patch-addition to dlls/user/tests/msg.c test
I created a testcase within wine testing system.
Since the current error is most easily detected by
seeing that some messages are not sent, and since
the problem is MDI-related, I wrote the test as
additional code lines in dlls/user/tests/msg.c,
the test_mdi_messages() subtest.
The test passes OK on Windows (I have W2000),
but fails with Wine, since position changing messages
are not sent after WM_MDIMAXIMIZE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5094
------- Additional Comments From cnbiz850(a)sohu.com 2006-20-04 10:27 -------
200KB with bzip2. Seems still too large for this site. Can I email it to someone?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5094
------- Additional Comments From cnbiz850(a)sohu.com 2006-20-04 10:13 -------
The suggested log is too large even when I ran the program for very short while,
so I did
WINEDEBUG=trace+bitmap,trace+dc,trace+x11drv wine yourapp.exe 2> Log.txt
instead to reduce the size of the log file. Let me know if you need further info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5096
Summary: Wrong thousand separator for Russian and Ukrainian
locale
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vovamal(a)uk2.net
Thousand separator for these locales must be unbreakable space ('\x00a0').
But this character is considered as space character (isspaceW returns 1) when it
is written to win.ini (see PROFILE_SetString in profile.c). Therefore, the item
'sThousand' is saved as empty value in win.ini.
Another problem is in the function PROFILE_CopyEntry (profile.c). Sometimes it
works incorrectly with quoted values. When it is called like this
PROFILE_CopyEntry( buffer, L"\" \"", 2, TRUE );
it copies L"" instead of L" ".
To fix this the line No. 118 in profile.c:
if (quote && (len >= strlenW(value))) buffer[strlenW(buffer)-1] = '\0';
should be changed to
if (quote && (len > strlenW(value))) buffer[strlenW(buffer)-1] = '\0';
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5094
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-20-04 08:19 -------
I'm not sure what the problem is. Please create a debug log and attach it to
this bug. I propose to create the log like this:
WINEDEBUG=trace+bitmap,trace+dc,trace+gdi,trace+x11drv wine yourapp.exe 2> Log.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5095
------- Additional Comments From cdunn42(a)yahoo.com 2006-20-04 06:28 -------
Did some additional testing, and found that it was the removal of the call to
XFlush in winpos.c that causes the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.