On Wed, 22 May 2002, [iso-8859-1] Sylvain Petreolle wrote:
Sorry for the delay in replying ..
No problem. Time is gold.
True :)
What happens for other Window versions (e.g. win95 and win2k)?
Not tested for the moment. I only tested without options (fails) and with an alias to wine : alias wine='wine --winver=winme'. That solves some issues due to child process version misleading.
Ah!
I think this might be the culprit. The runtest program builds the (unix) command up from various pieces. It will exec wine via its absolute path, but takes no account of any shell aliases -- or at least it didn't for me.
To check, try adding the simple attached patch, and rerun the tests. If don't see any "*** forcing wine version to be winme" lines, then wine will default to some kind of lowest common denominator, depending on what DLLs are linked.
On my machine/configuration, that's win95.
Cheers,
---- Paul Millar