http://bugs.winehq.org/show_bug.cgi?id=8107
--- Comment #65 from Adam Martinson amartinson@codeweavers.com 2010-11-21 11:38:36 CST --- Wow, this thing loads a lot of XML files xD I'm still not seeing the one with the shader info tho. Lets try 10M lines xD You can break it up if needed by piping head & tail together, eg: $ cat full.log | tail -n 10000000 | head -n 1000000 would give you the first 1M lines of the last 10M lines. Or if you prefer you can just email the whole chunk (compressed) to me directly. Generally it's good to do as much thru bugzilla as possible, but with logs this big we're approaching the limit of its usefulness.