-
Notifications
You must be signed in to change notification settings - Fork 262
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
crash on macOS 12.6.5 #731
Comments
@ddykeman1 would you be able to compile bitcoin core on your own, enabling debug during the configure stage, that would greatly help to identify exactly what is going on. I'd also suggest sanity checking your setup:
@hebasto So within the constructor for MacDockIconHandler::MacDockIconHandler() : QObject()
{
id delegate = [[NSApplication sharedApplication] delegate];
if (delegate == nil) {
// delegate not set
} else {
//delegate is set
setupDockClickHandler();
}
} |
Not sure how to do that at the moment |
Moved from bitcoin/bitcoin#27681.
What version of Bitcoin Core are you using?
V22.0.0 and 24.0.1.
Operating system and version
Mac osx 12.6.5
Machine specifications
2.8 dual core i5 8 gb ram high speed internet
1tb drive
The text was updated successfully, but these errors were encountered: