AviWriter.cs: be informative if worker thread dies
This commit is contained in:
parent
d70a4e0a9c
commit
d0ada9dbb3
|
@ -77,8 +77,9 @@ namespace BizHawk.MultiClient
|
|||
return;
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
System.Windows.Forms.MessageBox.Show("AVIFIL32 Thread died:\n\n" + e.ToString());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue