Re: Status of TAPI

2004-04-07 Thread Rein Klazes
On Wed, 07 Apr 2004 21:48:58 +0200, you wrote: > > 1) that modems are kind of old technology, so the incentive to implement > > it is rapidly disappearing > > 2) most of the interface that TAPI provides (dialing modems, and > > starting ppp) needs to be implemented natively anyway. > > This (dutc

Re: MSYS's sh.exe has trouble reading from stdin on Wine?

2004-04-07 Thread Pouech Eric DMI AEI CAEN
> wine --debugmsg +all -- sh.exe - does wineconsole -- sh.exe - work ? I fear it's the same old pb of not mapping win32 console semantics on standard unix files without winconsole (anyway, check for the CreateFile which returns 0x, likely on $CONIN) A+

MSYS's sh.exe has trouble reading from stdin on Wine?

2004-04-07 Thread Dan Kegel
Someone's having trouble building my crosstool on msys, so I tried installing msys on my Wine (a home-built 20040213). (This is slightly less crazy than installing Cygwin, I think, but it's still a pretty hard test, I bet.) The installer http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download ran

Re: abnt2 keyboard

2004-04-07 Thread Dmitry Timoshkov
"Rafael аvila de EspМndola" <[EMAIL PROTECTED]> wrote: > The attached patch fixes the problem that wine has with the abnt2 (Brazilian) > keyboard. The problem was recently discussed in wine-devel. If you still can't provide more arguments as on wine-devel I don't see a reason why the patch can be

[Fwd: DSD_CreateSecondaryBuffer]

2004-04-07 Thread Robert Reif
sorry, wrong reply button again. --- Begin Message --- I'm still working on it. I have had it working under very limited circumstances but don't have a complete solution ready yet. I'm also still working on getting mmaped capture working. Same issues as playback. I'm Daniel Skorka wrote: > Hi,

DSD_CreateSecondaryBuffer

2004-04-07 Thread Daniel Skorka
Hi, said function is a stub in Wine-20040309. Is anyone working on implementing it? If not, any pointers on doing so, especially on how this fuction differs from DSD_CreatePrimaryBuffer? Thanks, Daniel Skorka

Re: Regression

2004-04-07 Thread Henk Poley
Ivan Leo Murray-Smith wrote: > This patch > http://www.winehq.com/hypermail/wine-cvs/2004/03/0434.html > breaks the decompression system used by lots of microsoft software, a > screenshot is attached. > This breaks the installer of the word 97 viewer, and probably of > all office viewers, Tried t

Re: Status of TAPI

2004-04-07 Thread Henk Poley
Mike McCormack wrote: > Andreas Rosenberg wrote: >> Hi guys! >> >> I'd like to run a TAPI based application in Wine (updated from CVS >> today). > > What does your TAPI based application do? Does it need (or provide?) > access to some kind of hardware? If it's not a standard piece of > hardware

Re: Installer crash

2004-04-07 Thread André Johansen
* Mike Hearn (Wed, 07 Apr 2004 22:37:57 +0100) wrote: | On Wed, 07 Apr 2004 22:07:04 +0200, Andrà Johansen wrote: | > This is on Fedora Core 1/i386, with exec-shield turned off. | | Try reversing prelink as well. I di put the --no-exec-shield flag in /etc/sysconfig/prelink, and ran "prelink -au"

Re: Installer crash

2004-04-07 Thread Mike Hearn
On Wed, 07 Apr 2004 22:07:04 +0200, André Johansen wrote: > This is on Fedora Core 1/i386, with exec-shield turned off. Try reversing prelink as well.

Re: Game support

2004-04-07 Thread Lionel Ulmer
On Wed, Apr 07, 2004 at 10:09:30AM +0100, James Perry wrote: > OK, thanks for the suggestions. It's online now at > > http://www.epcc.ed.ac.uk/~jamesp/gltrace.txt.bz2 >From what I can see, the culprit would be this : trace:opengl:X11DRV_SwapBuffers (0x403d55e0) trace:opengl:wglMakeCurrent ((nil)

Installer crash

