http://bugs.winehq.org/show_bug.cgi?id=15695
--- Comment #10 from cheater cheater00@gmail.com 2011-02-17 17:15:32 CST --- Created an attachment (id=33322) --> (http://bugs.winehq.org/attachment.cgi?id=33322) wine relay log for ableton live 8.2 failing to save out a file
This relay trace was done this way:
1. Run Live with the command WINEDEBUG=+relay wine Live\ 8.2.exe 1>/tmp/relay.out 2>/tmp/relay.err
2. get to the "save file" dialog box as described in an earlier comment: file->export audio/video; press ok; then this dialog box shows up; i navigate to the right folder and this step is accomplished
3. start tailing the relay logs: (commands executed in separate shells) tail -f relay.out > relay.out2 tail -f relay.err > relay.err2
4. press "save" in live and have it fail
5. error popup appears. before clicking anything, i stop tail.
Hope this helps!