Re: Linux links in Windows

2004-06-08 Thread Fabian Cenedese
>I have a question about the standard drive/directory. I think there were >some changes recently so I don't know the current state. I'm still on >20040408 as we needed to freeze and test the source. > >I have a process which changes the current dir and then starts a new >program with CreateThread.

Wine on FreeBSD current

2004-06-08 Thread John Birrell
Are there any people subscribed to this list who use Wine on FreeBSD current? I'm just wondering if it is supposed to work as well as FreeBSD stable. -- John Birrell

Re: winmm GetDevCaps better pointer check patch

2004-06-08 Thread Eric Pouech
I can see the evils of using IsBadWritePtr now but it seems that Microsoft does use it in their winmm implementation and to be compatible, wine probably should too. I think the patch is valid. I'd rather think unless we find an app which absolutely requires it, we'd better leave it as it is (and

Re: winmm GetDevCaps better pointer check patch

2004-06-08 Thread Robert Reif
Mike Hearn wrote: On Sun, 06 Jun 2004 16:15:43 -0400, Robert Reif wrote: Interesting read. I would have thought Microsoft would have checked if the memory range was already mapped and had the proper access permission rather than just accessing it and catching the page fault. The whole point of

Re: (Still) problem on AMD64 with wine CVS

2004-06-08 Thread Maurizio Monge
> Maurizio, > Ignore what it says in the source, in dlls/ntdlls/virtual.c you can change > the value in ADDRESS_SPACE_LIMIT to suit yourself. Many applications (I > venture to say most ) work fine and my solaris distro has been compiled > like this for two years with few (Actually no) complai

Re: [winemenubuilder] shell:SHELL32_DllCanUnloadNow (void): stub, WinMain failed

2004-06-08 Thread Mike Hearn
On Tue, 08 Jun 2004 18:03:38 +0200, Luca Capello wrote: > - - get it working again on my machine (GNOME2 on Debian) - - extend it > to other desktop environments (KDE2/3, GNOME1) on Debian - - extend it > to other distros I don't think it makes any sense to support anything other than the XDG menu

Re: [winemenubuilder] shell:SHELL32_DllCanUnloadNow (void): stub, WinMain failed

2004-06-08 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Robert, on 06/08/2004 03:58 AM, Robert Shearman wrote: > Ok, we can do a deal. I'll look at the winemenubuilder code if you look at > the wineshelllink script (as I've not got enough programming skills for the > latter!). I'll try to increase th

wine problem

2004-06-08 Thread mguyard
Hello I do that Before starting to work on a big project you may want to try to port a small application. The winemine application from the Wine source tree suits well for testing purposes. It can be found in the programs subdirectory. winemine is a simple application, but has a few C, header an

Re: Blizzard Updater Problem

2004-06-08 Thread Erich Hoover
After redownloading from CVS (I downloaded that way originally), patching, and compiling it worked great - thanks!  This time I compiled it 'manually' instead of running the ./tools/wineinstall script - I'm assuming that script sets the "stripped" mode that screwed me up before.  Again, thanks

Linux links in Windows

2004-06-08 Thread Fabian Cenedese
Hi I have a question about the standard drive/directory. I think there were some changes recently so I don't know the current state. I'm still on 20040408 as we needed to freeze and test the source. I have a process which changes the current dir and then starts a new program with CreateThread. Bu

Re: Zombie processes

2004-06-08 Thread Patrick Spinler
Just another confirmation report. I see this effect on a stock redhat 9 box running an untainted redhat's 2.4.20-8 revision of the kernel with Codeweaver's recent version of crossover office. $ uname -a Linux lpea-dmt-rcmd.mayo.edu 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Li

Re: Spin Counts For Critical Sections on SMP

2004-06-08 Thread Robert Shearman
On Mon, 2004-06-07 at 18:14, Robert Shearman wrote: > Changelog: > Honour spin count setting for critical sections on SMP Actually, this patch isn't right. Don't apply. Rob

Re: (Still) problem on AMD64 with wine CVS

2004-06-08 Thread Robert Lunnon
On Sat, 5 Jun 2004 04:14 am, Alexandre Julliard wrote: > Maurizio Monge <[EMAIL PROTECTED]> writes: > > # wine-kthread > > wine: failed to initialize: /opt/wine/lib/wine/ntdll.dll.so: failed to > > map segment from shared object: Cannot allocate memory > > Sounds like the kernel will need to be fix