Re: Revert "mshtml: Return wine: URI for protocols handled by MSHTML."

2007-09-28 Thread Vitaliy Margolen
Jacek Caban wrote: > Vitaliy Margolen wrote: >> I do not know what author wanted to archive here. But what he did >> archive is broken Wine and all other programs that use their own >> "protocol:". >> >> This reverts commit 718b771f2a57d0c762d24c6ef62f070eb3647e8a. >> >> mshtml: Revert commit that

Re: Revert "mshtml: Return wine: URI for protocols handled by MSHTML."

2007-09-28 Thread Jacek Caban
Vitaliy Margolen wrote: > I do not know what author wanted to archive here. But what he did > archive is broken Wine and all other programs that use their own > "protocol:". > > This reverts commit 718b771f2a57d0c762d24c6ef62f070eb3647e8a. > > mshtml: Revert commit that broke steam and most other a

Re: DInput mouse - where to go from here?

2007-09-28 Thread Kuba Ober
On Thursday 27 September 2007, Vitaliy Margolen wrote: > Stefan Dösinger wrote: > > 1) Multiple Mice. If there are 2 mouse devices, the X server manages them > > and combines them to one core pointer. These configurations are pretty > > common, for example on laptops with touchpad + usb mouse. > >

Re: AntiAliasing for Source Based games

2007-09-28 Thread Stefan Dösinger
Am Freitag, 28. September 2007 07:20:19 schrieb [EMAIL PROTECTED]: > Hi everyone, > > I'm exceptionally new to posting messages on mailing lists (ie its my first > time) so please forgive me in advance if I've done something wrong! I found nothing to complain :-) > My question for the wine develo

Re: AntiAliasing for Source Based games

2007-09-28 Thread Roderick Colenbrander
> Hi, > > > I would consider learning C etc myself to try and get this functionality > (I > > learned Java as part of my degree) up and running, but sadly I probably > > don't have the skills to contribute. > > AA under linux is not app-dependant afaik. It's driver dependant, so > you'll > have

RE: iTunes 7.4.2 doesn't even install for me

2007-09-28 Thread Rolf Kalbermatter
Juan Lang wrote: >> L"C:\\windows\\System32\\Drivers\\GEARAspiWDM.sys" (native) at >> 0x46 trace:module:process_attach (L"GEARAspiWDM.sys",(nil)) - >> START trace:module:MODULE_InitDLL (0x46 >> L"GEARAspiWDM.sys",PROCESS_ATTACH,(nil)) - CALL >> trace:seh:raise_exception code=c005 f

Re: AntiAliasing for Source Based games

2007-09-28 Thread Wojciech 'arab' Arabczyk
Hi, > I would consider learning C etc myself to try and get this functionality (I > learned Java as part of my degree) up and running, but sadly I probably > don't have the skills to contribute. AA under linux is not app-dependant afaik. It's driver dependant, so you'll have to setup your graphi

Re: I need help, please

2007-09-28 Thread Robert Shearman
David Outteridge wrote: > Thank you for the reply, Dan, a reply is appreciated. > > I must write that I am surprised by this response - your website seems > to be asking for help at all levels. I am not quite convinced that > months of work is needed (mainly because corelDRAW version 11 works);

Re: I need help, please

2007-09-28 Thread Reece Dunn
On 28/09/2007, David Outteridge <[EMAIL PROTECTED]> wrote: > Thank you for the reply, Dan, a reply is appreciated. > > I must write that I am surprised by this response - your website seems > to be asking for help at all levels. Help *is* needed at all levels. Wine needs testers to test their fav

Re: Wine gets exposed in Norway :)

2007-09-28 Thread Tomas Zijdemans
> Please note that this is a secret website, so we Norwegians cannot send the > website address to the list. :) > > > Alexander N. Sørnes > I get the satire... Here: http://www.hardware.no/ :)

AntiAliasing for Source Based games

2007-09-28 Thread christine . youngson
Hi everyone, I'm exceptionally new to posting messages on mailing lists (ie its my first time) so please forgive me in advance if I've done something wrong! My question for the wine developers is, why is Anti Aliasing not supported for Source based games? I play Day of Defeat Source everyday,

Re: I need help, please

2007-09-28 Thread Carl-Daniel Hailfinger
Hi David, On 28.09.2007 17:28, David Outteridge wrote: > Thank you for the reply, Dan, a reply is appreciated. > > I must write that I am surprised by this response - your website seems > to be asking for help at all levels. I am not quite convinced that Yes, any help is appreciated and you c

Re: I need help, please

2007-09-28 Thread David Outteridge
Thank you for the reply, Dan, a reply is appreciated. I must write that I am surprised by this response - your website seems to be asking for help at all levels. I am not quite convinced that months of work is needed (mainly because corelDRAW version 11 works); but maybe you know something I do

Re: address space layout

2007-09-28 Thread Alexandre Julliard
Tijl Coosemans <[EMAIL PROTECTED]> writes: > It appears that the only solution is to locate wine somewhere after > 0x8000 instead of at 0x7bf0 and to allow mmap to allocate > memory there. Then the data segment size limit can be set to 256Mb or > something instead of 32Mb. The problem is t

Re: msvcrt: move error condition before memory allocation (found by Smatch) [1/3, resend]

2007-09-28 Thread Alexandre Julliard
Lionel_Debroux <[EMAIL PROTECTED]> writes: > _wfullpath leaks some heap memory in an error paths. Found in Michael > Stefaniuc's list of Wine potential bugs detected by Smatch. > Fixed by moving the error treatment before the allocation, since the > error treatment doesn't fire up if there was a m