http://bugs.winehq.org/show_bug.cgi?id=15695
cheater cheater00@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cheater00@gmail.com
--- Comment #7 from cheater cheater00@gmail.com 2011-02-17 06:52:36 CST --- (In reply to comment #6)
Created an attachment (id=33319)
--> (http://bugs.winehq.org/attachment.cgi?id=33319) [details]
strace of ableton live failing at the export save dialog
Live 8.2 works perfectly except for this one problem. It's much more stable than under Windows and I can get much lower latencies (really important) using wineasio. This is a really practical solution to productivity in Ableton Live. I have made an strace of the save failing, and attach it to this post - maybe someone can enlighten. Happy to re-run tests with patches etc. The complete strace from start to finish is 10 GB (!), over 2 GB until the project is open.
Here's how I generated the trace: 1. I have run Live under strace normally: $ strace ./Live\ 8.2.exe 1>/tmp/strace.out 2>/tmp/strace.err 2. I have loaded the project, and then I have opened the export dialog box (File -> Export Audio/Video), and clicked OK. A "save file" dialog box popped up. 3. At this point I split off another trace: $ tail -n 1000 -f strace.err > strace.err2 4. I have entered the file name (test001.wav) and pressed save. 5. Live reported the error 6. I have interrupted the tail using ^C
This has enabled me to have a trace that's "only" 5 megabytes.
Notable strings to search for are: test001.wav, AbletonTmp-0000.
Hope this helps someone!