-
Notifications
You must be signed in to change notification settings - Fork 49
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
app crashed when discord isn't opened #12
Comments
IPCClient client = new IPCClient(Not for you);
|
Please provide debug logs of the exception, as well as a hastebin or link to the full code if possible. |
java.lang.RuntimeException: org.newsclub.net.unix.AFUNIXSocketException: Connection refused (socket: /private/var/folders/s8/gdj6mr5x6zx0nhdnl35gvcs40000gp/T/discord-ipc-0) A detailed walkthrough of the error, its code path and all known details is as follows:-- Head -- -- Initialization -- |
How to fix it that the app crashes when discord isn't opened?
`IPCClient client = new IPCClient(/ID not for you/);
client.setListener(new IPCListener() {
private Minecraft mc;
The text was updated successfully, but these errors were encountered: