Re: Executing wine over make segfaults.

2006-11-05 Thread Pavel Troller
> This seems to be Wine-related problem (but not neccessary Wine bug) > because > everything else works fine with 2.6.18.1 kernel; I'm not alone who have > strange problems with Wine under 2.6.18 kernel. No, you are not. I've posted a very similar problem with wine & 2.6.18 a couple of

Re: select() on sockets considered harmful, use poll() instead?

2006-11-05 Thread Damjan Jovanovic
On 11/1/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: Juan Lang <[EMAIL PROTECTED]> writes: > Dan wrote: >> The suspect statements are: >> >> dinput/joystick_linux.c: if (1>select(This->joyfd+1,&readfds,... >> dinput/joystick_linuxinput.c: if (1>select(This->joyfd+1,&readfds,... >> icmp

Re: Executing wine over make segfaults.

2006-11-05 Thread L. Rahyen
> ...with same configuration under 2.6.18.1 kernel Wine doesn't work. > ... > I have errors like these ones when I try to launch something with Wine: > > fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling > work-around fixme:seh:check_no_exec No-exec fault triggered at 0x4

Re[2]: Linux with Wine is faster than windowsXP?

2006-11-05 Thread ErV
Sunday, November 5, 2006, 10:40:33 PM, Stefan wrote: > Am Sonntag 05 November 2006 19:46 schrieb Aaron Slunt: >> On 11/5/06, ErV <[EMAIL PROTECTED]> wrote: >> > Dmitry<[EMAIL PROTECTED]> wrote: >> > > Calculating PI is not a representative OS performance test at all, >> > > since it doesn't involv

Re: When will ie6 registry key be added?

2006-11-05 Thread Jacek Caban
Steven Edwards wrote: > On 11/5/06, *Stefan Dösinger* <[EMAIL PROTECTED] > > wrote: > > Will ie6 still install then? > AFAIR someone found that if we set minor version to less than the recent one, ie6 will install. I've never checked it. > > I wonder if we should add a

Re: When will ie6 registry key be added?

2006-11-05 Thread Stefan Dösinger
Am Sonntag 05 November 2006 20:44 schrieb Steven Edwards: > On 11/5/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Will ie6 still install then? > > I wonder if we should add a listbox to winecfg to set the Internet Explorer > version. This matter has come up often enough that there needs to be

Re: explorer: Build on Darwin versions prior to 8.0

2006-11-05 Thread Phil Krylov
Sorry guys, wrong list ;-) -- Ph.

explorer: Build on Darwin versions prior to 8.0

2006-11-05 Thread Phil Krylov
Hello, In Darwin versions prior to 8.0, the DiskArbitration framework was a private framework, that is, the headers were not included in SDK and the API was changing in every version. This patch fixes the build in these OS versions. -- Ph. diskarb.patch Description: Binary data

Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Andrew Talbot
Francois Gouget wrote: > Actually they are in recent PSDKs (for instance the Windows 2003 SP2 > PSDK). > > So this patch should not be applied. > Acknowledged with thanks to Dmitry and yourself. -- Andy.

Re: When will ie6 registry key be added?

2006-11-05 Thread Steven Edwards
On 11/5/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Will ie6 still install then?I wonder if we should add a listbox to winecfg to set the Internet Explorer version. This matter has come up often enough that there needs to be some way to set it and or toggle it for certain applications. I'm think

Re: When will ie6 registry key be added?

2006-11-05 Thread Stefan Dösinger
Am Samstag 04 November 2006 22:49 schrieb Frank Richter: > On 04.11.2006 19:35, Jaap Stolk wrote: > > On 11/4/06, Louis. Lenders <[EMAIL PROTECTED]> wrote: > >> Hi, subject says it: When will ie6 registry key be added? > > > > Adding registry keys will not fix all of these problems. Some > > instal

Re: Linux with Wine is faster than windowsXP?

2006-11-05 Thread Stefan Dösinger
Am Sonntag 05 November 2006 19:46 schrieb Aaron Slunt: > On 11/5/06, ErV <[EMAIL PROTECTED]> wrote: > > Dmitry<[EMAIL PROTECTED]> wrote: > > > Calculating PI is not a representative OS performance test at all, > > > since it doesn't involve actual OS facilities and mostly uses CPU math > > > power

Re: When will ie6 registry key be added?

2006-11-05 Thread Lei Zhang
It is in the wiki on http://wiki.winehq.org/UsefulRegistryKeys under HKLM. As it is a problems many users will run into, I think it should be mentioned in a more prominent location. It's actually kind of difficult to search for this registry key, so unless users know to look for it, they will prob

Re: Re[2]: Linux with Wine is faster than windowsXP?

2006-11-05 Thread Aaron Slunt
On 11/5/06, ErV <[EMAIL PROTECTED]> wrote: Dmitry<[EMAIL PROTECTED]> wrote:> Calculating PI is not a representative OS performance test at all, since> it doesn't involve actual OS facilities and mostly uses CPU math power > only.Well, I'm not talking about a performance. Since calculating PI is apu

Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Francois Gouget
On Sat, 4 Nov 2006, Andrew Talbot wrote: > The last formal argument of MCIWndCreate() is not const-qualified in the SDK. Actually they are in recent PSDKs (for instance the Windows 2003 SP2 PSDK). So this patch should not be applied. -- Francois Gouget <[EMAIL PROTECTED]> http://

Re[2]: Linux with Wine is faster than windowsXP?

2006-11-05 Thread ErV
Dmitry<[EMAIL PROTECTED]> wrote: > Calculating PI is not a representative OS performance test at all, since > it doesn't involve actual OS facilities and mostly uses CPU math power > only. Well, I'm not talking about a performance. Since calculating PI is a pure CPU-related task, results must be s

Re: msvfw32: Cast-qual warning fix

2006-11-05 Thread Andrew Talbot
Dmitry Timoshkov wrote: > "Andrew Talbot" <[EMAIL PROTECTED]> wrote: > >> The last formal argument of MCIWndCreate() is not const-qualified in the >> SDK. > > It is in my version of the PSDK headers, but it is not in the PSDK docs. > Not having access to any version of the SDK, my only source

Re: Cast-qual warning fix

2006-11-05 Thread Andrew Talbot
Dmitry Timoshkov wrote: > "Andrew Talbot" <[EMAIL PROTECTED]> wrote: > >> -typedef void *MSIITERHANDLE; >> +typedef void*MSIITERHANDLE; >> +typedef const void *MSICITERHANDLE; > > Personally I don't like MSICITERHANDLE typedef at all. It' not obvious > that 'C' in the name marks constne

Re: Linux with Wine is faster than windowsXP?

2006-11-05 Thread Dmitry Timoshkov
"ErV" <[EMAIL PROTECTED]> wrote: I've got a computer with two OS'es installed - ASPLinux11 and WindowsXP SP2. I've tested recently a super_pi mod 1.4(pi caltulation) on both operating systems (I've used same Win32 binary file) . It looks like it works faster under Linux, while it crashes under

Linux with Wine is faster than windowsXP?

2006-11-05 Thread ErV
Hello. I've got a computer with two OS'es installed - ASPLinux11 and WindowsXP SP2. I've tested recently a super_pi mod 1.4(pi caltulation) on both operating systems (I've used same Win32 binary file) . It looks like it works faster under Linux, while it crashes under windowsXP at certain conditi