Re: Steam Winsock regression

2005-12-18 Thread James Liggett
On Mon, 2005-12-19 at 07:56 +0100, Marcus Meissner wrote: > On Sun, Dec 18, 2005 at 10:35:34PM -0800, James Liggett wrote: > > Hi, > > For a while now I've been noticing a very bad regression in winsock with > > steam. If I try to view information about a server using the "View game > > info comman

Re: Steam Winsock regression

2005-12-18 Thread Marcus Meissner
On Sun, Dec 18, 2005 at 10:35:34PM -0800, James Liggett wrote: > Hi, > For a while now I've been noticing a very bad regression in winsock with > steam. If I try to view information about a server using the "View game > info command," my Internet connection fails completely. Not only that, > but so

Steam Winsock regression

2005-12-18 Thread James Liggett
Hi, For a while now I've been noticing a very bad regression in winsock with steam. If I try to view information about a server using the "View game info command," my Internet connection fails completely. Not only that, but sometimes *all* of the machines on my network (both WinXP and Linux) lose t

Re: Outreach to windows ISVs

2005-12-18 Thread Dan Kegel
On 12/14/05, Francois Gouget <[EMAIL PROTECTED]> wrote: > >http://kegel.com/wine/isv/ > > > Wine is fully commercially supported. You or your customers can > > purchase yearly per-seat support contracts from Codeweavers or > > other companies if you need it. > > While that's quite correct an

Re: vbrun60sp6.exe doesn't work in Wine

2005-12-18 Thread Dan Kegel
On 12/18/05, Dan Kegel <[EMAIL PROTECTED]> wrote: > Wine-0.9.3 can install vbrun60sp5.exe and earlier just fine, > but for some reason vbrun6sp6.exe silently exits without > installing anything. Anyone know why? You can download it > from http://support.microsoft.com/default.aspx?scid=kb;en-us;2

vbrun60sp6.exe doesn't work in Wine

2005-12-18 Thread Dan Kegel
Wine-0.9.3 can install vbrun60sp5.exe and earlier just fine, but for some reason vbrun6sp6.exe silently exits without installing anything. Anyone know why? You can download it from http://support.microsoft.com/default.aspx?scid=kb;en-us;290887 -- Wine for Windows ISVs: http://kegel.com/wine/isv

ReactOS has game I see......

2005-12-18 Thread Tom Wickline
Hello, http://vogons.zetafleet.com/viewtopic.php?t=10750 :D Cheers, Tom

Switching from INI-Files (win9x) to Registry (NT)?

2005-12-18 Thread Detlef Riekenberg
Hi. With NT, Windows did a Switch from INI-Files to the Registry and use "IniFileMapping" for compatibility with win9x-Apps. (see http://bugs.winehq.org/show_bug.cgi?id=4096) Wine is using both Methods when settings are changed (more code), and this introduce bugs if a Setting-Target is missing:

Re: ntdll: Implement few Dbg* functions.

2005-12-18 Thread Vitaliy Margolen
Sunday, December 18, 2005, 2:06:55 PM, Eric Pouech wrote: >> The problem here is that we need handle to the debug object which we >> don't have and don't have. And I haven't found how to get a handle to it >> either. > NtCreateDebugObject > we already have a context object (for debugger) in server,

Re: ntdll: Implement few Dbg* functions.

2005-12-18 Thread Eric Pouech
The problem here is that we need handle to the debug object which we don't have and don't have. And I haven't found how to get a handle to it either. NtCreateDebugObject we already have a context object (for debugger) in server, it shouldn't be too hard to implement it that way. A+ -- Eric Pou

Re: ntdll: Implement few Dbg* functions.

2005-12-18 Thread Vitaliy Margolen
Sunday, December 18, 2005, 1:04:33 PM, Eric Pouech wrote: > Vitaliy Margolen wrote: >> ChangeLog: >> ntdll: Implement few Dbg* functions. >> kernel32: Use new Dbg* functions instead of server calls. >> +status = DbgUiDebugActiveProcess( hProc ); >> +status = DbgUiStopDebugging( hPro

Re: ntdll: Implement few Dbg* functions.

2005-12-18 Thread Eric Pouech
Vitaliy Margolen wrote: ChangeLog: ntdll: Implement few Dbg* functions. kernel32: Use new Dbg* functions instead of server calls. +status = DbgUiDebugActiveProcess( hProc ); +status = DbgUiStopDebugging( hProc ); -if (self) DbgBreakPoint(); I wonder if we shouldn't use NtDbgAc

Re: Alexandre Julliard : Take advantage of the __EXCEPT_PAGE_FAULT macro.

2005-12-18 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > The idea is that the ole_filter will catch all exceptions other than > page faults so that we don't hide obvious programmer errors. However, > there obviously should be cases for some other exceptions that we don't > want to handle. That doesn't so

Re: Create new mailing list wine-isv?

2005-12-18 Thread Dan Kegel
On 12/13/05, Dan Kegel <[EMAIL PROTECTED]> wrote: > So I've been thinking about how to attract more Windows ISVs > to test, support, and promote their apps on Linux with Wine. >... > I've made a start at the documentation (http://kegel.com/wine/isv) ... > How about we create a new mailing list, win

Re: Create new mailing list wine-isv?

2005-12-18 Thread Robert Shearman
Peter Beutner wrote: Michael Jung schrieb: On Friday 16 December 2005 10:49, Peter Beutner wrote: Wine is _not_ just a different toolkit. Just look at all the "nasty" stuff wine has to do to emulate the windows process environment. I guess in the long term a project like wine, if success

Re: WLDAP32: link to the reentrant version of libldap

2005-12-18 Thread Hans Leidekker
On Sunday 18 December 2005 15:13, Robert Reif wrote: > Adding this fixes it for me but you may need to check for > ldap_parse_reference also. Yes, strictly speaking we should check all 4 reference handling functions that are absent from your libldap_r, but I'd rather keep the configure checks to

Re: WLDAP32: link to the reentrant version of libldap

2005-12-18 Thread Robert Reif
Hans Leidekker wrote: On Thursday 15 December 2005 01:52, Robert Reif wrote: This patch breaks builds on RH9 and appears to be responsible for the build breakage on http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php nm shows that the symbols are in libldap.so but not libldap_

Re: Alexandre Julliard : Take advantage of the __EXCEPT_PAGE_FAULT macro.

2005-12-18 Thread Robert Shearman
Alexandre Julliard wrote: Module: wine Branch: refs/heads/master Commit: ae964ac801b3077f5361559abd6645d21fc35d1f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ae964ac801b3077f5361559abd6645d21fc35d1f Author: Alexandre Julliard <[EMAIL PROTECTED]> Date: Fri Dec 16 17:17:57 2005