rpcrt4 questions

2006-09-14 Thread Damjan Jovanovic
1. I was surprised to discover DCE RPCs (as opposed to DCOM) from wine to Windows do work. Is this documented anywhere? 2. Is there any reason why rpc_transport.c uses native sockets instead of winsock? 3. Would a patch to fix (2) be welcome? With a few more changes, it would also allow an RPC se

Re: wine 0.9.21 - World of warcraft appears to be broken on ATI hardware ? crashes with Blizzard critical error

2006-09-14 Thread Nick Law
Vitaliy Margolen wrote: Nick Law wrote: I'm having the same problems with 0.9.21 here, World of Warcraft is broken, no longer runs at all on ATI hardware, (confirmed on two separate systems running with ATO 9550. (maybe ok on Nvidia hardware although not tried it myself). Nick pleas

Re: TRY 2: Socket resets randomly

2006-09-14 Thread Vitaliy Margolen
Ryan Miller wrote: > ws2_32: Fixed bug with sockets randomly resetting due to GetLastError being > reset by setsockopt in Windows, but not in Wine. Also included is the > associated test. > > +SetLastError(1); Please use more accepted value of 0xdeadbeef Vitaliy

wine 0.9.21 - World of warcraft appears to be broken on ATI hardware ? crashes with Blizzard critical error

2006-09-14 Thread Nick Law
I'm having the same problems with 0.9.21 here, World of Warcraft is broken, no longer runs at all on ATI hardware, (confirmed on two separate systems running with ATO 9550. (maybe ok on Nvidia hardware although not tried it myself). Upon trying to start WoW, a Blizzard dialog box appears whic

Re: wine-0.9.21 - World of Warcraft appears to be broken on ATI hardware ? Crashes with critical error

2006-09-14 Thread Nick Law
I'm having the same problems with 0.9.21 here, World of Warcraft is broken, no longer runs at all on ATI hardware, (confirmed on two separate systems running with ATO 9550. (maybe ok on Nvidia hardware although not tried it myself). Upon trying to start WoW, a Blizzard dialog box appears whic

Re: winex11.drv: cleanup better in X11DRV_WineGL_InitOpenglInfo

2006-09-14 Thread Jesse Allen
On 9/14/06, Phil Costin <[EMAIL PROTECTED]> wrote: This patch fixes many games for me, what is the reason it was not applied? Regards Phil Costin I don't know myself either. I was just going to wait. I want to add a little more to say about it. It's funny that the patch was only meant to a

Re: WM_*UISTATE message implementation in wine

2006-09-14 Thread Vijay Kiran Kamuju
I forgot add the msdn link about WM_*UISTATE, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardaccelerators/aboutkeyboardaccelerators.asp On 9/14/06, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: Hi, Has wine an implementation f

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-14 Thread Kai Blin
On Thursday 14 September 2006 13:33, Hans Leidekker wrote: > On Thursday 14 September 2006 11:13, Kai Blin wrote: > > MD4_CTX and MD5_CTX have the same elements, declare them in the same > > order. > > Tell Microsoft about it ;-) Your patch breaks the md5 test on Windows > because it depends on the

WM_*UISTATE message implementation in wine

2006-09-14 Thread Vijay Kiran Kamuju
Hi, Has wine an implementation for WM_*UISTATE messages? Can anybody tell me where should it be implemented and how it should be implemented. Does it involve complex coding? Thanks, VJ

Re: [PATCH] PATCH: kernel 2.6 in README.de

2006-09-14 Thread Marcus Meissner
On Wed, Sep 13, 2006 at 07:47:31PM +0200, Kai Blin wrote: > On Wednesday 13 September 2006 14:49, Marcus Meissner wrote: > > > A few of the emails you've sent to the wine-patches mailing list > > > lately have not had 'To:' headers. Many people have their mail clients > > > configured to filter ema

Re: [PATCH] PATCH: kernel 2.6 in README.de

2006-09-14 Thread Kai Blin
On Wednesday 13 September 2006 14:49, Marcus Meissner wrote: > > A few of the emails you've sent to the wine-patches mailing list > > lately have not had 'To:' headers. Many people have their mail clients > > configured to filter emails into folders based on 'To:' fields, so it > > would be great i

