dinput: Regression since commit 233cd46a22d9c53e8a7a7306a88756cb78ada47a

2007-07-23 Thread Maxime Bellengé
Hi, For a couple of days now, I have two mouse cursors in the game Ankh, the one from the game and the one from X. I have done a git bisect and found that the following patch is responsible for that. I hope it will help dinput developers and especially Vitaliy. Maxime 233cd46a22d9c53e8a7a7306a8

Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-23 Thread Stefan Dösinger
Am Montag, 23. Juli 2007 18:09 schrieb Christian Pradelli: > > Should we maybe provide updates for previous wine versions in the case > > of serious regressions like this one? > > I think that yes. This kind of bugs are very difficult to detect, so may be > some people upgrade to a newer version be

Re: Direct3D Game test framework

2007-07-23 Thread Stefan Dösinger
Am Montag, 23. Juli 2007 15:16 schrieb martin pilka: > Hello Stefan! > > > If the pages are important I can go to Vienna and boot the server, but it > > would be a 6 hour travel just to press a power button. > > Not really important, I just wanted to have closer look what values you put > into your

Re: Another report of infection. Time to integrate antivirus support?

2007-07-23 Thread Jan Zerebecki
On Mon, Jul 23, 2007 at 07:00:11AM -0700, Dan Kegel wrote: > Stories like this > http://blahblahblahblag.blogspot.com/2007/07/good-reason-to-have-antivirus-on-your.html > make me think we really need to get that integrated. It might also be useful to have a guide on how to use SELinux to confine a

Re: cmd:batch: Check for a context is added

2007-07-23 Thread Ann & Jason Edmeades
> We need to check context before than refer to context -> skip_rest . But we have just referred to it higher up, and I didn't think it was valid to get into this routine without a context. Whats the problem you are trying to fix? Jason

Wine configure 0.9.35

2007-07-23 Thread Павел
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Wine configure 0.9.35, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## - ## ## Platform. ## ## --

Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-23 Thread Christian Pradelli
> It was fixed (http://bugs.winehq.org/show_bug.cgi?id=8771) so use the > latest GIT. Thank you, I will test it asap. > Should we maybe provide updates for previous wine versions in the case > of serious regressions like this one? I think that yes. This kind of bugs are very difficult to detect,

Should Wine move to LGPL 3?

2007-07-23 Thread Damjan Novak
Hi! I just stumbled on this list and discussion, and though to just mention a highly speculative, but potentially very rewarding advantage of using LGPLv3 for wine. According to this opinion at groklaw: http://www.groklaw.net/article.php?story=20070709101318827 Microsoft MIGHT end up being effec

Re: Another report of infection. Time to integrate antivirus support?

2007-07-23 Thread Tomas Kuliavas
> Say, whatever happened to that SoC project > to integrate antivirus support? Looks like he made > quite a bit of progress: > http://www.christoph-probst.com/soc2006/wine/ > > Stories like this > http://blahblahblahblag.blogspot.com/2007/07/good-reason-to-have-antivirus-on-your.html > make me thi

Re: Another report of infection. Time to integrate antivirus support?

2007-07-23 Thread Marcus Meissner
On Mon, Jul 23, 2007 at 07:00:11AM -0700, Dan Kegel wrote: > Say, whatever happened to that SoC project > to integrate antivirus support? Looks like he made > quite a bit of progress: > http://www.christoph-probst.com/soc2006/wine/ > > Stories like this > http://blahblahblahblag.blogspot.com/2007

Another report of infection. Time to integrate antivirus support?

2007-07-23 Thread Dan Kegel
Say, whatever happened to that SoC project to integrate antivirus support? Looks like he made quite a bit of progress: http://www.christoph-probst.com/soc2006/wine/ Stories like this http://blahblahblahblag.blogspot.com/2007/07/good-reason-to-have-antivirus-on-your.html make me think we really n

Re: Direct3D Game test framework

2007-07-23 Thread martin pilka
Hello Stefan! > If the pages are important I can go to Vienna and boot the server, but it > would be a > 6 hour travel just to press a power button. Not really important, I just wanted to have closer look what values you put into your graphs, however I come with something and then we tweak it

Re: [advapi32/service #2] Forward GetServiceDisplayNameA to GetServiceDisplayNameW

2007-07-23 Thread Alexandre Julliard
"Paul Vriens" <[EMAIL PROTECTED]> writes: > Anything I can do to improve this one? Or should I leave them as > separate functions? That may be easier; you can certainly call A->W, but you have to do the conversions properly, in particular you need to return the correct length. -- Alexandre Jull

Re: [advapi32/service #2] Forward GetServiceDisplayNameA to GetServiceDisplayNameW

2007-07-23 Thread Paul Vriens
On 7/22/07, Paul Vriens <[EMAIL PROTECTED]> wrote: Hi, No need to fix 2 functions anymore. Changelog Forward GetServiceDisplayNameA to GetServiceDisplayNameW Cheers, Paul. Hi, Anything I can do to improve this one? Or should I leave them as separate functions? Cheers, Paul.