Andreas Mohr <[EMAIL PROTECTED]> writes:
> After:
> trace:module:get_appname_cmdline -> appname '(null)', cmdline
>'/usr/local/bin/winedbg 134621800 96'
> trace:module:get_appname_cmdline trying '/usr/local/bin/winedbg'
> trace:module:get_appname_cmdline <- appname 'G:\winedbg', cmdline 'G:\winedbg
>134621800 96'
>
> And this fails to load winedbg in Wine somehow.
> Damn. I guess I have to modify that code to not replace unix style paths.
> (SearchPath() does that :-\)
>
> Ouch.
>
> Or is the Wine code incorrect/fixable somehow ?
> And does it make sense to stick with my current implementation anyway ?
IMO it was much more correct before your patch... I don't think you
should be changing the paths inside the cmdline. Exactly what doesn't
work in the current implementation? do you have a trace showing the
problem?
--
Alexandre Julliard
[EMAIL PROTECTED]