Re: Serial port support in wine-1.0: What to do to make it working ?

2008-05-06 Thread Pavel Troller
Hi Uwe, > Pavel, > > perhaps compile wine yourself and instrument the serial code with debugging > output. Try to see what's going wrong. Look at the codes where this happens > and read the old changelogs, where somebody fiddled witrh the code. Ask > about what people thought (or smoked) when imp

Re: winetest problems

2008-05-06 Thread Detlef Riekenberg
On Fr, 2008-05-02 at 18:38 -0500, James Hawkins wrote: > i586-mingw32msvc-gcc advpack.cross.o files.cross.o install.cross.o > testlist.cross.o -o advpack_crosstest.exe -lcabinet -ladvapi32 > -lkernel32 > /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: > cannot find -l

What happened to the ntdll rtlstr tests?

2008-05-06 Thread Maarten Lankhorst
Hello Alexandre, Why were the fixes for the ntdll rtlstr test failures on windows not accepted? Cheers, Maarten.

Re: [PATCH] fixed if check before strchr

2008-05-06 Thread Joerg Mayer
On Tue, May 06, 2008 at 10:00:38PM +0200, Eric Pouech wrote: > > spath = strchr(spath, '\\'); > > -if (!spath) spath = strchr(spath, '/'); > > +if (spath) spath = strchr(spath, '/'); So the correct solution would be something like bpath=strchr(spath, '\\'); sp

Re: winetest problems

2008-05-06 Thread James Hawkins
On Tue, May 6, 2008 at 4:20 PM, Paul Millar <[EMAIL PROTECTED]> wrote: > Hi, > > > On Saturday 03 May 2008 01:38:07 James Hawkins wrote: > > I'm trying to fix the failing cross tests, but we haven't had a > > winetest build on Paul Millar's server in a few days. > > Just to mention that gaps wi

Re: winetest problems

2008-05-06 Thread Paul Millar
Hi, On Saturday 03 May 2008 01:38:07 James Hawkins wrote: > I'm trying to fix the failing cross tests, but we haven't had a > winetest build on Paul Millar's server in a few days. Just to mention that gaps will appear if the winetest.exe builds but hasn't changed. As Paul (Vriens) says, the log

Re: Bison 2.1 / Solaris

2008-05-06 Thread Detlef Riekenberg
On Mo, 2008-05-05 at 23:55 -0500, Austin English wrote: > [EMAIL PROTECTED]:~/wine$ bison --version > bison (GNU Bison) 2.1 I used Wine ~2 Years on on Ubuntu Dapper without Problems. Bison in Dapper was 2.1: http://packages.ubuntu.com/dapper/devel/bison (I'm unable to verify the latest used bis

Re: [PATCH] fixed if check before strchr

2008-05-06 Thread Juan Lang
On Tue, May 6, 2008 at 1:00 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > Marcus Meissner a écrit : >> Hi, >> >> spotted by Coverity (CID 701), a if (!spath) should be if (spath). >> >> Ciao, Marcus >> --- >> programs/winedbg/source.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >

Re: [PATCH] fixed if check before strchr

2008-05-06 Thread James Hawkins
On Tue, May 6, 2008 at 3:00 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > Marcus Meissner a écrit : > > > > Hi, > > > > spotted by Coverity (CID 701), a if (!spath) should be if (spath). > > > > Ciao, Marcus > > --- > > programs/winedbg/source.c |2 +- > > 1 files changed, 1 insertions(+

Re: [PATCH] fixed if check before strchr

2008-05-06 Thread Eric Pouech
Marcus Meissner a écrit : > Hi, > > spotted by Coverity (CID 701), a if (!spath) should be if (spath). > > Ciao, Marcus > --- > programs/winedbg/source.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/programs/winedbg/source.c b/programs/winedbg/source.c > index 551

Re: [PATCH] cmd.exe: MSI packages execution implemented

2008-05-06 Thread Vitaliy Margolen
Vitaly Perov wrote: > Changelog: cmd.exe: MSI packages execution implemented > > > That doesn't look right. You sure this information is hard-coded into cmd.exe and it's not coming from the registry CLASSES hive? Vitaliy

Re: [PATCH 1/3] dinput: Remove redundant variable.

2008-05-06 Thread Vitaliy Margolen
Vitaliy Margolen wrote: > Vitaliy Margolen wrote: >> --- >> dlls/dinput/joystick_linux.c | 16 +++- >> 1 files changed, 7 insertions(+), 9 deletions(-) >> > > Forgot to add that this series of patches should finally address bugs 12052 > and 11644. Was there anything wrong with thes

Re: Serial port support in wine-1.0: What to do to make it working ?

2008-05-06 Thread Uwe Bonnes
> "Pavel" == Pavel Troller <[EMAIL PROTECTED]> writes: Pavel> Hi! I have really BIG problems running any application, which Pavel> needs to comm over a serial port: - My ham TCVR - My GPS - My Pavel> multimeter - A lot of my mobiles - A lot of devices used in my Pavel> work (s

Re: draft Call for Testing

2008-05-06 Thread Dan Kegel
On Tue, May 6, 2008 at 8:19 AM, Adam Petaccia <[EMAIL PROTECTED]> wrote: > > 4. For each app you test, add a test report into Wine's AppDB. > > I'd explicitly state something about reporting bugs for things that > don't work. It should be obvious, but being explicit rarely hurts. As I > tell my

Re: draft Call for Testing

2008-05-06 Thread Adam Petaccia
> 4. For each app you test, add a test report into Wine's AppDB. > > As a token of our thanks, we will pick one of the users who submits > a healthy set of useful test results and send him or her a tasteful > Wine-themed goodie of some sort. > > So fire up your keyboards and start testing! > Th

Re: [PATCH 1/3] dinput: Remove redundant variable.

2008-05-06 Thread Vitaliy Margolen
Vitaliy Margolen wrote: > --- > dlls/dinput/joystick_linux.c | 16 +++- > 1 files changed, 7 insertions(+), 9 deletions(-) > Forgot to add that this series of patches should finally address bugs 12052 and 11644. Was there anything wrong with these patches? Vitaliy.

Re: draft Call for Testing

2008-05-06 Thread Michael Stefaniuc
Dan Kegel wrote: > So, what should we be asking wine users to be > doing once rc1 is out? How about this: This has as subject "Call for Testing" but we could also need help with the translations http://wiki.winehq.org/Translating and http://pf128.krakow.sdi.tpnet.pl/wine-transl/ bye mic

Re: [PATCH 3/3] ddraw/tests: Add tests for IDirect3DDevice7_Load.

2008-05-06 Thread Stefan Dösinger
Am Montag, 5. Mai 2008 23:49:34 schrieb Alexander Dorofeyev: > +    /* Freed in reverse order as native seems to dislike and crash on > freeing top level surface first. */ just fyi, native ignores refcounts on sublevels(if they are created as complex surface, not attached). As long as the top leve

Re: AppDB: update the general help page and also make it valid html

2008-05-06 Thread Alexander Nicolaysen Sørnes
> I've updated the general help page with links to git instead of cvs, > updated building instructions and also changed the html a little so it > validates, I've also removed a link to a cracks website and replaced > it with a statement about third party software. > > before and after: http://img22