diff --git a/Current/Assemblies/0Harmony.dll b/Current/Assemblies/0Harmony.dll index ad4327b..7aac19c 100644 Binary files a/Current/Assemblies/0Harmony.dll and b/Current/Assemblies/0Harmony.dll differ diff --git a/Current/Assemblies/HarmonyMod.dll b/Current/Assemblies/HarmonyMod.dll index 6bd27d5..2de1809 100644 Binary files a/Current/Assemblies/HarmonyMod.dll and b/Current/Assemblies/HarmonyMod.dll differ diff --git a/Source/ExceptionAnalyser.cs b/Source/ExceptionAnalyser.cs index e7975f2..cd86d77 100644 --- a/Source/ExceptionAnalyser.cs +++ b/Source/ExceptionAnalyser.cs @@ -61,9 +61,9 @@ public static string ExtractHarmonyEnhancedStackTrace(StackTrace trace) var stacktrace = sb.ToString(); var hash = stacktrace.GetHashCode(); if (seenStacktraces.Contains(hash)) - return $"Duplicate stacktrace, see [Ref {hash:X}] for original"; + return $"[Ref {hash:X}] Duplicate stacktrace, see ref for original"; seenStacktraces.Add(hash); - return $"{stacktrace}\n[Ref {hash:X}]"; + return $"[Ref {hash:X}]\n{stacktrace}"; } static bool AddHarmonyFrames(this StringBuilder sb, StackTrace trace) diff --git a/Source/HarmonyRimWorld.csproj b/Source/HarmonyRimWorld.csproj index e1fe108..ea218be 100644 --- a/Source/HarmonyRimWorld.csproj +++ b/Source/HarmonyRimWorld.csproj @@ -44,8 +44,8 @@ - - + + all