You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi deleting the ffxiv folder under .xlcore causes this error:
2024-01-03 17:35:22.041 -08:00 [INF] [DUPDATE] Now starting for .NET Runtime 7.0.0
2024-01-03 17:35:22.962 -08:00 [INF] [DUPDATE] All set for 2023.11.09.0000.0000 with 9.0.0.14(7.0.0, 236)
2024-01-03 17:35:23.575 -08:00 [ERR] Error during patching
System.IO.DriveNotFoundException: Could not find the drive '/home/twilight/.xlcore/ffxiv'. The drive might not be ready or might not be mapped.
at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result)
at System.IO.DriveInfo.get_AvailableFreeSpace()
at XIVLauncher.Common.Util.PlatformHelpers.GetDiskFreeSpace(DirectoryInfo info) in C:/goatsoft/xl/XIVLauncher.Common/Util/PlatformHelpers.cs:line 165
at XIVLauncher.Common.Game.Patch.PatchManager.PatchAsync(FileInfo aria2LogFile, Boolean external) in C:/goatsoft/xl/XIVLauncher.Common/Game/Patch/PatchManager.cs:line 125
at XIVLauncher.Core.Components.MainPage.MainPage.TryHandlePatchAsync(Repository repository, PatchListEntry[] pendingPatches, String sid) in C:/goatsoft/xl/XIVLauncher.Core/Components/MainPage/MainPage.cs:line 1039
Manually creating the folder causes the launcher to be able to download the game again.
The text was updated successfully, but these errors were encountered:
Duplicate of #91. It's a known issue, but not one that is currently handled as we only create folders on first run without config in the default location.
Hi deleting the ffxiv folder under .xlcore causes this error:
Manually creating the folder causes the launcher to be able to download the game again.
The text was updated successfully, but these errors were encountered: