Re: ntoskrnl status

2006-06-15 Thread Vijay Kiran Kamuju
If Alexander agrees on what path we should take on this, we should be having some real stuff getting in. A'int it Vitaly. Well i will look into the ntoskrnl stuff as soon as i get my laptop I think should be like a seperate process as in windows. Just my two cents. On 6/15/06, Vitaliy Margolen <

Re: ntoskrnl status

2006-06-15 Thread Vitaliy Margolen
Thursday, June 15, 2006, 10:01:03 AM, Brian Vincent wrote: > On 6/15/06, Mario Demontis <[EMAIL PROTECTED]> wrote: >> Any news about ntoskrnl.exe support? >> As far as I can understand it's not yet integrated... >> Are there any new patches? > Read here first: > http://www.winehq.com/pipermail/win

Re: Will pay $$ for fix of Magic: The Gathering Online bug

2006-06-15 Thread Kyle Winkler
-- Forwarded message --From: Kyle Winkler <[EMAIL PROTECTED]>Date: Jun 15, 2006 6:47 PM Subject: Re: Will pay $$ for fix of Magic: The Gathering Online bugTo: EA Durbin <[EMAIL PROTECTED]>I'm currently using Kanotix 2005.04, 32 bit.  However, according to my own experience and the i

Re:gdiplus.dll

2006-06-15 Thread Vijay Kiran Kamuju
Hi, I think we rather use mono project's libgdiplus(gdiplus.dll implementation) than a stub implementation. This will help in later implementing the .Net Compatibility Layer to Wine. Thanks, Vijay

Re: Will pay $$ for fix of Magic: The Gathering Online bug

2006-06-15 Thread EA Durbin
On 6/14/06, Mike McCormack <[EMAIL PROTECTED]> wrote: hehe. If you're compiling Wine yourself, do I get $200 for telling you to install the latest version of Fontforge, and make sure recent freetype libraries are on your system? Which distro are you using, and is it 64 bit or 32 bit? I ran

Re: [WiKI] Common site menu 4/4

2006-06-15 Thread Tony Lambregts
Is there anything wrong with this patch? Change log: update menus for all sites to have a common "WineHQ Menu". files changed: winehq/winehq.py ? winehq/winehq ? winehq/img/logo.png Index: winehq/winehq.py === RCS file: /cvsroot

Re: wined3d compile failure

2006-06-15 Thread James Hawkins
On 6/15/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 15/06/06, James Hawkins <[EMAIL PROTECTED]> wrote: > device.c: In function `IWineD3DDeviceImpl_SetRenderState': > device.c:3833: `GL_FOG_COORD_SRC' undeclared (first use in this function) > device.c:3833: (Each undeclared identifier is reported

Re: wined3d compile failure

2006-06-15 Thread H. Verbeet
On 15/06/06, James Hawkins <[EMAIL PROTECTED]> wrote: device.c: In function `IWineD3DDeviceImpl_SetRenderState': device.c:3833: `GL_FOG_COORD_SRC' undeclared (first use in this function) device.c:3833: (Each undeclared identifier is reported only once device.c:3833: for each function it appears i

Re: secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is 1904 not 2010.

2006-06-15 Thread Joris Huizer
Kai Blin wrote: +case SECPKG_ATTR_SIZES: +{ +PSecPkgContext_Sizes spcs = +SECUR32_ALLOC(sizeof(SecPkgContext_Sizes)); +spcs->cbMaxToken = NTLM_MAX_BUF; +spcs->cbMaxSignature = 16; +spcs->cbBlo

Re: wined3d compile failure

2006-06-15 Thread Detlef Riekenberg
Hi James Hawkins: > I'm getting this compile failure as of today: > > make[2]: Entering directory `/home/jhawkins/wine/dlls/wined3d' > gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include > -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -gstabs+ -Wpointer-arit

Re: secur32: Implement QueryContextAttributes. Add tests. cbMaxToken is 1904 not 2010.

2006-06-15 Thread Kai Blin
* Kai Blin <[EMAIL PROTECTED]> [15/06/06, 20:50:47]: Please disregard this patch. I sent this out to wine-patches by accident. It still has some errors. > +case SECPKG_ATTR_LOCAL_CRED: > +TRACE("MSDN claims SECPKG_ATTR_LOCAL_CRED is obsolete\n"); > +/* fall through

Re: [WineD3D] fix bug 4872

2006-06-15 Thread Raphael
> >>> } > >> > >>You forgot LEAVE_GL(); > > > > NO, LEAVE_GL() is done on ReleaseFakeGLContextOnNeed. > > to permit between two calls to can make X/GLX calls safely > > So where are you disposing of it then? I can't find the place that will > delete this context on device delete. what device del

Re: comctl32: Add a short test for the listview.

2006-06-15 Thread Detlef Riekenberg
Am Donnerstag, den 15.06.2006, 17:30 +0900 schrieb Mike McCormack: > + * License along with this library; if not, write to the Free > Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA > 02111-1307 The old Address slipped in. -- By By ... ... Detlef

Re: Alexandre Julliard : winedbg: Avoid a crash when there' s no backtrace to print.

2006-06-15 Thread Eric Pouech
Alexandre Julliard wrote: Module: wine Branch: refs/heads/master Commit: d47dcbf05a0159a87234ac6e41ae011150019f09 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d47dcbf05a0159a87234ac6e41ae011150019f09 Author: Alexandre Julliard <[EMAIL PROTECTED]> Date: Thu Jun 15 11:38:43 2006

Re: PATCH: sane.ds / DECLSPEC hidden

2006-06-15 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Can't this be done automatically by winegcc passing > -ffunction-visibility=hidden or somesuch? No, we only want the internal functions to be hidden. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH: sane.ds / DECLSPEC hidden

2006-06-15 Thread Mike Hearn
On Thu, 15 Jun 2006 17:28:12 +0200, Alexandre Julliard wrote: > No, that's only hiding them. It's not a bad thing to do in a second > step for functions that really need to be global Can't this be done automatically by winegcc passing -ffunction-visibility=hidden or somesuch? thanks -mike

Re: msi: Cast the total memory to an unsigned int to avoid overflow in machines with more than 2Gb of RAM [resend]

2006-06-15 Thread Mike Hearn
On Thu, 15 Jun 2006 11:04:41 +0200, Alexandre Julliard wrote: > The existing code should work fine, and yours will return 0 for a 4Gb > box... It sounds like the problem is in GlobalMemoryStatusEx. IIRC this API has a quirk w.r.t large memory handling. I remember doing something to this code a few

wined3d compile failure

2006-06-15 Thread James Hawkins
Hi, I'm getting this compile failure as of today: make[2]: Entering directory `/home/jhawkins/wine/dlls/wined3d' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o device.o de

Re: configure: Fix test for ability to link with ICU libraries.

2006-06-15 Thread Alexandre Julliard
Scott Bambrough <[EMAIL PROTECTED]> writes: > In the worst case this code will run through 9 tests searching for the > ICU library. In the default case (no environment variables set) it > will run through 4 tests at worst before giving up. > > In your case, (assuming you have libicuuc.so and libi

Re: Gecko installer

2006-06-15 Thread Mike Hearn
Yes this problem with the lack of child windows is most troublesome. I wonder if there is another way to solve this though. By using COMPOSITE to redirect the window heirarcy of the embedded window to a pixmap we can proxy events and copy the pixmap to simulate window embedding, without actually

Re: Gecko installer

2006-06-15 Thread Jacek Caban
Mike Hearn wrote: On 6/14/06, Jacek Caban <[EMAIL PROTECTED]> wrote: See http://www.winehq.org/?issue=285#MSHTML%20Update. I'd really like to use Linux Gecko, but it's impossible because we'd need XEmbed embedder support that's impossible to implement in Wine (perhaps if we added what we need to

Parallels Virtualization Software does not work with Wine

2006-06-15 Thread Benjamin Arai
Hi,   Just a quick note to any body using VMware or the like for testing Wine, as of Parallels version 2.1 Wine would not run under any guest operating system that I tested (in all cases Wine caused a segmentation fault upon starting).  I was using Parallels (Host: Windows XP, Guest: Centos

Re: wineuser.h [do NOT apply]

2006-06-15 Thread Vitaly Lipatov
Sorry for incompetence, please do not aplly it. В сообщении от 15 июня 2006 20:17 Vitaly Lipatov написал(a): > Changelog > Add some WM_ message defines. -- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru

Re: ntoskrnl status

2006-06-15 Thread Brian Vincent
On 6/15/06, Mario Demontis <[EMAIL PROTECTED]> wrote: Any news about ntoskrnl.exe support? As far as I can understand it's not yet integrated... Are there any new patches? Read here first: http://www.winehq.com/pipermail/wine-devel/2006-April/047262.html Read here next: http://www.winehq.com/p

Re: PATCH: sane.ds / DECLSPEC hidden

2006-06-15 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > Hi, > > Alexandre, is this how to reduce exports? ;) No, that's only hiding them. It's not a bad thing to do in a second step for functions that really need to be global, but the first step should be to make functions static as much as possible. If we

ntoskrnl status

2006-06-15 Thread Mario Demontis
Hello It's my first post here... Any news about ntoskrnl.exe support? As far as I can understand it's not yet integrated... Are there any new patches? Thanks in advance Mario -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Grande Offerta di Ben

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 3

2006-06-15 Thread Christian Gmeiner
On Wednesday 14 June 2006 17:52, Juan Lang wrote: > Hi Christian, Hi Juan, > > > I want to make a generic setupapi.dll and I will remove old serial > > device list, but as too big patches wont get accepted, I will do this in > > one of my next patches. > > I put that hacky serial device list in the

Re: Wine on ppc/linux.

2006-06-15 Thread Mike Mestnik
On Wed, Jun 14, 2006 at 07:56:29PM +0200, Roderick Colenbrander wrote: > > I'm trying/working to get x86 windows programs to run under linux on a > > ppc and eventually a sparc. > > > > After reading the Darwine list, I'm not sure where the best place for > > this. > > > > Will the current move b

Re: [WineD3D] fix bug 4872

2006-06-15 Thread Vitaliy Margolen
Thursday, June 15, 2006, 1:23:37 AM, Raphael wrote: >>Wednesday, June 14, 2006, 6:51:21 PM, Raphael wrote: >>> On Thursday 15 June 2006 02:34, Raphael wrote: Hi, first patch since a long time :) Changelog: - rename WineD3D_(Create|Release)FakeGLContext to WineD3D_(Cr

Re: Gecko installer

2006-06-15 Thread Mike Hearn
On 6/14/06, Jacek Caban <[EMAIL PROTECTED]> wrote: See http://www.winehq.org/?issue=285#MSHTML%20Update. I'd really like to use Linux Gecko, but it's impossible because we'd need XEmbed embedder support that's impossible to implement in Wine (perhaps if we added what we need to XEmbed spec?). Tha

Re: Shell integration

2006-06-15 Thread Mikołaj Zalewski
Robert Shearman wrote: I don't think it is. I think it would be better to start off with by just doing the shell integration in shell32. If a framework like this is needed, then it will become obvious later on. That's true that I currently don't need it but if someones would need a really t

Re: Shell integration

2006-06-15 Thread Robert Shearman
Mikołaj Zalewski wrote: I've changed the code not to use COM. Now it loads a DLL and searches for a GetIntegrationObject entry point. That function returns structures with a pointer to the ops structure. This is similar to how GDI objects are implemented. One could also export all the functi

Re: msi: Cast the total memory to an unsigned int to avoid overflow in machines with more than 2Gb of RAM [resend]

2006-06-15 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Is there anything wrong with this patch? I have a machine with 3gb of > ram and a lot of installers complain that I don't have enough memory. > 3gb should certainly satisfy a 32mb condition, but we return "-1303" > etc. The existing code should work

Re: [Bug 5409] ie6setup fails with "The download location information is damaged"

2006-06-15 Thread Francois Gouget
Bugzilla said: > ie6setup fails with "Yhe download location information is damaged" I have seen this problem recently and I can confirm that it also happens when trying to install IE6 on Windows 98. Here is what happens based on Ethereal traces and a good deal of patience. When you install IE

wined3d: declaration/FVF conversion test

2006-06-15 Thread Ivan Gyurdiev
Hi, I'm attaching test, which demonstrates incorrect behavior of SetFVF and SetVertexDeclaration. Windows converts one to the other and backwards (at least partially), and we do not such thing - this breaks at least 2 demos (dx9_hlsl_*) I'm posting it here, because: - I don't have Windows, and

Re: [WineD3D] fix bug 4872

2006-06-15 Thread Mike McCormack
Ivan Gyurdiev wrote: Seriously though - it's a major pain to read those emails, at least in Thunderbird - you have to download the attachment (since it isn't recognized as text), and open it up in an editor. Is there no way to fix this? I like to read all the d3d discussions, but it's a hassl

Re: [WineD3D] fix bug 4872

2006-06-15 Thread Ivan Gyurdiev
> No i only see two problems, and made by use of xemacs (as i have broken my kate install). If vi was used this never would have happened :) > PS: before many complains, my ISP webmail is buggy, sorry :) If POP3 was used, this never would have happened :) Seriously though - it's a major pain

Re: Re: [WineD3D] fix bug 4872

2006-06-15 Thread fenix
bin2Y5roGGW1h.bin Description: undefined