http://bugs.winehq.org/show_bug.cgi?id=8343
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-02 07:30:45 ---
uuhh, just saw i created a bug for this app as well. Resolving duplicate
*** This bug has been marked as a duplicate of bug 9783 ***
--
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=5884
--- Comment #16 from Alex Balut <alexandru.balut(a)gmail.com> 2007-12-02 07:20:07 ---
(In reply to comment #15)
> > localeValue += (iWeekday - 1 + iFirstDay - 1) % 7
>
> But this would return monday for iFirstday==1 and iWeekday==1,
> wouldn't it? If yes, it's wrong, it should be sunday.
Yes, I discovered that by running the test on W2000.. I used the information on
this page: http://msdn2.microsoft.com/en-us/library/ms221315.aspx but it is
wrong, the value "1" for iFirstDay means Sunday, as you say, not Monday. The
explanation for iWeekday also does not make sense, as "1" should be "the first
day of the week", not "Monday", or anything else..
> > I had doubts about having both the function and the
> > function test on the same calls but I'll extend the test,
> > better be safe.
>
> They are (hopefully) tested elsewhere, so it should be OK.
I think the test is now much more solid, I'll post the patch as soon as I
figure how to use git. :)
> + if (buff) WideCharToMultiByte(...); \
> + else buff[0] = '\0'; \
>
> This is suspicious. If you called this with buff==0 (although you
> don't) it would write to address 0.
Yes, I fixed that.
--
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=4278
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rich(a)hq.vsaa.lv
--- Comment #32 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-02 06:12:58 ---
*** Bug 9783 has been marked as a duplicate of this bug. ***
--
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=5884
--- Comment #15 from Jiri Palecek <jpalecek(a)web.de> 2007-12-02 05:40:39 ---
> But I'm not sure I understand what you wanted to say.
I wanted to describe the correct behaviour.
> localeValue += (iWeekday - 1 + iFirstDay - 1) % 7
But this would return monday for iFirstday==1 and iWeekday==1,
wouldn't it? If yes, it's wrong, it should be sunday.
> I had doubts about having both the function and the
> function test on the same calls but I'll extend the test,
> better be safe.
They are (hopefully) tested elsewhere, so it should be OK.
+ if (buff) WideCharToMultiByte(...); \
+ else buff[0] = '\0'; \
This is suspicious. If you called this with buff==0 (although you
don't) it would write to address 0.
--
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=8357
--- Comment #6 from Charity <AngeliqeR(a)gmail.com> 2007-12-01 17:57:24 ---
(In reply to comment #5)
> Should move the status to
> confirmed at least.
Ignore this part of the comment. I was thinking of a different classification
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=8357
Charity <AngeliqeR(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |AngeliqeR(a)gmail.com
--- Comment #5 from Charity <AngeliqeR(a)gmail.com> 2007-12-01 17:53:00 ---
Not fixed yet. I don't see any activity on it really. Should move the status to
confirmed at least. If you want to test it, you can download the free trial. I
added a link to it on AppDB.
--
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=8357
--- Comment #4 from Ishi Carter <mindlethe(a)embarqmail.com> 2007-12-01 17:50:24 ---
Did they fix the problem with player models being invisible with the floating
names?
--
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=8025
--- Comment #16 from Johannes Svensson <abadaar(a)gmail.com> 2007-12-01 16:35:00 ---
Okay, I was able to reproduce this freeze with the linux ETQW Demo client, so
this is as someone said earlier (probably) not a Wine bug.
--
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=758
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |goeran(a)uddeborg.se
--- Comment #13 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-01 16:33:18 ---
*** Bug 2583 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.