diff --git a/BizHawk.MultiClient/AviWriter.cs b/BizHawk.MultiClient/AviWriter.cs index 17a623d6be..5a3bfbd5c0 100644 --- a/BizHawk.MultiClient/AviWriter.cs +++ b/BizHawk.MultiClient/AviWriter.cs @@ -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; } }