Rickylachow

Untitled

Feb 16th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Unhandled exception in [StandaloneCoroutine{Cancelling}@ce012b0, Dispatchers.IO]
  2.  
  3. java.io.IOException: È in corso la chiusura della pipe
  4. at java.base/java.io.RandomAccessFile.writeBytes(Native Method)
  5. at java.base/java.io.RandomAccessFile.write(RandomAccessFile.java:545)
  6. at dev.cbyrne.kdiscordipc.core.socket.impl.WindowsSocket.write(WindowsSocket.kt:48)
  7. at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$1.invokeSuspend(SocketHandler.kt:42)
  8. at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$1.invoke(SocketHandler.kt)
  9. at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler$1.invoke(SocketHandler.kt)
  10. at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:223)
  11. at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:383)
  12. at kotlinx.coroutines.flow.SharedFlowImpl$collect$1.invokeSuspend(SharedFlow.kt)
  13. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  14. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
  15. at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
  16. at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
  17. at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
  18. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
  19. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
  20. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
  21. Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@ce012b0, Dispatchers.IO]
  22.  
Advertisement
Add Comment
Please, Sign In to add comment