Old map directory is on a drive that does not exist in my computer anymore. Tried moving it, and no matter what I do, it gives me this error message. Completely unable to play because I can't change the map folder or download maps to a non-existent folder,
Client Version: 2025.9.2
java.nio.file.NoSuchFileException: X:\FAFMods
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:53)
at java.base/sun.nio.fs.WindowsFileAttributeViews$Basic.readAttributes(WindowsFileAttributeViews.java:38)
at java.base/sun.nio.fs.WindowsFileSystemProvider.readAttributes(WindowsFileSystemProvider.java:197)
at java.base/java.nio.file.Files.readAttributes(Files.java:1853)
at org.springframework.util.FileSystemUtils.copyRecursively(FileSystemUtils.java:126)
at com.faforever.client.preferences.tasks.MoveDirectoryTask.call(MoveDirectoryTask.java:61)
at com.faforever.client.preferences.tasks.MoveDirectoryTask.call(MoveDirectoryTask.java:20)
at javafx.concurrent.Task$TaskCallable.call(Task.java:1399)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)