dedpnd / yaradio-yamusic

Yandex Music desktop application
MIT License
225 stars 21 forks source link

issue with macOS 10.15.6 #23

Closed masyanru closed 3 years ago

masyanru commented 4 years ago

hi same as for that issue - https://github.com/dedpnd/yaradio-yamusic/issues/5 got the latest release, unpacked and LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Yandex.Music.App.app.

dedpnd commented 3 years ago

Hi @masyanru. It looks like the files are not executable. I'll try to fix it. You can try this as a temporary solution https://apple.stackexchange.com/a/181031 I will be happy if you give feedback

masyanru commented 3 years ago

@dedpnd Ive already updated macOS to 11.1, but it works and only from terminal xattr -dr com.apple.quarantine Yandex.Music.App.app open -a Yandex.Music.App

if I open app with double-click it shows me an error

изображение
Process:               yaMusic [52411]
Path:                  /Users/USER/Downloads/*/Yandex.Music.App.app/Contents/MacOS/yaMusic
Identifier:            yaMusic
Version:               0.4.0 (0.4.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           yaMusic [52411]
User ID:               501

Date/Time:             2021-01-05 19:37:10.848 +0300
OS Version:            macOS 11.1 (20C69)
Report Version:        12
Bridge OS Version:     5.1 (18P3030)
Anonymous UUID:        92349537-C8FB-8209-5503-38F19B055A46

Sleep/Wake UUID:       B057269B-170C-46CF-8682-F1E1E36310E1

Time Awake Since Boot: 97000 seconds
Time Since Wake:       1200 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  dyld: Using shared cache: 467A83CB-BA86-3F07-B652-B9256C74080A
Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: /Users/USER/Downloads/*/Yandex.Music.App.app/Contents/MacOS/yaMusic
  Reason: no suitable image found.  Did find:
    /Users/masyan/Downloads/Yandex.Music.App-darwin-x64/Yandex.Music.App.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: file too short

Binary Images:
       0x107fdf000 -        0x108007fff +yaMusic (0.4.0 - 0.4.0) <2BD212D2-16E8-30A4-AA59-4BD1A2D82BB1> /Users/USER/Downloads/*/Yandex.Music.App.app/Contents/MacOS/yaMusic
       0x10e477000 -        0x10e512fff  dyld (832.7.1) <DEA51514-B4E8-3368-979B-89D0F8397ABC> /usr/lib/dyld
    0x7fff3eb1f000 -     0x7fff3ec76fff  com.apple.MediaPlayer (1.0 - 1.0) <98F74E6D-4344-3FC0-9148-00E29BBDB37D> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
dedpnd commented 3 years ago

@masyanru Try the latest version. The package should work correctly.

masyanru commented 3 years ago

thx ;)