[Wine]Wine question - sort of... program that ran now crashes
Joris Huizer
jorishuizer at planet.nl
Sun Oct 17 13:25:37 CDT 2004
Mark Knecht wrote:
> Great! OK, the command:
>
> WINEDEBUG=+relay,+seh jack_fst /home/mark/c/Program\
> Files/Vstplugins/Battery.dll
>
> produces lots of stuff in my terminal, but
>
> WINEDEBUG=+relay,+seh jack_fst /home/mark/c/Program\
> Files/Vstplugins/Battery.dll >Wine.error-jack_fst
>
> doesn't capture anything in the file itself.
>
It probably writes to stderr... try
WINEDEBUG=+relay,+seh jack_fst /home/mark/c/Program\
Files/Vstplugins/Battery.dll 2>Wine.error-jack_fst
(in case that 2> thing doesn't work, switch to bash and try again ;) )
HTH,
Joris
More information about the wine-users
mailing list