moonlight-mac icon indicating copy to clipboard operation
moonlight-mac copied to clipboard

Support for MacOS 10.14 on MBP 2015

Open STUkh opened this issue 4 years ago • 0 comments

App crashes on Mac OS 10.14 - it would be great to add compatibility with latest versions

Crash report:

Process:               Moonlight macOS [38231]
Path:                  /Applications/Moonlight macOS.app/Contents/MacOS/Moonlight macOS
Identifier:            fkx.Moonlight-macOS
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Moonlight macOS [38231]
User ID:               501

Date/Time:             2020-01-07 10:29:58.251 +0200
OS Version:            Mac OS X 10.14.6 (18G1012)
Report Version:        12
Anonymous UUID:        82A99855-6CBF-00FC-4C14-F7730FD2902E

Sleep/Wake UUID:       1F79818B-DFFB-47FF-B1FE-E6390C933B0F

Time Awake Since Boot: 380000 seconds
Time Since Wake:       910 seconds

System Integrity Protection: disabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (Code Signature Invalid)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    Namespace CODESIGNING, Code 0x1

kernel messages:

VM Regions Near 0 (cr2):
--> 
    __TEXT                 000000010f7cf000-000000010f942000 [ 1484K] r-x/rwx SM=COW  

Thread 0 Crashed:
0                                 	0x00000001122a4000 _dyld_start + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x00007ffee0430be8
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00000001122a4000  rfl: 0x0000000000000200  cr2: 0x0000000000000000
  
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     0


Binary Images:
       0x10f7cf000 -        0x10f941fff + (0) <7B0141B5-329D-333E-8B35-BAD164CAC9E4> 
       0x1122a3000 -        0x11230d70f + (655.1.1) <615654D5-B6C5-3D83-A146-34A3EA6D3A80> 

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 485680
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=2204K resident=0K(0%) swapped_out_or_unallocated=2204K(100%)
Writable regions: Total=8540K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8540K(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
STACK GUARD                       56.0M        1 
Stack                             8192K        1 
__DATA                             556K        4 
__LINKEDIT                         292K        2 
__TEXT                            1912K        2 
shared memory                        8K        2 
===========                     =======  ======= 
TOTAL                             66.7M       12 

UPDATE Crash can be resolved locally executing next command:

sudo codesign -f -s - /Applications/Moonlight\ macOS.app/

UPDATE 2 Anyway force HEVC option cause to freeze of first streaming frame. W/o HEVC streaming works OK. Settings:

Resolution: 1,920 x 1,080
Bitrate: 20,000
Framerate: 60
Force HEVC/H265: YES

STUkh avatar Jan 07 '20 08:01 STUkh