Re: [AppDB] login problem

2004-12-11 Thread Jonathan Ernst
I noticed that if I put: session.use_cookies = 0 In my php.ini I cannot login and the behaviour is the same as the one on the website. maybe someone could check if the online server configuration has changed. Tony could you check if you have this option enabled or not on your local server ?

[AppDB] login problem

2004-12-11 Thread Jonathan Ernst
Hi guys, It's nearly 2 o'clock and I have to wake up early "tomorrow". I made a very big patch that cleans up a lot of code (thousands of tabs, bad indentation, etc. and follows the CODING_STANDARD we wrote together. Of course I didn't had time to clean up every single line of code (I didn't want

Re: "Debugging" a password dialog

2004-12-11 Thread David Gümbel
On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote: > Dump a trace into a file, then grep for the username and password you > entered? Are you refering to using something like strace, or would you use a debug channel? If a debug channel, which ?-) Bye, and thanks for your input! David p

Re: "Debugging" a password dialog

2004-12-11 Thread David Gümbel
On Samstag 11 Dezember 2004 02:09, Robert Shearman wrote: > David Gümbel wrote: > >I am trying to get an application to run under Wine that requires a > > login with a username and a password. The program runs all fine, > > however I can't login with data that should work (and AFAIK works under > >

Re: msacm: pcm compatibility patch

2004-12-11 Thread Mike Hearn
On Sat, 11 Dec 2004 09:29:21 -0500, Robert Reif wrote: > The Microsoft code will not read and/or > write the entire contents of the buffers under some > circumstances. Duplicating this behavior lead to the code I > have presented. What bugs did this behaviour cause? If it's purely a matter of cor

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread Mike Hearn
On Sat, 11 Dec 2004 11:28:21 -0600, Robert Shearman wrote: > Then that means there was already some problem with the app that has now > been exposed. We should find out why the app isn't calling BeginPaint > like it should. Actually the code that printed that warning was removed in a recent patc

Re: include file cleanup : another step

2004-12-11 Thread Rémi Assailly
Robert Shearman wrote : Nice try, but I don't think we want three copies of the same defines. That's just asking for trouble with them getting out of sync. Rob I thought we do not have to change these values. OK, I have to find something else...

Re: dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

2004-12-11 Thread Gerald Pfeifer
On Thu, 9 Dec 2004, Walt Ogburn wrote: > It's commented out because the test currently crashes under Wine. I > submitted one patch earlier, but the metafile records weren't the same as > the correct Windows values and it didn't get committed. Now that there's > a test I'll work on another patch.

Re: [AppDB] TODO patch

2004-12-11 Thread tony_lambregts
Jonathan Ernst wrote: [snip] Index: CODING_STANDARD === RCS file: /home/wine/appdb/CODING_STANDARD,v retrieving revision 1.1 diff -u -r1.1 CODING_STANDARD --- CODING_STANDARD 11 Dec 2004 03:42:43 - 1.1 +++ CODING_STANDARD 11 Dec 20

Re: Includes [1] ntdll

2004-12-11 Thread Jon Griffiths
Hi, > >>Do the patches take into account that a header might only be > >>included to > >>check that an exported function matches the declaration in the > >>header file? I've extended my script to handle this case. Cheers, Jon = "Don't wait for the seas to part, or messiahs to come; Don't

winsock:WS_setsockopt

2004-12-11 Thread StartCom Ltd.
Hi Wine-Devel, Is here anybody which knows what the following function is supposed to do and what needs to get implemented? I'm referring to this: fixme:winsock:convert_sockopt Unimplemented or unknown socket level err:winsock:WS_setsockopt Invalid level (65407) or optname (128) Many thanks.

Re: ntdll / kernel32: #52

