https://bugs.freedesktop.org/show_bug.cgi?id=80419
--- Comment #24 from James Legg <jlegg at feralinteractive.com> --- (In reply to comment #23) > Thanks, but again it won't work. This time it complains about missing > libsteam_api.so It's possible running through apitrace is somehow losing the LD_LIBRARY_PATH working variable or working directory. You can attach it with LD_PRELOAD which should prevent this. Set the launch options to something like this: LD_PRELOAD=/usr/local/lib/apitrace/wrappers/glxtrace.so:$LD_PRELOAD %command% Adjust the path to the x86_64 glxtrace.so if necessary. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140630/c97263f9/attachment.html>