-
Notifications
You must be signed in to change notification settings - Fork 11
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
Gridcoin does not run in MacOS Catalina 10.15.5 #78
Comments
Hi, |
I used the dmg.
On Monday, June 1, 2020, 11:49:59 AM EDT, Martin Schimandl <[email protected]> wrote:
Hi,
Did you install gridcoin via Homebrew or just use the app from the DMG file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I tested the DMG in my Catalina VM and it worked fine. |
I had to turn my antivirus off so I could run the script. I assume the correct command is "brew install ./gridcoin.rb". It bombed. I'm attaching the log.
Another noteworthy message:
Error: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you an update run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
This occurred after I installed the new tools.
Checking the Tools:
softwareupdate --all --install --force
Software Update Tool
Finding available software
No updates are available.
On Sunday, June 7, 2020, 06:31:38 AM EDT, Martin Schimandl <[email protected]> wrote:
I tested the DMG in my Catalina VM and it worked fine.
Please try to install Gridcoin via Home brew and see if this improves the situation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
The attachment
On Sunday, June 7, 2020, 03:56:44 PM EDT, Chuck Coleman <[email protected]> wrote:
I had to turn my antivirus off so I could run the script. I assume the correct command is "brew install ./gridcoin.rb". It bombed. I'm attaching the log.
Another noteworthy message:
Error: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you an update run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
This occurred after I installed the new tools.
Checking the Tools:
softwareupdate --all --install --force
Software Update Tool
Finding available software
No updates are available.
On Sunday, June 7, 2020, 06:31:38 AM EDT, Martin Schimandl <[email protected]> wrote:
I tested the DMG in my Catalina VM and it worked fine.
Please try to install Gridcoin via Home brew and see if this improves the situation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi! correct commands:
you probably already did this. and then this:
The messages regarding XCode come directly from home brew. I cannot do anything about them. |
I followed the revised instructions and Gridcoin still died.
BTW, as you can see, I have little experience with homebrew. Thanks for the education!
On Monday, June 8, 2020, 10:57:55 AM EDT, Martin Schimandl <[email protected]> wrote:
Hi!
You got the command almost right.
correct commands:
brew tap Git-Jiro/jiro
you probably already did this.
and then this:
brew install girdcoin
The messages regarding XCode come directly from home brew. I cannot do anything about them.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I just noticed this at the bottom of brew's messages:
==> make appbundle
==> Caveats
…--HEAD uses Gridcoin's development branch.
--devel uses Gridcoin's staging branch.
Please refer to https://github.com/gridcoin/Gridcoin-Research/blob/master/README.md for Gridcoin's branching strategy
==> Summary
🍺 /usr/local/Cellar/gridcoin/4.0.6.0: 11 files, 6.9MB, built in 10 minutes 32 seconds
==> Caveats
==> gridcoin
--HEAD uses Gridcoin's development branch.
--devel uses Gridcoin's staging branch.
Please refer to https://github.com/gridcoin/Gridcoin-Research/blob/master/README.md for Gridcoin's branching strategy
On Monday, June 8, 2020, 10:57:55 AM EDT, Martin Schimandl <[email protected]> wrote:
Hi!
You got the command almost right.
correct commands:
brew tap Git-Jiro/jiro
you probably already did this.
and then this:
brew install girdcoin
The messages regarding XCode come directly from home brew. I cannot do anything about them.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hm..., since it still does not work I have a new theory: Backup your gridcoinsearch.conf, your wallet.dat and maybe the rest of the files in the Gridcoin config folder. The files are usually located here
|
So far, so good. After verifying that it would run, I jump-started it with the blockchain snapshot. That's been running for several minutes.
On Monday, June 8, 2020, 03:34:37 PM EDT, Martin Schimandl <[email protected]> wrote:
Hm..., since it still does not work I have a new theory:
Maybe something is wrong with your gridcoin config files?
Backup your gridcoinsearch.conf, your wallet.dat and maybe the rest of the files in the Gridcoin config folder.
Then try to start Gridcoin with all those files out of the way and see what happens.
The files are usually located here
/Users/YOURUSERNAME/Library/Application Support/GridcoinResearch
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Gridcoin died overnight. Now when I start it, it goes as far as "Loading Block Index", then dies.
On Monday, June 8, 2020, 04:10:37 PM EDT, Chuck Coleman <[email protected]> wrote:
So far, so good. After verifying that it would run, I jump-started it with the blockchain snapshot. That's been running for several minutes.
On Monday, June 8, 2020, 03:34:37 PM EDT, Martin Schimandl <[email protected]> wrote:
Hm..., since it still does not work I have a new theory:
Maybe something is wrong with your gridcoin config files?
Backup your gridcoinsearch.conf, your wallet.dat and maybe the rest of the files in the Gridcoin config folder.
Then try to start Gridcoin with all those files out of the way and see what happens.
The files are usually located here
/Users/YOURUSERNAME/Library/Application Support/GridcoinResearch
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hm ... that now sounds like a more general problem with the Gridcoin client and not something that is related to the MacOS port only. Please try to reach someone in the greater Gridcoin community to help with this issue: |
For the hell of it, I decided to reinstall gridcoin. After updating Xcode and Xcode command line tools, I got this: $ brew reinstall gridcoin ==> Downloading https://github.com/gridcoin/Gridcoin-Research/archive/4.0.6.0.ta ==> Patching |
Hm ... at first glance that looks like either the new xcode is not compatible with Qt anymore or homebrew upgraded your version of Qt that is not compatible with Gridcoin anymore. I will try to reproduce this issue. |
I was able to reproduce the issue in my macOS 10.15.5. VM. Here is what i did:
|
Problem fixed, please try again to install gridcoin |
Possibly there will be more coming. At least on macOS 10.15.6 does not build. First error I have
|
I've encountered the same error message as Chuck in 10.15.7 about the outdated dev tools. Ran the recommended commands to reinstall them and got these errors afterwards.
|
Getting the following error after updating to xcode 13 beta 5 and installing the associated command line tools. I also manually installed the boost system libraries in /usr/local/lib/ to no avail.
|
Hi! |
Other question: |
After updating my Mac's OS, Gridcoin stopped running. It goes as far as to show the normal status screen briefly, then dies without warning or message. I can even mouse over the staking, connections, etc. icons and see the expected information. Within 15 seconds, Gridcoin closes.'
MacOS 10.15.5, Gridcoin 4.0.6.0
The text was updated successfully, but these errors were encountered: