分离玩家信息插件,以及更新检测
This commit is contained in:
@@ -3,6 +3,7 @@ using Microsoft.Win32;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
using TechnologyAssembler.Core.IO;
|
||||
@@ -102,6 +103,14 @@ namespace AnotherReplayReader
|
||||
DronePlatform.BuildTechnologyAssembler();
|
||||
_skudefFileSystem = new SkuDefFileSystemProvider("config", highestSkudef);
|
||||
}
|
||||
catch (ReflectionTypeLoadException e)
|
||||
{
|
||||
Debug.Instance.DebugMessage += $"Exception during initialization of BigMinimapCache: \r\n{e}\r\nLoader Exceptions: {e.LoaderExceptions.Length}";
|
||||
foreach (var e2 in e.LoaderExceptions)
|
||||
{
|
||||
Debug.Instance.DebugMessage += $"Exception during initialization of BigMinimapCache: \r\n{e2}\r\n";
|
||||
}
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
Debug.Instance.DebugMessage += $"Exception during initialization of BigMinimapCache: \r\n{exception}\r\n";
|
||||
|
||||
Reference in New Issue
Block a user