Java 22 (and possibly higher) fails to start the IPCPipe and gives no indication on what excactly failed and why the discord process isn't receiving messages.
OS: Windows 10
JRE: 22 Oracle Corporation Java HotSpot(TM) 64-Bit
Steps to reproduce:
Execute in Java 22
var file = new RandomAccessFile("\\\\?\\pipe\\discord-ipc-0", "rw");
As this is supported in Java 21 this isn't a huge problem but should at least output an error message to the user.
Java 22 (and possibly higher) fails to start the IPCPipe and gives no indication on what excactly failed and why the discord process isn't receiving messages.
OS: Windows 10
JRE: 22 Oracle Corporation Java HotSpot(TM) 64-Bit
Steps to reproduce:
Execute in Java 22
As this is supported in Java 21 this isn't a huge problem but should at least output an error message to the user.