Open
Description
Description
Its shrimple, it disconnects and connects in a constant loop, tho it stays connected for like one sec and then it disconnects after
Steps To Reproduce
- Try connecting
- It connects
- It disconnects
- goto 2 if process didnt crash yet
- Cry
Windows Version
10.0.19045.3324
Android Version
Android 11
Android Device
Samsung Galaxy A20e (old af phone ik)
Other details
may be related to #4 idk
Log File
Snippet from logcat (didnt send the whole thing for my privacy + there wasn't anything else that looked interesting)
16:05:37.196 19857 28176 E AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-20
02-12 16:05:37.196 19857 28176 E AndroidRuntime: Process: com.castle.sefirah, PID: 19857
02-12 16:05:37.196 19857 28176 E AndroidRuntime: java.io.IOException: Broken pipe
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance0(Native Method)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ExceptionUtilsJvmKt$createConstructor$$inlined$safeCtor$1.invoke(ExceptionUtilsJvm.kt:103)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ExceptionUtilsJvmKt$createConstructor$$inlined$safeCtor$1.invoke(ExceptionUtilsJvm.kt:90)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ExceptionUtilsJvmKt.tryCopyException(ExceptionUtilsJvm.kt:45)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannelKt.rethrowClosed(ByteBufferChannel.kt:2404)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannelKt.access$rethrowClosed(ByteBufferChannel.kt:1)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.setupStateForWrite$ktor_io(ByteBufferChannel.kt:234)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.writeByte$suspendImpl(ByteBufferChannel.kt:2653)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.writeByte(Unknown Source:0)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.network.tls.RenderKt.writeRecord(Render.kt:17)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.network.tls.TLSClientHandshake$output$1.invokeSuspend(TLSClientHandshake.kt:118)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:823)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineName(cio-tls-encoder), ActorCoroutine{Cancelling}@29e08d7, Dispatchers.IO]
02-12 16:05:37.196 19857 28176 E AndroidRuntime: Caused by: java.io.IOException: Broken pipe
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:55)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at sun.nio.ch.IOUtil.write(IOUtil.java:51)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:512)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.network.sockets.CIOWriterKt$attachForWritingDirectImpl$1$1.invokeSuspend(CIOWriter.kt:109)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at kotlinx.coroutines.internal.DispatchedContinuation.resumeWith(DispatchedContinuation.kt:197)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.internal.CancellableReusableContinuation.resumeWith(CancellableReusableContinuation.kt:93)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.resumeReadOp(ByteBufferChannel.kt:2104)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.flushImpl(ByteBufferChannel.kt:188)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.flush(ByteBufferChannel.kt:198)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.tryWritePacketPart(ByteBufferChannel.kt:3543)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.writePacket$suspendImpl(ByteBufferChannel.kt:1726)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.utils.io.ByteBufferChannel.writePacket(Unknown Source:0)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.network.tls.RenderKt.writeRecord(Render.kt:21)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: at io.ktor.network.tls.TLSClientHandshake$output$1.invokeSuspend(TLSClientHandshake.kt:112)
02-12 16:05:37.196 19857 28176 E AndroidRuntime: ... 8 more
windows client full log
Log20250212.log
Metadata
Metadata
Assignees
Labels
Projects
Status
New