[PATCH] Also show 24bit modes as supported, but still handle them like 32bit later

2006-09-14 Thread Christoph Frick
hi would someone please comment on that patch? this is a nearly unchanged version of my previous attempt - but this time against current git. --- dlls/winex11.drv/settings.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dlls/winex11.drv/settings.c b/dlls/winex1

MSI : GetInstallDriver, Can not find InstallDriver in ROT table, Return Code = 0x800401e3

2006-09-14 Thread wino
Hi, I have a refractory (faulty ?) MSI to deal with . I ran an msi based installer for autosketch today and it all went very well. Thanks for the current progress on MSI. Greatly cheered by this news I returned to one that I have never got to work since trying with 0.9.8 . I always thought

Re: LOSTWAGES: Update the bus information for WineConf

2006-09-14 Thread Eric Pouech
Hi Rob,   any news about how to get the keys for the room at Reading U ? haven't seen nothing about it ? TIA  2006/9/14, Robert Shearman <[EMAIL PROTECTED]>: ChangeLog:Update the bus information for WineConf.--Rob ShearmanIndex: templates/en/wineconf/travel.template

Note and patch about strange UDP packets

2006-09-14 Thread Florian Echtler
Hi everybody, we are using a certain tracking software from Advanced Realtime Tracking. This is a windows software, but we decided yesterday that it would be more flexible to be able to use it under Linux, too, so I gave it a try with Wine. As this software communicates with customized (expensive

Re: *RESEND* wininet: Make CheckInternetConnection behave like Windows does

2006-09-14 Thread Daniel Skorka
On Thu, Sep 14, 2006 at 02:34:51PM +0200, Hans Leidekker wrote: > Like Mike McCormack suggested in the bug report, UNIX connect() does > not deal with a proxy. It would be nice if you could confirm that > CheckInternetConnection on Windows ignores a configured proxy, > especially since you seem to

Re: *RESEND* wininet: Make CheckInternetConnection behave like Windows does

2006-09-14 Thread Hans Leidekker
On Thursday 14 September 2006 14:07, Daniel Skorka wrote: > The function CheckInternetConnection in dlls/wininet/internet.c is too > naive ATM; it just sends a ping to the specified host. Like Mike McCormack suggested in the bug report, UNIX connect() does not deal with a proxy. It would be nice

Re: usp10: Match output of WinXP for ScriptGetProperties.

2006-09-14 Thread Hans Leidekker
On Thursday 14 September 2006 13:27, Jeff Latimer wrote: > Hans, what is the status of this patch? Looks pretty comprehensive but > is unapplied. Are you going pursue it? If I knew why it was ignored, I would. Alexandre? -Hans

Re: advapi32, msi, rsaenh: MD4_CTX and MD5_CTX have the same elements, declare them in the same order.

2006-09-14 Thread Hans Leidekker
On Thursday 14 September 2006 11:13, Kai Blin wrote: > MD4_CTX and MD5_CTX have the same elements, declare them in the same order. Tell Microsoft about it ;-) Your patch breaks the md5 test on Windows because it depends on the struct layout: crypt_md5.c:90: Test failed: invalid initialization cr

Re: usp10: Match output of WinXP for ScriptGetProperties.

2006-09-14 Thread Jeff Latimer
Hans Leidekker wrote: -Hans Changelog Match output of WinXP for ScriptGetProperties. Add a test for ScriptGetProperties. +static const SCRIPT_PROPERTIES script_0 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; +static const SCRIPT_PROPERTIES script_1 = { 0, 0, 0, 0, 0, 0, 0,

Troubles using current wine (wine-0.9.21)

2006-09-14 Thread Louis. Lenders
Hi, i'm having lots of troubles running games with current git. First of all i get these messages running every application i try:"err:wgl:has_opengl  glx_version as 1.3 and GLX_SGIX_fbconfig extension is unsupported. Expect problems."Is it really that bad to not have glx_version 1.3? I have Ati ra