Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting The ffxiv folder cause a io mount error #105

Closed
thyTwilightGoth opened this issue Jan 4, 2024 · 1 comment
Closed

Deleting The ffxiv folder cause a io mount error #105

thyTwilightGoth opened this issue Jan 4, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@thyTwilightGoth
Copy link

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.

@reiichi001 reiichi001 added the duplicate This issue or pull request already exists label Jan 4, 2024
@reiichi001
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants