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

Instead of segfaulting when Discord is not installed, have a set boolean or something to see if it is installed. #67

Closed
s5bug opened this issue Nov 28, 2017 · 3 comments

Comments

@s5bug
Copy link

s5bug commented Nov 28, 2017

Logs can be found here. Now this might be a here problem, this might be a problem in the JNI/JNA lib, or this might be a problem in how I instantly try to connect to Discord.

@crmarsh
Copy link
Contributor

crmarsh commented Nov 28, 2017

This looks like a crash from exiting the process without calling Discord_Shutdown, does not have anything to do with Discord being installed or not.

@crmarsh
Copy link
Contributor

crmarsh commented Nov 28, 2017

One could argue that I should fix that crash so that Discord_Shutdown is not required.

@crmarsh
Copy link
Contributor

crmarsh commented Nov 28, 2017

Like this

@crmarsh crmarsh closed this as completed Nov 28, 2017
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

No branches or pull requests

2 participants