Skip to content

java.io.FileNotFoundException: \\?\pipe\discord-ipc-0 (The system cannot find the file specified) #36

@wolfieboy09

Description

@wolfieboy09

I get the error

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions