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
_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users