2004-12-11 Thread Eric Pouech
Rtl* functions should generally avoid doing server calls. You should implement the Rtl* functions on top of the Nt* functions, not the other way around. the "real" fix would mean (which I decided not to implement) - not moving local atom tables to wineserver (and handling them in the local memory

Re: [AppDB] screenshot patch

2004-12-11 Thread Chris Morgan
Please convert tabs to spaces. Chris On Saturday 11 December 2004 1:07 pm, Jonathan Ernst wrote: > This patch let user click on the random screenshot displayed for an app > so that he can see the whole gallery by version. The patch displays the > name of the application in the gallery as well (

Re: questionable code

2004-12-11 Thread Eric Pouech
You can submit a patch for me, or wait until Monday and I'll submit one. submitted. thx A+

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread James Hawkins
> > Is it possible that it is broken by this patch instead, > http://cvs.winehq.org/patch.py?id=14371, that Paul van Schayck reported > broke Foobar2000? > The bug I was getting where the whole window is garbage is not caused by this patch, but the error message I was getting: err:msg:DispatchM

Re: C++ iostream compilation problems

2004-12-11 Thread Dimitrie O. Paun
On Sat, Dec 11, 2004 at 10:17:38AM -0600, Geoff Hart wrote: > I'm trying to compile some C++ code, but hit a basic problem > with some of the headers. Example, even just the single include: > > #include > > yields > > wineg++ -c -mno-cygwin -I.-o cxx_iostream.o cxx_iostream.cpp > In file

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread Robert Shearman
James Hawkins wrote: Are these messages output in the 2004-10-12 version of Wine, where it mostly displayed properly? Yea these are from 2004-10-12. Then that means there was already some problem with the app that has now been exposed. We should find out why the app isn't calling BeginPain

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread James Hawkins
On Sat, 11 Dec 2004 17:51:58 +0100, Lionel Ulmer <[EMAIL PROTECTED]> wrote: > > This message happens every time the editor needs a repaint like when > > it gets covered by another window. Any ideas about what's going on > > here? > > Is it using OpenGL do display the map ? If yes, it may be yet a

Re: Includes [4] shlwapi

2004-12-11 Thread Alexandre Julliard
Jon Griffiths <[EMAIL PROTECTED]> writes: > Since the process of removing the unneeded headers is automated, and > most files that include non-sdk headers already have the missing > includes, I can't see that its any more work one way or the other > (well, it takes several hours to run the script,

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread Lionel Ulmer
> This message happens every time the editor needs a repaint like when > it gets covered by another window. Any ideas about what's going on > here? Is it using OpenGL do display the map ? If yes, it may be yet again the known incompatibility between GL and Wine regarding multi-windowed applicatio

Re: ntdll / kernel32: #52

2004-12-11 Thread Robert Shearman
Eric Pouech wrote: Moving atom implementation to: - dlls/kernel32/atom16.c for the 16 bit part - dlls/ntdll/ntdll.c for the 32 bit part A+ Name: ntkrnl_52 ChangeLog: - moved 16 bit atom support in (16bit) dlls/k

Re: [AppDB] First step to integrating the AppDB with Bugzilla

2004-12-11 Thread tony_lambregts
Paul van Schayck wrote: Hey Tony, A few comments. On Fri, 10 Dec 2004 21:52:45 -0700, Tony Lambregts <[EMAIL PROTECTED]> wrote: + Shorttags. I don't like them. They can be turned of in php.ini to allow the (now more often appearing) Debugging Cruft (from the original code) +/* $bugzilla_

Re: Includes [4] shlwapi

2004-12-11 Thread Jon Griffiths
Hi, > It's the same issue, I took 16-bit headers as example but you can > have > the same problem with SDK headers, it's quite possible that a file > doesn't need winuser.h by itself. So you would first have to move > the > includes out of the non-sdk header into the source files, and then > once

Re: questionable code

2004-12-11 Thread Robert Shearman
Eric Pouech wrote: *** dlls/ole32/hglobalstream.c line 602 the test "if (newPosition.QuadPart < 0)" is always false as QuadPart is unsigned Before the call to RtlLargeIntegerAdd we need to add a line with: if ((dlibMove.QuadPart < 0) && (newMove < -dlibMove.QuadPart)) return STG_E_INVALIDFUNCTIO

C++ iostream compilation problems

2004-12-11 Thread Geoff Hart
I'm trying to compile some C++ code, but hit a basic problem with some of the headers. Example, even just the single include: #include yields wineg++ -c -mno-cygwin -I.-o cxx_iostream.o cxx_iostream.cpp In file included from /usr/lib/gcc/i386-redhat-linux/3.4.0/../../../../include/c++/3.4.

Re: msacm: pcm compatibility patch

2004-12-11 Thread Robert Reif
Eric Pouech wrote: I'd agree that what we don't need byte compatibility for the audio conversions. We should be compatible OTOH on the size of the buffers sent out (not sure it's always the case), which may cause some problems in some cases. A+ The number of bytes read and written was the orig

Re: [AppDB] First step to integrating the AppDB with Bugzilla

2004-12-11 Thread Paul van Schayck
Hey Tony, A few comments. On Fri, 10 Dec 2004 21:52:45 -0700, Tony Lambregts <[EMAIL PROTECTED]> wrote: > + Shorttags. I don't like them. They can be turned of in php.ini to allow the (now more often appearing) +/* $bugzilla_db_port = 3306; is this needed? I dont think so.*/ 3306 is d

Re: Allow output in winedbg to be redirected to a file

2004-12-11 Thread Eric Pouech
Jeremy White a écrit : Eric Pouech wrote: Jeremy White a écrit : Changelog: Allow > and >> output redirection on winedbg commands to capture output to a file. again (it's my bad day for Jer), I think we should stick to gdb commands: see 'set logging' and friends. Hmm. I've never liked the g

Re: some description for ExtTextOut

2004-12-11 Thread Shachar Shemesh
Vitaly Lipatov wrote: + *ETO_GRAYED - undocumented on MSDN + *ETO_OPAQUE - use background color for fill the rectangle + *ETO_CLIPPED - clipping text to the rectangle + *ETO_GLYPH_INDEX + *ETO_GLYPH_INDEX - Buffer is of glyph locations in fonts rather than e

Re: msacm: pcm compatibility patch

2004-12-11 Thread Christian Costa
Eric Pouech wrote: Christian Costa a écrit : Hi Robert, Robert Reif wrote: Makes the PCM conversion routines of msacm produce identical results to the native dll. Allow any PCM to PCM conversion, not just advertised ones. The algorithms used by Microsoft in this dll are very crude and produce an

Re: <> Added shell32.dll functions to browse for unix directory; altered winecfg to use it to select the root directory of a virtual drive

2004-12-11 Thread Arjen Nienhuis
> > Hmm. For the winecfg use case though we have to pass back a Unix path, > as by definition it might not be mapped to a Windows path. I suspect > most code that uses the browse folder API converts the PIDL straight > into a path that it can use with CreateFileEx and so on so it might > break stu

Re: msacm: pcm compatibility patch

2004-12-11 Thread Eric Pouech
Christian Costa a écrit : Hi Robert, Robert Reif wrote: Makes the PCM conversion routines of msacm produce identical results to the native dll. Allow any PCM to PCM conversion, not just advertised ones. The algorithms used by Microsoft in this dll are very crude and produce an output of much poor

Re: msacm: pcm compatibility patch

2004-12-11 Thread Christian Costa
Hi Robert, Robert Reif wrote: Makes the PCM conversion routines of msacm produce identical results to the native dll. Allow any PCM to PCM conversion, not just advertised ones. The algorithms used by Microsoft in this dll are very crude and produce an output of much poorer quality than what is cu

winsock:WS_setsockopt

2004-12-11 Thread MediaHost (TM)
Hi Wine-Devel, Is here anybody which knows what the following function is supposed to do and what needs to get implemented? I'm referring to this: fixme:winsock:convert_sockopt Unimplemented or unknown socket level err:winsock:WS_setsockopt Invalid level (65407) or optname (128) Many thanks.

questionable code

2004-12-11 Thread Eric Pouech
still toying with various compilers, here's two new questions (to whom it may concern): dlls/gdi/freetype.c line 1467 the test for "(offset < 0)" is always false. I'm not sure changing it into "offset == -1" is the right solution. *** dlls/ole32/hglobalstream.c line 602 the test "if (newPo

Re: BeginPaint not called on WM_PAINT

2004-12-11 Thread James Hawkins
> Is it possible that it is broken by this patch instead, > http://cvs.winehq.org/patch.py?id=14371, that Paul van Schayck reported > broke Foobar2000? I'll do a more regression testing to see which patch exactly broke it completely. > > Are these messages output in the 2004-10-12 version of Win