2004-04-07 Thread André Johansen
When trying to install the game Zoo Tycoon, today's CVS checkout of Wine crashes with the following output: [EMAIL PROTECTED] cdrom]$ nice wine ./setup err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report err:wave:OSS_WaveOutInit /dev/mixer1: No such device err:w

Re: Documentation: Clarified need for conformance tests.

2004-04-07 Thread Francois Gouget
On Wed, 7 Apr 2004, Michael Jacobsen wrote: > Hi there. This is my first go at submitting a patch. Let's see if it works. It needs a small s/avalible/available/ and it would be nice to follow the 2-space indentation used in the rest of the doc. Besides that it looks good. Thanks for your contrib

article

2004-04-07 Thread Pouech Eric DMI AEI CAEN
read on from lwn.net http://www-106.ibm.com/developerworks/linux/library/l-wine/?ca=dgr-lnxw04FineWine

Re: Status of TAPI

2004-04-07 Thread Mike McCormack
Andreas Rosenberg wrote: Hi guys! I'd like to run a TAPI based application in Wine (updated from CVS today). What does your TAPI based application do? Does it need (or provide?) access to some kind of hardware? If it's not a standard piece of hardware, you may need to find a Linux device dri

Re: Virus on wine-patches@winehq.org

2004-04-07 Thread Shachar Shemesh
Vincent Béron wrote: Also, I'd like to take this time to thank Duane for his hard work as lists moderator. Without him either we'd get a lot more of those mails, or we'd need to block non-registered people. Vincent Not trying to say that our moderators are not doing a splendid work, but why no

Re: development speed

2004-04-07 Thread Jeremy Newman
http://www.winehq.org/webalizer/ On Wed, 2004-04-07 at 03:22, Ivan Leo Murray-Smith wrote: > > The website stats are interesting too: > Are these available somewhere? > > Ivan. -- Jeremy Newman <[EMAIL PROTECTED]> CodeWeavers, Inc.

arch tip #1

2004-04-07 Thread Mike Hearn
At Dimis request, I've added a new script to the root of the gateway tree. The genpatch program takes a series of patch ids as parameters and can generate and send an email to wine-patches with the combined diff of all the given commits. For example: let's say you are working on a feature. You do

Re: wine/ include/config.h.in dlls/x11drv/xrandr.c ...

2004-04-07 Thread Mike Hearn
On Tue, 06 Apr 2004 22:57:36 -0500, Alexandre Julliard wrote: > Log message: > Mike McCormack <[EMAIL PROTECTED]> > Load the XRandR extension dynamically (with help from Alex Pasadyn). Are we sure this is a good idea? Dynamic version of the X extension libraries are not available on ev

Re: Window management thoughts

2004-04-07 Thread Mike Hearn
On Tue, 06 Apr 2004 18:47:07 +0200, Henk Poley wrote: > Do you have any list of WM that would likely be put on such a "WM > blacklist"? Maybe that makes it easier to decide what to do. For example if > either Gnome, KDE, XFCE or blackbox would be on that list it might be > better to ask the WM proj

Re: Re: wineserver: correctly free the debug ctx

2004-04-07 Thread Pouech Eric DMI AEI CAEN
> It seems to me this will cause the context to never be freed. I don't> understand the problem with multiple processes, the context is bound> to the debugger thread so it shouldn't make any difference how many> processes are being debugged. Could you please give more details on> the problem?well,

Re: Game support

2004-04-07 Thread James Perry
Sorry, meant to send this to the list first time around... >> But I narrowed it down to 3 Wine calls in the >> critical loop: SetEvent, WaitForSingleObject and ResetEvent. >> I tried wrapping each of these functions with >> __asm__("pushfl\n"); at the start and __asm__("popfl\n"); at >> the end to

Re: Game support

2004-04-07 Thread James Perry
Lionel Ulmer wrote: I did the +opengl trace, but it comes to about 16MB! Is there something specific you are looking for that I could grep for? As Mike said, Wine traces compress REALLY well with gzip or bzip2. After, once it gets into a manageable state, you could either upload it somewhere for

Re: development speed

2004-04-07 Thread Ivan Leo Murray-Smith
> The website stats are interesting too: Are these available somewhere? Ivan.