Winrash update

2004-06-09 Thread Chris Morgan
Just released a new version of winrash. I'm sending this email because after asking people who are running Winrash to send an email to the list or myself , I didn't receive any emails. This isn't usually a problem except when there is an issue with Winrash. I get error reports that have the I

Re: Zombie processes

2004-06-09 Thread P. Christeas
> Shachar Shemesh wrote: > > Hi all, > > > > Mike M told me on IRC that this matter has come up before, but I have > > not been able to find it in the archives. It seems Wine has been > > generating lots of zombie processes when it's not 100% cleanly killed. I > > have also seen the system hold a

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

2004-06-09 Thread Mike Hearn
On Wed, 09 Jun 2004 14:58:20 +0200, Luca Capello wrote: > Before writing to the XDG mailing-list in order to have their opinion, > I'd like to know the WINE developers one, please. No, categories aren't used for Windows programs. They just don't have a Categories= key at all. Instead you want to d

Re: How to determine if an application is running in Wine environment?

2004-06-09 Thread Mike Hearn
On Wed, 09 Jun 2004 10:51:35 -0700, Bill Medland wrote: > Unless things have changed, I think the normal suggestion is to look for the > HKLM/Software/Wine registry key That works though if you are trying to work around a Wine bug a better approach is just to fix it.

Re: How to determine if an application is running in Wine environment?

2004-06-09 Thread Bill Medland
On June 9, 2004 10:07 am, Raghavan Gurumurthy wrote: > BlankIf i want to do some special handling inside my Windows executable > when running in Wine environment, what is the best way to do this? > > Thanks, Unless things have changed, I think the normal suggestion is to look for the HKLM/Software

Re: A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Eric Pouech wrote: Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Sh

How to determine if an application is running in Wine environment?

2004-06-09 Thread Raghavan Gurumurthy
If i want to do some special handling inside my Windows executable when running in Wine environment, what is the best way to do this?   Thanks,-- Raghavan GurumurthyGupta Technologies   <>

Re: A bug in symbol loading in winedbg

2004-06-09 Thread Eric Pouech
Shachar Shemesh a e'crit : Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Shachar could you be

Re: Zombie processes

2004-06-09 Thread Shachar Shemesh
Patrick Spinler wrote: I haven't raised a bug report anywhere because, well, the kernel guys would say 'it's redhat's kernel, talk to them', and the wine guys would say 'it's crossover's wine, talk to them'. Actually, the kernel guys are more likely to say "it's a redhat kernel, does it also hap

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

2004-06-09 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again, Mike! on 06/09/2004 01:02 PM, Mike Hearn wrote: > Current Gnome implements an older version of the spec. They are moving to > the latest version. The older version really did not work too well for > Wines needs - in fact, this is one of the

Re: Wine on FreeBSD current

2004-06-09 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 09 June 2004 01:42, John Birrell wrote: > 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. There is a threading problem right now (s

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

2004-06-09 Thread Mike Hearn
On Wed, 09 Jun 2004 10:53:59 +0200, Luca Capello wrote: > I agree. I didn't know this standard before and I think you're referring > to the specifications at [1]. Yep. > AFAIK (and I didn't read more docs), > GNOME2 uses something similar to XDG to create its menu via the > 'gnome-vfs-2.0'. Now,

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

2004-06-09 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Mike, on 06/08/2004 07:45 PM, Mike Hearn wrote: > I don't think it makes any sense to support anything other than the XDG > menu spec (which unfortunately not much supports yet, I think Fedora Core > 2 has most of it in place). There is a standa

A bug in symbol loading in winedbg

2004-06-09 Thread Shachar Shemesh
Hi all, Bug Report: If winedbg is asked to load an external PDB file, and that file does not match the executable being run, the debugger does not warn about it. Instead, bad things (tm) happen when actually trying to run the executable. Shachar