[Bug 3623] VectorWorks Freezing Issues

Wine Bugs wine-bugs at winehq.org
Thu Oct 20 02:01:42 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=3623





------- Additional Comments From saulius.krasuckas at elst.vtu.lt  2005-20-10 02:01 -------
IMHO "actual crash output" is output you get with WINEDEBUG unset.  And to get
XX lines _B_efore seh lines (plus YY lines _A_fter it), while seeing all the
output, you may find usefull these commands:

$ wine ... 2>&1 | tee output.log     # directs output both to file and terminal
$ grep -BXX -AYY ':seh:' output.log  # matches seh lines

If you would like to _m_atch only the first time, add grep option "-m1".  HTH.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list