Re: What does it mean if doing WINEDEBUG=+relay fixes a bug?

2007-02-18 Thread Marcus Meissner
On Mon, Feb 19, 2007 at 12:00:26AM -0600, Misha Koshelev wrote: > Hi, I am trying to debug bug #7484 but am having some problems as simply > doing a WINEDEBUG=+relay causes this bug to be fixed, thus making it > difficult for me to track it down (WINEDEBUG=+listview or WINEDEBUG= > +snoop do not ha

What does it mean if doing WINEDEBUG=+relay fixes a bug?

2007-02-18 Thread Misha Koshelev
Hi, I am trying to debug bug #7484 but am having some problems as simply doing a WINEDEBUG=+relay causes this bug to be fixed, thus making it difficult for me to track it down (WINEDEBUG=+listview or WINEDEBUG= +snoop do not have this effect of fixing it). If there is something that the fact that t

Re: [wineconsole][dialog] Fix inversion in work Up-down control (Option Dialog)

2007-02-18 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: struct dialog_info* di; unsigned idc; +unsigned nMaxHistUD = 500; switch (msg) { @@ -66,6 +67,8 @@ static INT_PTR WINAPI WCUSER_OptionDlgPr di = (struct dialog_info*)((PROPSHEETPAGEA*)lParam)->lParam; di->hDlg = hDlg; SetWindowL

Re: [start][start] Output with console encoding

2007-02-18 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: @@ -33,7 +33,20 @@ static void output(const char *message) { DWORD count; - WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), message, strlen(message), &count, NULL); + WCHAR *bufW; + char *bufC; + int len = strlen(message); + buf

Re: Make wineprefixcreate put wordpad.exe where XP does; fixes bug 5627

2007-02-18 Thread Dan Kegel
[reposting to right list. Maybe I should break down and subscribe to wine-devel so I can just hit 'reply'...] Detlef wrote: The Idea sounds good, but your Patch is wrong for every system in the World, that does not use English as locale: Oh, right. Well, at least I'm enthusiastic, if not wis

Let's get rid of the FAQ and move it into the wiki

2007-02-18 Thread Scott Ritchie
Updating the FAQ is a bit of a pain, as is maintaining it. There is, after all, still a lot of ancient stuff in it. Why not just move it into the wiki and point the link on the web page there? I promise I'll watch it a bit closer. Thanks, Scott Ritchie

Re: Resend 1/4 NtCreateMailslotFile tests

2007-02-18 Thread [EMAIL PROTECTED]
On 2/17/07, Eric Pouech <[EMAIL PROTECTED]> wrote: Jeff L a écrit : > Eric Pouech wrote: >> Jeff Latimer a écrit : >>> Establish the framework for testing NtCreateMailslotFile. Have >>> fixed issues with NTSTATUS return codes etc. >> those tests belong to dlls/ntdll, not dlls/kernel32 >> also, i

Re: 1/4 NtCreateMailslotFile tests

2007-02-18 Thread [EMAIL PROTECTED]
> Microsoft > appears to be pushing people away from NtClose. I'd suggest you to find a reason why. That particular documentation happens to be part of the API released under court order. They didn't want to give it out to begin with, and they don't want people using it now. Perhaps someone s

Re: -ansi, -pedantic warnings and errors on

2007-02-18 Thread [EMAIL PROTECTED]
On 2/18/07, Robert Shearman <[EMAIL PROTECTED]> wrote: Joris Huizer wrote: > Though the keyword "inline" implies the code should get inlined, and > if it shouldn't, the implementation copy should be removed from the > unicode.h file No, it's a hint to the compiler. "static inline" says to the co

Re: ANN: Wiki upgrade

2007-02-18 Thread Vitaliy Margolen
Dimi Paun wrote: > Folks, > > We finished upgrading the wiki to MoinMoin 1.5.7. > Please let me know if you encounter any problems. > Something hapaned to all tables. Ex: http://wiki.winehq.org/KnownIssues All cells have extra space in them. I don't see anything wrong with the text and it worked

