http://bugs.winehq.org/show_bug.cgi?id=3459
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Wine-Rebar |wine-comctl32
--
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=1115
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Wine-Rebar |wine-comctl32
--
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=7951
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--
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=4247
Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> 2007-12-22 06:35:37 ---
Works in Wine 0.9.51.
--
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=4962
Kena <kena.xenki(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|kena.xenki(a)gmail.com |
--
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=8936
--- Comment #25 from Alex Balut <alexandru.balut(a)gmail.com> 2007-12-22 02:42:07 ---
(In reply to comment #24)
> Just noticed an example posted at
> http://winehq.org/site/docs/winedev-guide/dbg-notes. Is that one safe to use?
It seems so, it supports strings of max 200 chars at the moment, have a look in
libs/wine/debug.c. (I would not use it, though.)
You could also make this change in DUMPCONTEXT, instead of doing:
sprintf(s, "...", v)
TRACE("context: %s\n", s)
it's better to use just:
TRACE("context: ...\n", v)
--
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=8936
--- Comment #24 from Konstantin Svist <fry.kun(a)gmail.com> 2007-12-22 02:04:31 ---
(In reply to comment #23)
>
> Thanks for finding the problem!
>
> We need:
>
> wintab_internal.h:
> // comment explaining the meaning of this value ...
> // (159 chars + 2 fuzzy brackets + 1 endline)
> #define MAX_DUMPBITS_LENGTH 162
>
>
> tests/context.c:
> A test function that fills a buffer of size MAX_DUMPBITS_LENGTH with '\0' and
> then calls DUMPBITS(0xFFFFFFFF, buf). I'm not a C specialist myself, it would
> be nice to calculate dynamically 0xFFFFFFFF in case sizeof(int) varies. The
> actual test would be to check that
> buf[MAX_DUMPBITS_LENGTH - 2] == '}' &&
> buf[MAX_DUMPBITS_LENGTH - 1] == '\0'
> If you need help setting up the tests directory, tell me when you get stuck, I
> will try to help.
>
> context.c:
> Use the new define instead of "200".
> Regarding DUMPCONTEXT, it should be refactored to get rid of the "4000" value,
> but that should be a different patch.
>
> What do you think?
>
Well, if it were up to me, I'd much rather use a language that manages memory
for me.. (D, for example) :)
Just noticed an example posted at
http://winehq.org/site/docs/winedev-guide/dbg-notes. Is that one safe to use?
--
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=7996
Robert Austen <the_worm2(a)bestmail.us> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--- Comment #8 from Robert Austen <the_worm2(a)bestmail.us> 2007-12-22 01:54:24 ---
I have tried both wine 0.9.45 and the new 0.9.51.
In both cases, I still get the same problems with both Serious Sam TFE 1.05 and
Serious Sam TSE 1.07, in that I cannot join the game hosted by a dedicated
server running under wine.
I still the the "Cannot join game. CRC error in DIFF" message after precaching
the game.
Kenton: what versions of Serious Sam did you try? Did you use the version 1.01
right out of the box, or did you apply the patches? and if so, which ones? All
my clients are running the TFE 1.05 patch and the TSE 1.07 patch. Maybe that
makes a difference?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.