rethink-app icon indicating copy to clipboard operation
rethink-app copied to clipboard

v055u: IOException in WireguardManager.restoreProcessRetrieveWireGuardConfigs (WireguardManager.kt:1203)

Open ignoramous opened this issue 2 months ago • 0 comments

Fatal Exception: java.io.IOException: No such file or directory
       at java.io.UnixFileSystem.createFileExclusively0(UnixFileSystem.java)
       at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:368)
       at java.io.File.createNewFile(File.java:1047)
       at com.celzero.bravedns.service.WireguardManager.performRestore(WireguardManager.kt:1229)
       at com.celzero.bravedns.service.WireguardManager.restoreProcessRetrieveWireGuardConfigs(WireguardManager.kt:1203)
       at com.celzero.bravedns.database.RefreshDatabase.restoreWireGuardProfilesIfNeeded(RefreshDatabase.kt:498)
       at com.celzero.bravedns.database.RefreshDatabase.process(RefreshDatabase.kt:218)
       at com.celzero.bravedns.database.RefreshDatabase$1.invokeSuspend(RefreshDatabase.kt:104)
       at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
       at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
       at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
       at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
       at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
       at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
       at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
       at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)     

ignoramous avatar Nov 06 '25 18:11 ignoramous