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

Error copying file 'dalamudConfig.json' & 'dalamudUI.ini'; --roamingpath is non-default #23

Open
AetherCollective opened this issue May 7, 2024 · 0 comments
Labels
Accepted This feature can be and will be implemented Bug Something isn't working

Comments

@AetherCollective
Copy link

AetherCollective commented May 7, 2024

My xivlauncher is configured to have its directory stored at a different location, overwritten by the --roamingPath command line flag. JustBackup does not account for this change for the dalamudConfig.json and dalamudUI.ini files and gives the following error:

2024-05-07 10:22:26.088 -04:00 [ERR] [JustBackup] [JustBackup] Error copying file C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudConfig.json to C:\Users\TheAe\AppData\Local\Temp\FinalFantasyXIVOnlinePortableTemp\JustBackup-1715091681930: Could not find file 'C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudConfig.json'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at JustBackup.JustBackup.CopyFile(String file, String dest) in /work/repo/JustBackup/JustBackup.cs:line 391
2024-05-07 10:22:26.088 -04:00 [ERR] [JustBackup] [JustBackup] Error copying file C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudUI.ini to C:\Users\TheAe\AppData\Local\Temp\FinalFantasyXIVOnlinePortableTemp\JustBackup-1715091681930: Could not find file 'C:\Users\TheAe\AppData\Roaming\XIVLauncher\dalamudUI.ini'.
   at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at JustBackup.JustBackup.CopyFile(String file, String dest) in /work/repo/JustBackup/JustBackup.cs:line 391
@AetherCollective AetherCollective changed the title Error copying file 'dalamudConfig.json' Error copying file 'dalamudConfig.json' & 'dalamudUI.ini'; --roamingpath is non-default May 7, 2024
@Limiana Limiana added Accepted This feature can be and will be implemented Bug Something isn't working labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted This feature can be and will be implemented Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants