[Bug 2795] Cannot open AVI.
http://bugs.winehq.org/show_bug.cgi?id=2795 ------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-14-03 19:41 ------- So the error is in a windows messagebox? Please provide a screenshot if this is the case. Finding real reason for the problem is fairly easy. run the program with: WINEDEBUG=+relay wine program_name 2>&1 | tee filename.out Find the part in the log where the message box is built and delete the lines following it. The reason it displays the message box should be in the last 1000 lines before the message box. To get those line use the following commands. tail -n 1000 filename.out > report_file Attach the report file to this bug. -- 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.
participants (1)
-
Wine Bugs