Re: Mouse not warping properly in full screen mode

2007-02-18 Thread Vitaliy Margolen
Raf Geens wrote: > When this has happened and you return to the main menu, it can occur > that for example the cursor can't reach the top part of the screen > anymore. It's as if an invisible rectangle that keeps the cursor > inside the screen has moved. In such a case, moving the cursor all the >

Re: Mouse not warping properly in full screen mode

2007-02-18 Thread Mirek
Hi similar bug with mouse in TES IV: Oblivion was introduced in wine 0.9.31 Mirek Raf Geens napsal(a): Hi, I'm new to Wine and DirectX development, but I've dug around a bit in the Wine source code to get Determinance, a sword-fighting game to work. I've submitted an entry for it to the applic

Mouse not warping properly in full screen mode

2007-02-18 Thread Raf Geens
Hi, I'm new to Wine and DirectX development, but I've dug around a bit in the Wine source code to get Determinance, a sword-fighting game to work. I've submitted an entry for it to the application database. The main problem I had was with strange mouse behaviour in full screen mode. The player c

Re: Updated version of Wine-0.9.18 RPMs with ntoskrnl for SuSE 10.1

2007-02-18 Thread Vitaliy Margolen
Sorry but I'm not longer interested in working on something that will never be included in Wine. Why? I have no clue! If anyone can explain that it would be helpfull to know for whomever next will try this. I have removed all the related patches from my tree so that for sure won't be me. Vitaliy.

Re: Updated version of Wine-0.9.18 RPMs with ntoskrnl for SuSE 10.1

2007-02-18 Thread Mario Demontis
Hello Vitaliy May you please send out the patches for ntoskrnl? Is there any reason why ntoskrnl doesn't get integrated into official wine? Regards Mario Il giorno gio, 27/07/2006 alle 23.08 -0600, Vitaliy Margolen ha scritto: > Same as before. Just recompiled with new version. > http://www.kiev

Re: Lost KOI8-U.

2007-02-18 Thread Oleh R. Nykyforchyn
On Sun, 18 Feb 2007 16:06:04 +0300 Anatoly Lyutin <[EMAIL PROTECTED]> wrote: > For generate collation table The cpmap.pl (/libs/wine) takes data from > www.unicode.org and I find some bugs in it. > Cpmap.pl uses for generate KOI8-U but in www.unicode.org this file absences! > I can not understand

Re: resend : gdi32:WidenPath partial implementation

2007-02-18 Thread James Hawkins
On 2/18/07, Laurent Vromman <[EMAIL PROTECTED]> wrote: Changelog : - Add a partial implementation for the function gd32:WidenPath It is the second time I send this patch. It seems it was forgotten the previous time. I am sorry for that. If this patch needs to be improved, please let me know, I

Re: winecfg: Add check for device access to Drives tab.

2007-02-18 Thread Vitaliy Margolen
Alexandre Julliard wrote: > Vitaliy Margolen <[EMAIL PROTECTED]> writes: > >> Any reasons why this patch is not applied? >> http://www.winehq.org/pipermail/wine-patches/2007-January/035264.html >> >> This is one of the major headaches for users trying to get programs >> requiring direct CD-ROM dri

kernel32 (profile.c): allow profile section and key names of zero length patch

2007-02-18 Thread Claudio Fontana
Hello all, I was wondering if there's anything wrong with my patch to kernel32/profile.c and its tests: http://www.winehq.org/pipermail/wine-patches/2007-February/035468.html It fixes a problem that causes applications built with Multimedia Fusion to fail under wine, since the "INI object" of M

Re: generic.ppd does not appear in the build dir - cannot print

2007-02-18 Thread Detlef Riekenberg
On Sa, 2007-02-17 at 18:08 -0500, Michael [Plouj] Ploujnikov wrote: > However, here are the messages that I started getting: > > $ wine notepad > Couldn't find PPD file This can only happen, when wine is unable to receive a ppd-File from CUPS and no ppd-file is configured in the registry. See my

