예제 #1
0
 public static string FailedToGetDirectoryOfApplication() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorFailedToGetDirectoryOfApplication", "Failed to get directory of application to delete.");
예제 #2
0
 public static string Error() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorError", "Error");
예제 #3
0
 public static string PathNullOrEmpty() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorPathNullOrEmpty", "The path to this application is either null or empty. Please fix the path.");
예제 #4
0
 public static string DllInjectionFailed() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorDllInjectionFailed", "Failed to DLL inject into application process.");
예제 #5
0
 public static string PathToApplicationInvalid() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorPathToApplicationInvalid", "The path to the application to be launched is invalid. Please re-check your application configuration.");
예제 #6
0
 public static string FailedToStartProcess() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorFailedToStartProcess", "Failed to start the process. Is your path correct?");
예제 #7
0
 public static string LoaderNotFound() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorLoaderNotFound", "was not found. This may be caused by Antivirus software deleting and/or breaking changes in Github repository.");
예제 #8
0
 public static string ErrorFailedToObtainPort() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorFailedToObtainPort", "Failed to obtain port for the Reloaded instance running inside the process.\nThe application has either crashed, Reloaded failed to load or Reloaded has not initialized within the timeout limit.");
예제 #9
0
 public static string ErrorGetProcAddress32Failed() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorGetProcAddress32Failed", "Warning: You are probably missing the x86 version of .NET Core, 32-bit applications will not work.\nPlease re-check the requirements listed on the download page.\nActual Error: Failed to acquire address of GetProcAddress for x86.");
예제 #10
0
 public static string UnknownError() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorUnknown", "Unknown Error");