Re: GetExitCodeProcess always returns 1

2006-03-22 Thread Mike McCormack
Igor Sysoev wrote: Well, but then I could not build Wine port under FreeBSD: as I understand the port runs something like ./configure && make depend && make && make install But I have built and installed Wine successfully. Sorry, misunderstood you. The tests don't run on every build, you ha

Re: GetExitCodeProcess always returns 1

2006-03-22 Thread Igor Sysoev
On Thu, 23 Mar 2006, Mike McCormack wrote: Igor Sysoev wrote: It seems that dlls/kernel/tests/process.c already has such test: test_ExitCode(). Does it run while usual build ? Yes, it is run after commits, so it's likely that it's only broken on FreeBSD. Well, but then I could not build W

Re: GetExitCodeProcess always returns 1

2006-03-22 Thread Mike McCormack
Igor Sysoev wrote: It seems that dlls/kernel/tests/process.c already has such test: test_ExitCode(). Does it run while usual build ? Yes, it is run after commits, so it's likely that it's only broken on FreeBSD. Mike

Re: GetExitCodeProcess always returns 1

2006-03-22 Thread Igor Sysoev
On Thu, 23 Mar 2006, Mike McCormack wrote: Igor Sysoev wrote: 3 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html This report included a small test case. It was fixed by patch: http://www.wi

Re: GetExitCodeProcess always returns 1

2006-03-22 Thread Mike McCormack
Igor Sysoev wrote: 3 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html This report included a small test case. It was fixed by patch: http://www.winehq.org/hypermail/wine-devel/2003/06/0381.h

ilink32 hungs under Wine 0.9.10

