dogecash / dogecash-old

DogeCash Core Code
MIT License
31 stars 20 forks source link

5.2 update crashes on start MacOSX 15.5.5 #49

Open stonesourcery opened 4 years ago

stonesourcery commented 4 years ago

This issue tracker is only for technical issues related to DogeCash Core. General dogecash questions and/or support requests and are best directed to the dogecash Discord.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

1.update 2.open .dmg 3.run

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

What version of DogeCash Core are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package.

Machine specs:

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log, db.log or config.log file. Raw text or a link to a pastebin type site are preferred.

Liquid369 commented 4 years ago

You can circumvent the error by copying the DogeCash-Qt.app to your /Applications directory, then opening up a terminal and issuing the following command:

xattr -d com.apple.quarantine /Applications/DogeCash-Qt.app

I will have to resign the binary according to apples latest standard for 10.15.5

If this is the error I believe it pertains to

stonesourcery commented 4 years ago

tried that command - had a couple of crashes and now the command returns this xattr: /Applications/DogeCash-Qt.app: No such xattr: com.apple.quarantine mc@Ms-MacBook-Pro ~ %