Re: Crash due to some fixme messages in CreateProcessA

2001-04-20 Thread Lionel Ulmer
On Fri, Apr 20, 2001 at 03:34:40PM -0700, Francois Gouget wrote: > On Fri, 20 Apr 2001, Lionel Ulmer wrote: > [...] > > if (lpStartupInfo->lpDesktop) > > FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n", > > name, lpStartupInfo->lpDesktop); > [...] > > So what should we do ?

Re: Crash due to some fixme messages in CreateProcessA

2001-04-20 Thread Francois Gouget
On Fri, 20 Apr 2001, Lionel Ulmer wrote: [...] > if (lpStartupInfo->lpDesktop) > FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n", > name, lpStartupInfo->lpDesktop); [...] > So what should we do ? Suppress the '%s' and replace it with a '%p' ? Add a > check on the pointer to

Crash due to some fixme messages in CreateProcessA

2001-04-20 Thread Lionel Ulmer
Hi all, While running a program, I got a crash in the CreateProcessA, in the following debug TRACE line : if (lpStartupInfo->lpDesktop) FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n", name, lpStartupInfo->lpDesktop); By running the debugger, I got this : Wine-dbg>print