2006-03-22 Thread Igor Sysoev
When I try to link with ilink32.exe from C++ Builder Compiler and Command Line Tools ( http://appdb.winehq.org/appview.php?versionId=1423 ) ilink32 hangs. I saw comment on http://appdb.winehq.org/appview.php?versionId=1423 about changing ADDRESS_SPACE_LIMIT. Could be applied to 0.9.10 ? Igor Sy

Could not run Digital Mars C/C++ Compiler under Wine

2006-03-22 Thread Igor Sysoev
When I try to run any program from Digital Mars C/C++ Compiler http://www.digitalmars.com/download/freecompiler.html under Wine 0.9.10 on FreeBSD 6.1, I always see the error: C:\dmc\bin>dmc wine: Unhandled stack overflow at address 0x405620 (thread 0017), starting debugger... WineDbg starting o

GetExitCodeProcess always returns 1

2006-03-22 Thread Igor Sysoev
3 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html This report included a small test case. It was fixed by patch: http://www.winehq.org/hypermail/wine-devel/2003/06/0381.html and I used the pa

Re: [winedoc] Resend Update to documentation

2006-03-22 Thread Dimi Paun
On Wed, 2006-03-22 at 00:11 +1100, Jeff L wrote: > I assume that documentation patches still come here. Yes, they do. A few points however: -- please make patches from the root of the docs/, not from docs/en/ -- you need to refine a bit what your trying to say, I can not apply it in

Wiki access

2006-03-22 Thread Tom Spear (Dustin Booker, Dustin Navea)
Could someone give me access to rename and delete pages in the wiki? I can't even rename or delete my own user page (!!) Thanks Tom

Re: advpack: Forward the remaining advpack.c ansi functions to their unicode counterparts

2006-03-22 Thread Mike McCormack
James Hawkins wrote: Would MultiByteToWideChar(CP_ACP, 0, pPerUser->szGUID, -1, perUserW.szGUID, sizeof(perUserW.szGUID)) be a better solution? The counts for both A and W are in characters, and sizeof() gives bytes, so you need to divide the sizeof a WCHAR array by sizeof(WCHAR) to get the

Re: advpack: Forward the remaining advpack.c ansi functions to their unicode counterparts

2006-03-22 Thread James Hawkins
On 3/22/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > > The source lengths are wrong, these are null-terminated strings. Also > please use sizeof() instead of hardcoding the constants. > Would MultiByteToWideChar(CP_ACP, 0, pPerUser->szGUID, -1, perUserW.szGUID, sizeof(perUserW.szGUID)) be a

Re: What happened to the Fedora packages?

2006-03-22 Thread Segin
Did you install the -devel packages for all of the dependecies? They contain the headers nessessrary for complimation. Also you need gcc/binutils. or you can try a slackware package, just untar the entire thing to / and delete /install afterwards Neal Gompa wrote: Well, the system is a Penti

Another fun winelib project

2006-03-22 Thread Steven Edwards
It seems Microsoft has MS-FOSSed Mech Commander 2 under a shared source license http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en According to the appdb it does not run so maybe having the source could better help us find out what we are

Re: Dev-C++ dogfooding

2006-03-22 Thread Segin
Dimi Paun wrote: From: "Segin" <[EMAIL PROTECTED]> For some odd reason some files won't compile, yet others do, i can't explain it. Must be a MingW bug. Is Dev-C++ using MinGW or the native gcc? MinGW, it cannot use the native gcc AFAIK. Also note that the MinGW i

Re: Dev-C++ dogfooding

2006-03-22 Thread Stefan Dösinger
Hi, > Package manager starts up, presents you with a disloag (like aother > package install) but when it goes to copy files, it open a dialog box > with the error "Cannot Open AVI" I've seen simmilar problems with other apps. They want to load an copy animation video from the windows dir, but can

Re: Dev-C++ dogfooding

2006-03-22 Thread Dimi Paun
From: "Segin" <[EMAIL PROTECTED]> > For some odd reason some files won't compile, yet others do, i can't > explain it. Must be a MingW bug. Is Dev-C++ using MinGW or the native gcc? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Dev-C++ dogfooding

2006-03-22 Thread Segin
So far, everything works, except when you try to install a package that already is installed (of any version, so this also breaks upgrades via the package manager) Package manager starts up, presents you with a disloag (like aother package install) but when it goes to copy files, it open a di

Re: winedbg: Fix stepping over

2006-03-22 Thread Eric Pouech
Petr Tesarik wrote: Hi, this patch fixes a bug in winedbg, which caused it to continue execution at a wrong address when stepping over a function call. The trouble was that if there was no breakpoint found, the code at the end of break_should_continue reversed the PC adjustment and later the deb

Re: advpack: Forward the remaining advpack.c ansi functions to their unicode counterparts

2006-03-22 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > +HRESULT WINAPI SetPerUserSecValuesA(PERUSERSECTIONA* pPerUser) > +{ > +PERUSERSECTIONW perUserW; > + > +if (!pPerUser) > +return E_INVALIDARG; > + > +TRACE("(%p)\n", pPerUser); > + > +/* lengths copied from PERUSERSECTION struc

CVS EU Server

2006-03-22 Thread Sven Paschukat
Does anyone know what's wrong with the CVS server rhlx01.fht-esslingen.de in Europe? It's out of sync for a few days now. Sven

Bugzilla: Duplicates (was: Known issues area on main wiki page)

2006-03-22 Thread Detlef Riekenberg
Tony Lambregts wrote: > Tom Spear wrote: >> On 3/21/06, *Vitaliy Margolen* <[EMAIL PROTECTED] >> > wrote: >> >> I sure hope all users will go look at this page first. But some how I >> don't think they will. When we getting _exact_ duplicates with the > Keeping th

Re: Easy applications to write automated tests for?

2006-03-22 Thread Dan Kegel
On 3/22/06, Molle Bestefich <[EMAIL PROTECTED]> wrote: > Ok. Cygwin does pretty well if you're using it as a single user / do > not use many processes/threads while pushing it CPU-wise. Right -- and I think we can hew to that limitation when using msys as part of a possible wine regression test.

Re: WIDL: Add missing ignore attribute. Check for inapplicable attributes in typedef.

2006-03-22 Thread Saveliy Tretiakov
I think it is still possible to implement meaningful error messages. A good overview of how this can be done is here: http://www.cs.nmsu.edu/~jeffery/merr.html. Anyway, if you disagree, I will resend patch with explicit error check. Alexandre Julliard wrote: I think checking values explicitl

Re: Easy applications to write automated tests for?

2006-03-22 Thread Molle Bestefich
Dan Kegel wrote: > Molle Bestefich wrote: > > Dimi Paun wrote: > > > Being able to run an emulation layer like msys/cygwin > > > > In my experience (couple of years worth of different Cygwin versions, > > all relatively new stuff), the Cygwin kernel emulation stuff is > > extremely unstable itself.

Re: What happened to the Fedora packages?

2006-03-22 Thread Segin
Neal Gompa wrote: What happened to the Fedora packages? They have not been updated since 0.9.2 Right now it is at 0.9.10!!! Nearly every other Linux distro supported has the up to date packages!!! And why does the Red Hat packages site not go to the SourceForge site as it does for SUSE pack

Re: WIDL: Add missing ignore attribute. Check for inapplicable attributes in typedef.

2006-03-22 Thread Alexandre Julliard
Saveliy Tretiakov <[EMAIL PROTECTED]> writes: > ChangeLog: > Saveliy Tretiakov <[EMAIL PROTECTED]> > - Add missing ignore attribute. > - Check for inapplicable attributes in typedef. Changed attribute > parsing in a way Mike McCormack suggested. > - Register type alias in typelib, if ATTR_PUBLIC i

Re: What happened to the Fedora packages?

2006-03-22 Thread Francois Gouget
On Tue, 21 Mar 2006, Neal Gompa wrote: What happened to the Fedora packages? They have not been updated since 0.9.2 Right now it is at 0.9.10!!! Nearly every other Linux distro supported has the up to date packages!!! And why does the Red Hat packages site not go to the SourceForge site as i

Re: advpack: Forward AddDelBackupEntryA to its unicode counterpart

2006-03-22 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > +do > +{ > +MultiByteToWideChar(CP_ACP, 0, ansi_list, len, ptr, len); > + > +ansi_list += len; > +ptr += len; > + > +len = lstrlenA(ansi_list) + 1; > +size += len * sizeof(WCHAR); > +list = HeapRe

Re: What happened to the Fedora packages?

2006-03-22 Thread Michel Ludwig
On Wed 22 Mar 2006 03:55, Neal Gompa wrote: > What happened to the Fedora packages? They have not been updated since > 0.9.2 Right now it is at 0.9.10!!! Nearly every other Linux distro > supported has the up to date packages!!! And why does the Red Hat packages > site not go to the SourceForge

What happened to the Fedora packages?

2006-03-22 Thread Neal Gompa
What happened to the Fedora packages? They have not been updated since 0.9.2 Right now it is at 0.9.10!!! Nearly every other Linux distro supported has the up to date packages!!! And why does the Red Hat packages site not go to the SourceForge site as it does for SUSE packages and the others??

Re: linux mmap bug ? not filling in allocation gaps

2006-03-22 Thread Marcus Meissner
On Wed, Mar 22, 2006 at 12:11:27AM -0800, Geoff Brimhall wrote: > I've been debugging why an n64 emulator ( Project64 ) > gets "Failed to allocate memory" errors under wine > 9.9.10 on linux kernel 2.6. > > The program allocates a large chunk of size > 0x2010, which succeeds, and then another

Re: linux mmap bug ? not filling in allocation gaps

2006-03-22 Thread Mike McCormack
Geoff Brimhall wrote: Wrote a test mmap binary to fill a process address space, it created a similar gap between the executable load address and the loaded shared libraries, eventually failing mmap calls when it hit the stack address space. When I updated the test app to explicitly mmap in the

linux mmap bug ? not filling in allocation gaps

2006-03-22 Thread Geoff Brimhall
I've been debugging why an n64 emulator ( Project64 ) gets "Failed to allocate memory" errors under wine 9.9.10 on linux kernel 2.6. The program allocates a large chunk of size 0x2010, which succeeds, and then another large 0x1010 chunk, which fails. WINEDEBUG=+relay,+virtual eventually