Re: First song purchased on iTunes 7 with Wine...

2007-09-13 Thread Jeremy White
Juan Lang wrote: >> 7.4.2? I tried that last night, and didn't end up getting >> any files installed. Am I missing any tricks? I had a virgin .wine... > > Did you try it with my patches installed? Last night's didn't have > them, this morning's did. Try again with today's .git. Hopefully > s

Re: winex11.drv/wintab32[1/5]: store categories field-by-field (resend)

2007-09-13 Thread Mikolaj Zalewski
> You shouldn't change the prototype. Driver functions should follow the > signature of the corresponding APIs as far as possible. There is a problem to have the same prototype and make winex11.drv call handle only Unicode as some of the WTInfo output are binary data and some are strings. Should

Cvs update error.

2007-09-13 Thread Anatoly Lyutin
Hi all!! Today I tried to make cvs update and cvs extradites a error: [EMAIL PROTECTED] wine]$ cvs update cvs [update aborted]: unrecognized auth response from cvs.winehq.org: cvs pserver: /home/wine/CVSROOT/config [8]: warning: this CVS does not support PreservePermissions What happens? -- B

carbon poker under wine

2007-09-13 Thread Trent Waddington
On 9/13/07, Eric Andersen <[EMAIL PROTECTED]> wrote: > I was wondering if you could possibly throw me some pointers for > getting Carbon Poker working under wine. > > For the record I'm using ubuntu feisty and wine 0.9.44. I'll forward this to wine-devel, as someone else might want it. Well, firs

Re: First song purchased on iTunes 7 with Wine...

2007-09-13 Thread Juan Lang
> 7.4.2? I tried that last night, and didn't end up getting > any files installed. Am I missing any tricks? I had a virgin .wine... Did you try it with my patches installed? Last night's didn't have them, this morning's did. Try again with today's .git. Hopefully something didn't break betwe

Re: First song purchased on iTunes 7 with Wine...

2007-09-13 Thread Jeremy White
Dan Kegel wrote: > For the record, I just bought "Autobahn" by Kraftwerk > for $0.99 from the iTunes store using iTunes 7 on > today's wine from git. It's playing now while I type > this message. (OK, the music skips sometimes when I type > or adjust the volume or move the mouse or scratch my nos

Re: First song purchased on iTunes 7 with Wine...

2007-09-13 Thread Juan Lang
> For the record, I just bought "Autobahn" by Kraftwerk > for $0.99 from the iTunes store using iTunes 7 on > today's wine from git. It's playing now while I type > this message. (OK, the music skips sometimes when I type > or adjust the volume or move the mouse or scratch my nose... > but hey, a

First song purchased on iTunes 7 with Wine...

2007-09-13 Thread Dan Kegel
For the record, I just bought "Autobahn" by Kraftwerk for $0.99 from the iTunes store using iTunes 7 on today's wine from git. It's playing now while I type this message. (OK, the music skips sometimes when I type or adjust the volume or move the mouse or scratch my nose... but hey, at least it's

Re: [2/2] WGL: Sync pixmap after glFlush/glFinish, not before every GL call

2007-09-13 Thread Alexandre Julliard
Chris Robinson <[EMAIL PROTECTED]> writes: > Is the pixmap updated with the DIB memory, or is the DIB memory updated with > the pixmap? In the latter case, it should be fine. It's supposed to work both ways. > Also, I'm not even sure a DIB can have a proper GL context, given that GL > renderin

Re: [2/2] WGL: Sync pixmap after glFlush/glFinish, not before every GL call

2007-09-13 Thread Chris Robinson
On Thursday 13 September 2007 04:40:03 am Alexandre Julliard wrote: > Chris Robinson <[EMAIL PROTECTED]> writes: > > From 95214f29672566796564db30ab7f61a2462e4e50 Mon Sep 17 00:00:00 2001 > > From: Chris Robinson <[EMAIL PROTECTED]> > > Date: Wed, 12 Sep 2007 06:42:05 -0700 > > Subject: [PATCH] WGL

Re: avifil32: Fix some memory leaks

2007-09-13 Thread Kuba Ober
On Wednesday 12 September 2007, Paul Vriens wrote: > Andrew Talbot wrote: > > Changelog: > > avifil32: Fix some memory leaks. > > > > > > -if (mmioSeek(This->paf->hmmio, This->paf->dwNextFramePos, SEEK_SET) > > == -1) - return AVIERR_FILEWRITE; > > -if (mmioCreateChunk(This->paf->h

Re: wineprefixcreate: Make sure the path returned by GetTempPath() during the $WINEPREFIX creation will be writable.

2007-09-13 Thread Alexandre Julliard
Francois Gouget <[EMAIL PROTECTED]> writes: > mshtml.dll (and probably many others) use GetTempPath() during the > self-registration process. But at that point the Windows environment > variables, and in particular $TMP and $TEMP, have not been set yet, > especially not in the currently running

Re: [2/2] WGL: Sync pixmap after glFlush/glFinish, not before every GL call

2007-09-13 Thread Alexandre Julliard
Chris Robinson <[EMAIL PROTECTED]> writes: > From 95214f29672566796564db30ab7f61a2462e4e50 Mon Sep 17 00:00:00 2001 > From: Chris Robinson <[EMAIL PROTECTED]> > Date: Wed, 12 Sep 2007 06:42:05 -0700 > Subject: [PATCH] WGL: Sync pixmap after glFlush/glFinish, not before every GL > call The goal i

Re: gdi32[2/4]: implement AddFontMemResourceEx (based on a patch of Byeong-Sik Jeon, helps with bug #5865) (resend)

2007-09-13 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > diff --git a/dlls/gdi32/font.c b/dlls/gdi32/font.c > index c516736..efc044b 100644 > --- a/dlls/gdi32/font.c > +++ b/dlls/gdi32/font.c > @@ -3214,8 +3214,18 @@ BOOL WINAPI RemoveFontResourceW( LPCWSTR > */ > HANDLE WINAPI AddFontMemResourceEx( PV

Re: winex11.drv/wintab32[1/5]: store categories field-by-field (resend)

2007-09-13 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > /*** > * X11DRV_WTInfoA (X11DRV.@) > + * > + * NOTES > + * If cchOnlyCountString is not NULL and the data is a string then no > + * data is stored in the output buffer

Re: [5/5] WineD3D: Pixel shader 1.x constants are clamped to [-1;1]

2007-09-13 Thread Stefan Dösinger
Am Donnerstag, 13. September 2007 12:43:54 schrieb Alexandre Julliard: > Stefan Dösinger <[EMAIL PROTECTED]> writes: > This one fails make test for me: > quad 4 has color 00bfbf7f, expected 0x00bfbf80 make[2]: *** [visual.ok] This looks like a precision problem (7f vs 80). I will make the test less

Re: [5/5] WineD3D: Pixel shader 1.x constants are clamped to [-1;1]

2007-09-13 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > It is hard to judge if this patch will fix anything. A problem is that > clamping the constants on loading makes constants loading more expensive. > Luckilly though there aren't many ps 1.x constants(8 max). It is hard to say > if there are any game

Re: WGL: Fix a major ATI regression

2007-09-13 Thread Joerg Mayer
On Thu, Sep 13, 2007 at 01:09:14AM +0200, Roderick Colenbrander wrote: > The change isn't a hack but more a workaround. I have submitted the bugreport > to ATI but they likely won't fix it anytime soon. Well, if I understood the ATI development cycle correctly, even if they fixed it right away it