When I start my program with discord closed, it throws this exception without stack trace: java.io.FileNotFoundException: \\.\pipe\discord-ipc-0 (The system cannot find the file specified)
It doesn't make sense, because I specified that Discord is not required as you can see in the code block below.
CreateParams params = new CreateParams();
params.setClientID(<clientidaslong>);
params.setFlags(CreateParams.Flags.NO_REQUIRE_DISCORD);
Core core = new Core(params);
I compiled this library myself from the newest code available to this day
When I start my program with discord closed, it throws this exception without stack trace:
java.io.FileNotFoundException: \\.\pipe\discord-ipc-0 (The system cannot find the file specified)
It doesn't make sense, because I specified that Discord is not required as you can see in the code block below.I compiled this library myself from the newest code available to this day