We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea2f08 commit 0f75de6Copy full SHA for 0f75de6
ImperatorToCK3/Helpers/RakalyCaller.cs
@@ -114,7 +114,7 @@ public static void MeltSave(string savePath) {
114
Logger.Debug($"Rakaly standard error: {stdErrText}");
115
116
string exceptionMessage = "Rakaly melter failed to melt the save.";
117
- if (stdErrText.Contains("There is not enough space on the disk.")) {
+ if (stdErrText.Contains("(os error 112)")) {
118
throw new UserErrorException($"{exceptionMessage} There is not enough space on the disk.");
119
}
120
0 commit comments