Skip to content

[Bug]: java.lang.UnsatisfiedLinkError: 'void org.newsclub.net.unix.NativeUnixSocket.createSocket(java.io.FileDescriptor, int, int)' #286

@JDI-Bot

Description

@JDI-Bot

IDE version

IntelliJ IDEA 2025.3 EAP (IU-253.28086.51)

OS

Linux

Java version

21.0.8

Plugin version

2.1.7.242

Error message

java.lang.UnsatisfiedLinkError: 'void org.newsclub.net.unix.NativeUnixSocket.createSocket(java.io.FileDescriptor, int, int)'

Additional info

/

Stack trace

java.lang.UnsatisfiedLinkError: 'void org.newsclub.net.unix.NativeUnixSocket.createSocket(java.io.FileDescriptor, int, int)'
	at org.newsclub.net.unix.NativeUnixSocket.createSocket(Native Method)
	at org.newsclub.net.unix.AFSocketImpl.createSocket(AFSocketImpl.java:959)
	at org.newsclub.net.unix.AFSocketImpl.create(AFSocketImpl.java:431)
	at java.base/java.net.Socket.getImpl(Socket.java:599)
	at java.base/java.net.Socket.bind(Socket.java:808)
	at org.newsclub.net.unix.AFSocket.internalDummyBind(AFSocket.java:290)
	at org.newsclub.net.unix.AFSocket.connect0(AFSocket.java:268)
	at org.newsclub.net.unix.AFSocket.connect(AFSocket.java:240)
	at org.newsclub.net.unix.AFSocket.connect(AFSocket.java:235)
	at dev.cbyrne.kdiscordipc.core.socket.impl.UnixSocket.connect(UnixSocket.kt:19)
	at dev.cbyrne.kdiscordipc.core.socket.handler.SocketHandler.connect(SocketHandler.kt:90)
	at dev.cbyrne.kdiscordipc.KDiscordIPC.connect(KDiscordIPC.kt:87)
	at dev.cbyrne.kdiscordipc.KDiscordIPC.connect$default(KDiscordIPC.kt:80)
	at dev.azn9.plugins.discord.rpc.connection.DiscordIpcConnection$connect$2$1.invokeSuspend(DiscordIpcConnection.kt:65)
	at dev.azn9.plugins.discord.rpc.connection.DiscordIpcConnection$connect$2$1.invoke(DiscordIpcConnection.kt)
	at dev.azn9.plugins.discord.rpc.connection.DiscordIpcConnection$connect$2$1.invoke(DiscordIpcConnection.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:56)
	at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:149)
	at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:105)
	at dev.azn9.plugins.discord.rpc.connection.DiscordIpcConnection$connect$2.invokeSuspend(DiscordIpcConnection.kt:64)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:34)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:610)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runDefaultDispatcherTask(CoroutineScheduler.kt:1194)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:906)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:775)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:762)

Issue hash: e2c10e025c326eafe5e51a674bcfb680

Metadata

Metadata

Assignees

No one assigned

    Labels

    automatedAutomatic issue report from the pluginbugSomething isn't workingkdiscordipcneeds to be fixed in the kdiscordipc lib

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions