Esempio n. 1
0
 public static string FailedToGetDirectoryOfApplication() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorFailedToGetDirectoryOfApplication", "Failed to get directory of application to delete.");
Esempio n. 2
0
 public static string Error() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorError", "Error");
Esempio n. 3
0
 public static string PathNullOrEmpty() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorPathNullOrEmpty", "The path to this application is either null or empty. Please fix the path.");
Esempio n. 4
0
 public static string DllInjectionFailed() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorDllInjectionFailed", "Failed to DLL inject into application process.");
Esempio n. 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.");
Esempio n. 6
0
 public static string FailedToStartProcess() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorFailedToStartProcess", "Failed to start the process. Is your path correct?");
Esempio n. 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.");
Esempio n. 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.");
Esempio n. 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.");
Esempio n. 10
0
 public static string UnknownError() => ApplicationResourceAcquirer.GetTypeOrAlternative("ErrorUnknown", "Unknown Error");