-
Notifications
You must be signed in to change notification settings - Fork 8
Description
"ignored_files": [
"voxy",
"voxy/",
"voxy/*",
"/voxy/",
"**/LOCK",
"session.lock",
"ledger.sqlite",
"DistantHorizons.sqlite"
] 这是我的配置
[22:10:59] [DefaultDispatcher-worker-944/ERROR]: Error in retry, attempt 4/5
java.io.IOException: Error backing up file: C:\Users\Ryan\Desktop.minecraft\versions\1.21.11-Fabric\saves\world1\voxy\b09834e1a24ded6beebb5596886b1fd7\storage\LOCK
at knot//com.github.zly2006.xbackup.BackupDatabaseService$createBackup$entries$2$1.invokeSuspend(BackupDatabaseService.kt:360)
at knot//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
at knot//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at knot//kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
at knot//kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at knot//kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at knot//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
at knot//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at knot//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Caused by: java.io.FileNotFoundException: C:\Users\Ryan\Desktop.minecraft\versions\1.21.11-Fabric\saves\world1\voxy\b09834e1a24ded6beebb5596886b1fd7\storage\LOCK (��һ����������ʹ�ô��ļ������������ʡ�)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
at java.base/java.io.FileInputStream.(FileInputStream.java:152)
at knot//com.github.zly2006.xbackup.BackupDatabaseService$createBackup$entries$2$1.invokeSuspend(BackupDatabaseService.kt:292)
... 8 more
这是报错