-
Notifications
You must be signed in to change notification settings - Fork 63
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
IPC Error #396
Comments
Same issue.
IntelliJ IDEA 2023.2.5 (Ultimate Edition) Kotlin: 232-1.9.20-release-507-IJ10072.27 Error occurred while I was loading a Bukkit project from the start page. The project visibility setting is set to "App only", and Discord was not running at the time. |
Run IDEA as an administrator, it solved my problem |
I'm on Mac, so I guess I'll sudo it. But actually, I just realized that it wouldn't be too hard to PR a catch statement myself somewhere in there, so I'm gonna go do that. EDIT: Ok, so after looking through the code, it looks like the only culprit would be Discord still having an IPC file despite not running. I'm not sure how you'd detect if it's running or not, since the hook this plugin uses to interface with Discord just throws a generic |
The text was updated successfully, but these errors were encountered: