5using System.Windows.Forms;
36 List<string> suggestions =
new List<string> {
"Try to verify/repair the game installation, the asset may be missing.",
"If you are using an Anti-virus, please make sure it does not block Terraria in any way." };
66 List<string> list =
new List<string> {
"If you are using an Anti-virus, please make sure it does not block Terraria in any way.",
"Try making sure your `Documents/My Games/Terraria` folder is not set to 'read-only'.",
"Try to verify/repair the game installation." };
69 list.
Add(
"Try updating OneDrive.");
100 List<string> list =
new List<string> {
"If you are using an Anti-virus, please make sure it does not block Terraria in any way.",
"Try making sure your `Documents/My Games/Terraria` folder is not set to 'read-only'.",
"Try to verify/repair the game installation." };
103 list.
Add(
"Try updating OneDrive.");
117 text.AppendLine(
"The original Error below");
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
void Add(TKey key, TValue value)
static void AppendSuggestions(StringBuilder text, List< string > suggestions)
static void IncludeOriginalMessage(StringBuilder text, Exception exception)
static void ShowTheBox(string preparedMessage)
static void ShowFileSavingFailError(Exception exception, string filePath)
static void ShowDirectoryCreationFailError(Exception exception, string folderPath)
static void ShowFailedToLoadAssetError(Exception exception, string filePath)