From 538078fcead423e81fb4752b9a2261f176d62153 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Tue, 12 Jan 2021 12:10:07 +0100 Subject: [PATCH] IL2CPP: Add core plugin update reminder on failure --- Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs b/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs index e502399..c0ca182 100644 --- a/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs +++ b/Il2CppInspector.Common/IL2CPP/Il2CppInspector.cs @@ -612,7 +612,7 @@ namespace Il2CppInspector } else { Console.Error.WriteLine("Could not process IL2CPP image. This may mean the binary file is packed, encrypted or obfuscated in a way Il2CppInspector cannot process, that the file is not an IL2CPP image or that Il2CppInspector was not able to automatically find the required data."); - Console.Error.WriteLine("Please check the binary file in a disassembler to ensure that it is a valid IL2CPP binary before submitting a bug report!"); + Console.Error.WriteLine("Please ensure you have downloaded and installed the latest set of core plugins and try again. Check the binary file in a disassembler to ensure that it is a valid IL2CPP binary before submitting a bug report!"); } } // Unknown architecture