RE: [start][start] Output with console encoding

2007-02-18 Thread Vitaliy Margolen
> Changelog: > Fix output console to output with console encoding. > static void output(const char *message) > Index: programs/start/start.c > === > RCS file: /home/wine/wine/programs/start/start.c,v > retrieving revision 1.5 > diff -

Lost KOI8-U.

2007-02-18 Thread Anatoly Lyutin
--- Begin Message --- Hi. For generate collation table The cpmap.pl (/libs/wine) takes data from www.unicode.org and I find some bugs in it. Cpmap.pl uses for generate KOI8-U but in www.unicode.org this file absences! I can not understand it... =( That we should to do with it? Add this file

Re: lostwages/ news/2006081001.xml news/2007021602 ...

2007-02-18 Thread Jeremy Newman
Yes, that is on my todo list. First, I need each of the wineowner users to contact me so I can get them setup. On Sat, 2007-02-17 at 20:23 +0100, Francois Gouget wrote: > On Fri, 16 Feb 2007, WineHQ wrote: > > > ChangeSet ID: 30931 > > CVSROOT:/opt/cvs-commit > > Module name:los

Re: Make wineprefixcreate put wordpad.exe where XP does; fixes bug 5627

2007-02-18 Thread Detlef Riekenberg
On Sa, 2007-02-17 at 13:32 -0800, Dan Kegel wrote: > +++ b/tools/wine.inf > @@ -2149,6 +2149,7 @@ HKLM,%CurrentVersion%\Telephony\Country > > [FakeDllsSection] > +10,..\Program Files\Windows NT\Accessories,wordpad.exe > +++ b/tools/wineprefixcreate.in > +"$CROOT/Program Files" \ > +"$C

Re: Error in ntdll/module.c?

2007-02-18 Thread Eric Pouech
Rolf Kalbermatter a écrit : Christian Iversen [mailto:[EMAIL PROTECTED] wrote: According to: http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/ Executable%20Images/LdrGetProcedureAddress.html The parameter order for LdrGetProcedureAddress is (Handle, Function, Ordinal,

Re: [PATCH] return when not finding the name

2007-02-18 Thread Marcus Meissner
On Sun, Feb 18, 2007 at 01:40:12PM +0100, Eric Pouech wrote: > Marcus Meissner a écrit : > >--- > > dlls/dbghelp/dwarf.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > >diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c > >index 4f74b6a..f51a948 100644 > >--- a/dlls/dbgh

Re: Error in ntdll/module.c?

2007-02-18 Thread Rolf Kalbermatter
Christian Iversen [mailto:[EMAIL PROTECTED] wrote: >According to: > >http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/ >Executable%20Images/LdrGetProcedureAddress.html > >The parameter order for LdrGetProcedureAddress is (Handle, Function, >Ordinal, Address) > >The file dlls/

Re: -ansi, -pedantic warnings and errors on

2007-02-18 Thread Robert Shearman
Joris Huizer wrote: Though the keyword "inline" implies the code should get inlined, and if it shouldn't, the implementation copy should be removed from the unicode.h file No, it's a hint to the compiler. "static inline" says to the compiler try to inline this function if it is worth it, or o

Re: [PATCH] return when not finding the name

2007-02-18 Thread Eric Pouech
Marcus Meissner a écrit : --- dlls/dbghelp/dwarf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index 4f74b6a..f51a948 100644 --- a/dlls/dbghelp/dwarf.c +++ b/dlls/dbghelp/dwarf.c @@ -1203,7 +1203,7 @@ static void dwarf2_pa

Re: Error in ntdll/module.c?

2007-02-18 Thread Uwe Bonnes
> "Christian" == Christian Iversen <[EMAIL PROTECTED]> writes: Christian> (Please CC me, I'm not on the list) Christian> According to: Christian> http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/Executable%20Images/LdrGetProcedureAddress.html Christian>