exec-shield patch 7

2004-05-24 Thread Mike McCormack
Description: This patch allows platforms using exec-shield patch against the Linux kernel (eg. Fedora Core) to run Wine without disabling exec-shield. License: LGPL Changes in version 7: * fix bug that caused crash when CreateProcess was called * update to work with the new functions for reserv

Re: Resend - Unitialised EDITSTATE

2004-05-24 Thread Alexandre Julliard
jeffl <[EMAIL PROTECTED]> writes: > People, when trying to run DebugApiSpy.exe in encounter a divide by > zero. It seems there is a circumstance where the EDITSTATE block can be > unitialised. I have not found this yet and I am not sure how to track > it down. This patch fixes the instance where

Re: additional download for winehq download page

2004-05-24 Thread Ivan
> This may be a fine thing to do for another project, but this is > not a Wine thing, sorry. OK, but at least the vb runtime and the win installer should be there. Nobody is implementing, or, AFAIK, planning to implement these parts of windows at the moment, and without them many programs simply ha

Re: Calendars

2004-05-24 Thread Shachar Shemesh
Joshua Walker wrote: Japanese also use a different system to indicate the year. They use the year of the emperor. For example today's year is 14 Heisei (The current emperor has been in power scense 1990.) When Emperor Hirohito died in 1989, Japanese programmers had to reprogram thier computers to

Re: additional download for winehq download page

2004-05-24 Thread Dimitrie O. Paun
On Mon, May 24, 2004 at 08:50:17PM +0100, Ivan wrote: > This patch adds lots of download to the winehq download page. Sending only to > wine-devel for now, as I'm not sure they are all needed, but they could all be > useful in some situation or another. Comment welcome. I must say I do not agree w

Re: additional download for winehq download page

2004-05-24 Thread Ivan
> The link to the images is broken, it is winedows.gif when it should be > windows.gif. Yes, I've just noticed that. Ivan.

Re: additional download for winehq download page

2004-05-24 Thread Vincent Béron
Le lun 24/05/2004 à 15:50, Ivan a écrit : > This patch adds lots of download to the winehq download page. Sending only to > wine-devel for now, as I'm not sure they are all needed, but they could all be > useful in some situation or another. Comment welcome. > > Ivan. > > p.s. Maybe we should hav

additional download for winehq download page

2004-05-24 Thread Ivan
This patch adds lots of download to the winehq download page. Sending only to wine-devel for now, as I'm not sure they are all needed, but they could all be useful in some situation or another. Comment welcome. Ivan. p.s. Maybe we should have a download page just for m$ components? patch129.diff

Re: Check that at least one drive is defined on startup

2004-05-24 Thread Mike Hearn
On Mon, 2004-05-24 at 12:19 -0700, Alexandre Julliard wrote: > That's a different problem. The Drives key is only used to override > the autodetected drive types, so it shouldn't matter if it's > missing. The drive symlinks themselves are obviously more important, Ah, sorry, I hadn't kept up with

Re: Check that at least one drive is defined on startup

2004-05-24 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > On Mon, 2004-05-24 at 11:16 -0700, Alexandre Julliard wrote: >> There is no need to define the Drives registry key, everything should >> work fine without it. If something doesn't, that's a bug. > > Are there really many programs that will work in the absen

Re: Check that at least one drive is defined on startup

2004-05-24 Thread Mike Hearn
On Mon, 2004-05-24 at 11:16 -0700, Alexandre Julliard wrote: > There is no need to define the Drives registry key, everything should > work fine without it. If something doesn't, that's a bug. Are there really many programs that will work in the absence of the (virtual) hard disk? The thing that

Re: General serial communications issues

2004-05-24 Thread Scott W Gifford
"David Purucker" <[EMAIL PROTECTED]> writes: > Hello, > > I have tried several terminal programs (Hyperterm and TeraTerm) under > several builds of > Wine including Wine-20040505 and they seem to have the same generic problem. We are using serial ports under Wine for a current project, and they

Re: Check that at least one drive is defined on startup

2004-05-24 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Mike Hearn <[EMAIL PROTECTED]> > Add a check to process_init() to ensure at least one drive is defined, > as things break if that isn't the case. There is no need to define the Drives registry key, everything should work fine without it. If something doesn

Re: Fix elf_read_wine_loader_dbg_info() declaration for the !__ELF__ case

2004-05-24 Thread Eric Pouech
-unsigned long elf_read_wine_loader_dbg_info(struct process* pcs) +BOOL elf_read_wine_loader_dbg_info(struct process* pcs) { return -1; } we should return FALSE too

General serial communications issues

2004-05-24 Thread David Purucker
Hello, I have tried several terminal programs (Hyperterm and TeraTerm) under several builds of Wine including Wine-20040505 and they seem to have the same generic problem. They all exhibit the same situation, DATA seems to go OUT, but never seems to come IN. Several other people have experienced

Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: Robert Reif wrote: [...] The corresponding Microsoft test takes hours to complete. What is this 'corresponding Microsoft test'? Do you mean that this test takes hours to complete on Windows? If that's the case it would be a sign that the test is buggy. In any case I don't

Re: Split the dsound test

2004-05-24 Thread Francois Gouget
Robert Reif wrote: [...] The corresponding Microsoft test takes hours to complete. What is this 'corresponding Microsoft test'? Do you mean that this test takes hours to complete on Windows? If that's the case it would be a sign that the test is buggy. In any case I don't see the point of having

Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: You will notice the following problems: * the test takes awfully long (>6 minutes here). It loops through the known formats and for each of them it plays, in turn, the regular test, a test through a duplicated buffer, with a listener, etc. * as a result of the above, a us

Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: + +#define NB_FORMATS 24 +extern const unsigned int formats[NB_FORMATS][3]; + Please don't do this. It is desirable to be able to add or comment out formats easily when using this test as a debugging and development tool.

Re: Calendars

2004-05-24 Thread Joshua Walker
Japanese also use a different system to indicate the year. They use the year of the emperor. For example today's year is 14 Heisei (The current emperor has been in power scense 1990.) When Emperor Hirohito died in 1989, Japanese programmers had to reprogram thier computers to deal with the new "ye