You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: java.io.FileNotFoundException: \\?\pipe\discord-ipc-0 (The system cannot find the file specified)
at knot/com.jagrosh.discordipc.entities.pipe.WindowsPipe.<init>(WindowsPipe.java:45) ~[DiscordIPC-a8d6631cc9.jar:?]
at knot/com.jagrosh.discordipc.entities.pipe.Pipe.createPipe(Pipe.java:158) ~[DiscordIPC-a8d6631cc9.jar:?]
at knot/com.jagrosh.discordipc.entities.pipe.Pipe.openPipe(Pipe.java:67) ~[DiscordIPC-a8d6631cc9.jar:?]
at knot/com.jagrosh.discordipc.IPCClient.connect(IPCClient.java:116) ~[DiscordIPC-a8d6631cc9.jar:?]
at knot/io.github.skyarchon.skyarchonmod.discord.DiscordActivity.run(DiscordActivity.java:36) ~[main/:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.io.FileNotFoundException: \\?\pipe\discord-ipc-0 (The system cannot find the file specified)
at java.base/java.io.RandomAccessFile.open0(Native Method) ~[?:?]
at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:356) ~[?:?]
at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:273) ~[?:?]
at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:223) ~[?:?]
at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:137) ~[?:?]
at knot/com.jagrosh.discordipc.entities.pipe.WindowsPipe.<init>(WindowsPipe.java:43) ~[DiscordIPC-a8d6631cc9.jar:?]
... 5 more
(using the example)
The text was updated successfully, but these errors were encountered:
I get the error
(using the example)
The text was updated successfully, but these errors were encountered: