In a wine bug report I have been asked to attach a compressed
+tid,+seh,+relay,+msi log. I have been googling for over two hours
trying to find out just how to do that. Can someone please RTFM me
with a link to information that explains how to do that? If you find
it via google, I would like to know what keywords you used. Thanks in
advance.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
How to debug?
How to debug?
On Fri, Mar 14, 2008 at 7:15 PM, Dotan Cohen <[email protected]> wrote:
[quote]In a wine bug report I have been asked to attach a compressed
+tid,+seh,+relay,+msi log. I have been googling for over two hours
trying to find out just how to do that. Can someone please RTFM me
with a link to information that explains how to do that? If you find
it via google, I would like to know what keywords you used. Thanks in
advance.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
[quote]In a wine bug report I have been asked to attach a compressed
+tid,+seh,+relay,+msi log. I have been googling for over two hours
trying to find out just how to do that. Can someone please RTFM me
with a link to information that explains how to do that? If you find
it via google, I would like to know what keywords you used. Thanks in
advance.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
How to debug?
On 15/03/2008, Austin English <[email protected]> wrote:
there, or are they copy-pasted from my mail?
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
Thank you. Just to clarify, are the commas in your post supposed to beHmm, doesn't seem to be in the FAQ, perhaps it should be added.
To answer your question, in terminal:
$ WINEDEBUG=+tid,+seh,+relay,+msi wine your_program.exe &> /tmp/log.txt
And attach /tmp/log.txt to the bug.
there, or are they copy-pasted from my mail?
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
How to debug?
On Fri, Mar 14, 2008 at 7:36 PM, Dotan Cohen <[email protected]> wrote:
separate them with commas. See also:
http://wiki.winehq.org/DebugChannels
Yes, they need to be there. If you have multiple debug channels,On 15/03/2008, Austin English <[email protected]> wrote:Thank you. Just to clarify, are the commas in your post supposed to beHmm, doesn't seem to be in the FAQ, perhaps it should be added.
To answer your question, in terminal:
$ WINEDEBUG=+tid,+seh,+relay,+msi wine your_program.exe &> /tmp/log.txt
And attach /tmp/log.txt to the bug.
there, or are they copy-pasted from my mail?
separate them with commas. See also:
http://wiki.winehq.org/DebugChannels
How to debug?
On 15/03/2008, Dotan Cohen <[email protected]> wrote:
I see that the commas are supposed to be there.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
Sorry, on this page: http://wiki.winehq.org/DebugChannelsThank you. Just to clarify, are the commas in your post supposed to be
there, or are they copy-pasted from my mail?
I see that the commas are supposed to be there.
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
How to debug?
On 15/03/2008, Austin English <[email protected]> wrote:
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×
Ah, you beat me to it!Yes, they need to be there. If you have multiple debug channels,
separate them with commas. See also:
http://wiki.winehq.org/DebugChannels
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
×