added BaseGame

This commit is contained in:
Luke Pulverenti
2013-04-15 00:03:11 -04:00
parent 49e67b980b
commit 650016ef62
3 changed files with 32 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ namespace MediaBrowser.Installer
}
catch (Exception e)
{
SystemClose("Error Extracting - " + e.GetType().FullName + "\n\n" + e.Message);
SystemClose("Error Extracting - " + e.GetType().FullName + "\n\n" + e.Message + "\n\n" + e.StackTrace);
// Delete archive even if failed so we don't try again with this one
TryDelete(archive);
return;