Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 22 fails to start the IPCPipe #34

Open
shootergamer234 opened this issue Jan 2, 2025 · 0 comments · May be fixed by #35
Open

Java 22 fails to start the IPCPipe #34

shootergamer234 opened this issue Jan 2, 2025 · 0 comments · May be fixed by #35

Comments

@shootergamer234
Copy link

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.

@shootergamer234 shootergamer234 linked a pull request Jan 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant