alexhaugland / moonlight-ios

GameStream client for iOS/tvOS
GNU General Public License v3.0
35 stars 10 forks source link

Manual Fix #16

Open goast-ai[bot] opened 1 month ago

goast-ai[bot] commented 1 month ago

Link to Goast Fix

  1. /Limelight/Stream/VideoDecoderRenderer.m Enhance the error handling and ensure proper memory management in the submitDecodeBuffer:length:bufferType:decodeUnit: method. Specifically, ensure that all allocated resources are properly released in case of errors, and add more detailed logging to capture the exact point of failure.

Stack Trace

Incident Identifier: FDF88DE9-F10A-4121-89D8-DC213ACD5720
Hardware Model:      RealityDevice14,1
Process:             Moonlight Vision [5910]
Path:                /private/var/containers/Bundle/Application/5A7B7305-C5D8-421C-82E0-74A329AE1C6B/Moonlight Vision.app/Moonlight Vision
Identifier:          com.moonlight-stream-beta.Moonlight-Vision
Version:             9.0.1 (13)
AppStoreTools:       15F31c
AppVariant:          1:RealityDevice14,1:1.1
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.moonlight-stream-beta.Moonlight-Vision [765]

Date/Time:           2024-06-29 20:11:16.6269 -0700
Launch Time:         2024-06-29 01:18:15.2437 -0700
OS Version:          xrOS 2.0 (22N5267g)
Release Type:        Beta
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: Moonlight Vision [5910]

Triggered by Thread:  0

Kernel Triage:
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter
VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter

Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x000000026ae9b2ec __pthread_kill + 8
1   libsystem_pthread.dylib         0x000000026af83754 pthread_kill + 228 (pthread.c:1721)
2   libsystem_c.dylib               0x000000026ae0faf8 abort + 128 (abort.c:122)
3   Moonlight Vision                0x00000001024a61a0 -[VideoDecoderRenderer submitDecodeBuffer:length:bufferType:decodeUnit:] + 1620 (VideoDecoderRenderer.m:514)
4   Moonlight Vision                0x00000001024a53c8 -[VideoDecoderRenderer displayLinkCallback:] + 68 (VideoDecoderRenderer.m:129)
5   QuartzCore                      0x00000001b1cec9cc CA::Display::DisplayLinkItem::dispatch_(CA::SignPost::Interval<(CA::SignPost::CAEventCode)835322056>&) + 48 (CADisplay.mm:6240)
6   QuartzCore                      0x00000001b1ce31c0 CA::Display::DisplayLink::dispatch_items(unsigned long long, unsigned long long, unsigned long long) + 872 (CADisplay.mm:5396)
7   QuartzCore                      0x00000001b1cefc10 CA::Display::DisplayLink::dispatch_deferred_display_links(unsigned int) + 424 (CADisplay.mm:4511)
8   UIKitCore                       0x00000002514bb87c _UIUpdateSequenceRun + 84 (_UIUpdateSequence.mm:119)
9   UIKitCore                       0x0000000251edc724 schedulerStepScheduledMainSection + 172 (_UIUpdateScheduler.m:1018)
10  UIKitCore                       0x0000000251edbc30 runloopSourceCallback + 92 (_UIUpdateScheduler.m:1181)
11  CoreFoundation                  0x00000001a2d49b64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1941)
12  CoreFoundation                  0x00000001a2d49aa8 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:1985)
13  CoreFoundation                  0x00000001a2d491c8 __CFRunLoopDoSources0 + 244 (CFRunLoop.c:2022)
14  CoreFoundation                  0x00000001a2d434a4 __CFRunLoopRun + 856 (CFRunLoop.c:2939)
15  CoreFoundation                  0x00000001a2d42d0c CFRunLoopRunSpecific + 608 (CFRunLoop.c:3404)
16  GraphicsServices                0x00000001e64ac518 GSEventRunModal + 164 (GSEvent.c:2196)
17  UIKitCore                       0x0000000251fb5104 -[UIApplication _run] + 816 (UIApplication.m:3795)
18  UIKitCore                       0x0000000251fb9bd8 UIApplicationMain + 340 (UIApplication.m:5445)
19  SwiftUI                         0x00000001b48bc834 closure #1 in KitRendererCommon(_:) + 168 (UIKitApp.swift:54)
20  SwiftUI                         0x00000001b48bc564 runApp<A>(_:) + 100 (UIKitApp.swift:16)
21  SwiftUI                         0x00000001b450b518 static App.main() + 224 (App.swift:121)
22  Moonlight Vision                0x00000001024c9578 static MainWrapper.main() + 76 (MoonlightVisionApp.swift:21)
23  Moonlight Vision                0x00000001024c9578 static MainWrapper.$main() + 76 (<compiler-generated>:17)
24  Moonlight Vision                0x00000001024c9578 main + 88 (MoonlightVisionApp.swift:0)
25  dyld                            0x00000002647239fc start + 2528 (dyldMain.cpp:1334)

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x000000026ae99508 mach_msg2_trap + 8
1   libsystem_kernel.dylib          0x000000026aea161c mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x000000026aea18a4 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x000000026aea16f0 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001a2d49364 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2608)
5   CoreFoundation                  0x00000001a2d43618 __CFRunLoopRun + 1228 (CFRunLoop.c:2991)
6   CoreFoundation                  0x00000001a2d42d0c CFRunLoopRunSpecific + 608 (CFRunLoop.c:3404)
7   Foundation                      0x00000001a78902fc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                      0x00000001a7890528 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                       0x0000000252070258 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1212)
10  Foundation                      0x00000001a78b6310 __NSThread__start__ + 708 (NSThread.m:991)
11  libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
12  libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x000000026ae9b610 __select + 8
1   CoreFoundation                  0x00000001a2d58d1c __CFSocketManager + 640 (CFSocket.c:1341)
2   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
3   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x000000026ae99484 semaphore_wait_trap + 8
1   caulk                           0x0000000260b4167c caulk::semaphore::timed_wait(double) + 220 (semaphore.cpp:98)
2   caulk                           0x0000000260b48cc4 caulk::concurrent::details::worker_thread::run() + 36 (messenger.cpp:234)
3   caulk                           0x0000000260b48c74 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 76 (thread.h:197)
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x000000026ae99484 semaphore_wait_trap + 8
1   caulk                           0x0000000260b4167c caulk::semaphore::timed_wait(double) + 220 (semaphore.cpp:98)
2   caulk                           0x0000000260b48cc4 caulk::concurrent::details::worker_thread::run() + 36 (messenger.cpp:234)
3   caulk                           0x0000000260b48c74 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 76 (thread.h:197)
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib          0x000000026ae9b718 __semwait_signal + 8
1   libsystem_c.dylib               0x000000026ae0c7b4 nanosleep + 220 (nanosleep.c:104)
2   Foundation                      0x00000001a78b4c54 +[NSThread sleepForTimeInterval:] + 160 (NSThread.m:527)
3   Moonlight Vision                0x00000001024b8950 -[DiscoveryWorker main] + 60 (DiscoveryWorker.m:39)
4   Foundation                      0x00000001a785f0a0 __NSOPERATION_IS_INVOKING_MAIN__ + 16 (NSOperation.m:2190)
5   Foundation                      0x00000001a785b39c -[NSOperation start] + 648 (NSOperation.m:1407)
6   Foundation                      0x00000001a785f95c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16 (NSOperation.m:2221)
7   Foundation                      0x00000001a785f584 __NSOQSchedule_f + 172 (NSOperation.m:2232)
8   libdispatch.dylib               0x000000026ad17c78 _dispatch_block_async_invoke2 + 128 (queue.c:574)
9   libdispatch.dylib               0x000000026ad092cc _dispatch_client_callout + 20 (object.m:576)
10  libdispatch.dylib               0x000000026ad0c600 _dispatch_continuation_pop + 576 (queue.c:325)
11  libdispatch.dylib               0x000000026ad0bc64 _dispatch_async_redirect_invoke + 580 (queue.c:849)
12  libdispatch.dylib               0x000000026ad1a604 _dispatch_root_queue_drain + 372 (queue.c:7323)
13  libdispatch.dylib               0x000000026ad1ae08 _dispatch_worker_thread2 + 156 (queue.c:7391)
14  libsystem_pthread.dylib         0x000000026af84560 _pthread_wqthread + 228 (pthread.c:2709)
15  libsystem_pthread.dylib         0x000000026af8b7bc start_wqthread + 8

Thread 6:
0   libsystem_pthread.dylib         0x000000026af8b7b4 start_wqthread + 0

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib          0x000000026ae9949c semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x000000026ad098c0 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib               0x000000026ad09e90 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib               0x000000026ad1a3ec _dispatch_worker_thread + 324 (queue.c:7501)
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x000000026ae9949c semaphore_timedwait_trap + 8
1   libdispatch.dylib               0x000000026ad098c0 _dispatch_sema4_timedwait + 64 (lock.c:154)
2   libdispatch.dylib               0x000000026ad09e90 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)
3   libdispatch.dylib               0x000000026ad1a3ec _dispatch_worker_thread + 324 (queue.c:7501)
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 9:
0   libsystem_pthread.dylib         0x000000026af8b7b4 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib         0x000000026af8b7b4 start_wqthread + 0

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib          0x000000026ae9da7c poll + 8
1   Moonlight Vision                0x000000010251d2c8 connectTcpSocket + 260
2   Moonlight Vision                0x000000010251ed5c transactRtspMessage + 580
3   Moonlight Vision                0x000000010251e734 setupStream + 204
4   Moonlight Vision                0x000000010251dfe0 performRtspHandshake + 2024
5   Moonlight Vision                0x0000000102516ea8 LiStartConnection + 1764
6   Moonlight Vision                0x00000001024a8004 -[Connection main] + 112 (Connection.m:492)
7   Foundation                      0x00000001a785f0a0 __NSOPERATION_IS_INVOKING_MAIN__ + 16 (NSOperation.m:2190)
8   Foundation                      0x00000001a785b39c -[NSOperation start] + 648 (NSOperation.m:1407)
9   Foundation                      0x00000001a785f95c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16 (NSOperation.m:2221)
10  Foundation                      0x00000001a785f584 __NSOQSchedule_f + 172 (NSOperation.m:2232)
11  libdispatch.dylib               0x000000026ad17c78 _dispatch_block_async_invoke2 + 128 (queue.c:574)
12  libdispatch.dylib               0x000000026ad092cc _dispatch_client_callout + 20 (object.m:576)
13  libdispatch.dylib               0x000000026ad0c600 _dispatch_continuation_pop + 576 (queue.c:325)
14  libdispatch.dylib               0x000000026ad0bc64 _dispatch_async_redirect_invoke + 580 (queue.c:849)
15  libdispatch.dylib               0x000000026ad1a604 _dispatch_root_queue_drain + 372 (queue.c:7323)
16  libdispatch.dylib               0x000000026ad1ae08 _dispatch_worker_thread2 + 156 (queue.c:7391)
17  libsystem_pthread.dylib         0x000000026af84560 _pthread_wqthread + 228 (pthread.c:2709)
18  libsystem_pthread.dylib         0x000000026af8b7bc start_wqthread + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib          0x000000026ae9b718 __semwait_signal + 8
1   libsystem_c.dylib               0x000000026ae0c7b4 nanosleep + 220 (nanosleep.c:104)
2   libsystem_c.dylib               0x000000026ae0c680 usleep + 68 (usleep.c:52)
3   Moonlight Vision                0x000000010251c9fc PltSleepMsInterruptible + 68
4   Moonlight Vision                0x0000000102515a10 AudioPingThreadProc + 216
5   Moonlight Vision                0x000000010251c994 ThreadProc + 32
6   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
7   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib          0x000000026ae9da7c poll + 8
1   Moonlight Vision                0x00000001025291e4 enet_socket_wait + 52
2   Moonlight Vision                0x0000000102518538 controlReceiveThreadFunc + 452
3   Moonlight Vision                0x000000010251c994 ThreadProc + 32
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib          0x000000026ae9b718 __semwait_signal + 8
1   libsystem_c.dylib               0x000000026ae0c7b4 nanosleep + 220 (nanosleep.c:104)
2   libsystem_c.dylib               0x000000026ae0c680 usleep + 68 (usleep.c:52)
3   Moonlight Vision                0x000000010251c9fc PltSleepMsInterruptible + 68
4   Moonlight Vision                0x0000000102518dac lossStatsThreadFunc + 268
5   Moonlight Vision                0x000000010251c994 ThreadProc + 32
6   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
7   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib          0x000000026ae9b084 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000026af8622c _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   Moonlight Vision                0x000000010251cc70 PltWaitForEvent + 44
3   Moonlight Vision                0x000000010251905c requestIdrFrameFunc + 124
4   Moonlight Vision                0x000000010251c994 ThreadProc + 32
5   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
6   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib          0x000000026ae9b084 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000026af8622c _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   Moonlight Vision                0x000000010251c554 LbqWaitForQueueElement + 84
3   Moonlight Vision                0x00000001025193c4 asyncCallbackThreadFunc + 564
4   Moonlight Vision                0x000000010251c994 ThreadProc + 32
5   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
6   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 17 name:
Thread 17:
0   libsystem_kernel.dylib          0x000000026ae9b084 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000026af8622c _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   Moonlight Vision                0x000000010251c554 LbqWaitForQueueElement + 84
3   Moonlight Vision                0x0000000102519454 invalidateRefFramesFunc + 120
4   Moonlight Vision                0x000000010251c994 ThreadProc + 32
5   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
6   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib          0x000000026ae9b4b0 __recvfrom + 8
1   Moonlight Vision                0x000000010251cf00 recvUdpSocket + 148
2   Moonlight Vision                0x000000010252327c VideoReceiveThreadProc + 240
3   Moonlight Vision                0x000000010251c994 ThreadProc + 32
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 19 name:
Thread 19:
0   libsystem_kernel.dylib          0x000000026ae9b718 __semwait_signal + 8
1   libsystem_c.dylib               0x000000026ae0c7b4 nanosleep + 220 (nanosleep.c:104)
2   libsystem_c.dylib               0x000000026ae0c680 usleep + 68 (usleep.c:52)
3   Moonlight Vision                0x000000010251c9fc PltSleepMsInterruptible + 68
4   Moonlight Vision                0x000000010252368c VideoPingThreadProc + 216
5   Moonlight Vision                0x000000010251c994 ThreadProc + 32
6   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
7   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 20 name:
Thread 20:
0   libsystem_kernel.dylib          0x000000026ae99508 mach_msg2_trap + 8
1   libsystem_kernel.dylib          0x000000026aea161c mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib          0x000000026aea18a4 mach_msg_overwrite + 424 (mach_msg.c:0)
3   libsystem_kernel.dylib          0x000000026aea16f0 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                  0x00000001a2d49364 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2608)
5   CoreFoundation                  0x00000001a2d43618 __CFRunLoopRun + 1228 (CFRunLoop.c:2991)
6   CoreFoundation                  0x00000001a2d42d0c CFRunLoopRunSpecific + 608 (CFRunLoop.c:3404)
7   Moonlight Vision                0x000000010255d184 SDL_SemPost + 4804
8   Moonlight Vision                0x00000001025574d8 SDL_RunThread + 48
9   Moonlight Vision                0x0000000102557bd4 SDL_SYS_CreateThread + 232
10  libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
11  libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib          0x000000026ae9b4b0 __recvfrom + 8
1   Moonlight Vision                0x000000010251cf00 recvUdpSocket + 148
2   Moonlight Vision                0x0000000102515db8 AudioReceiveThreadProc + 156
3   Moonlight Vision                0x000000010251c994 ThreadProc + 32
4   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
5   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 22 name:
Thread 22:
0   libsystem_kernel.dylib          0x000000026ae9b084 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000026af8622c _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   Moonlight Vision                0x000000010251c554 LbqWaitForQueueElement + 84
3   Moonlight Vision                0x000000010251602c AudioDecoderThreadProc + 60
4   Moonlight Vision                0x000000010251c994 ThreadProc + 32
5   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
6   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 23 name:
Thread 23:
0   libsystem_kernel.dylib          0x000000026ae9b084 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x000000026af8622c _pthread_cond_wait + 1204 (pthread_cond.c:862)
2   Moonlight Vision                0x000000010251c554 LbqWaitForQueueElement + 84
3   Moonlight Vision                0x000000010251a0f4 inputSendThreadProc + 168
4   Moonlight Vision                0x000000010251c994 ThreadProc + 32
5   libsystem_pthread.dylib         0x000000026af82848 _pthread_start + 116 (pthread.c:931)
6   libsystem_pthread.dylib         0x000000026af8b7c8 thread_start + 8

Thread 24:
0   libsystem_pthread.dylib         0x000000026af8b7b4 start_wqthread + 0

Thread 25:
0   libsystem_pthread.dylib         0x000000026af8b7b4 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000303d069e0   x6: 0x0000000000000000   x7: 0x0000000000000000
    x8: 0x2b49ab99be964748   x9: 0x2b49ab9bcc873d08  x10: 0x00000003022a8572  x11: 0x000f000302168500
   x12: 0x0000000000000004  x13: 0x0000000302168530  x14: 0x0100000102633759  x15: 0x0000000102633758
   x16: 0x0000000000000148  x17: 0x00000000000005b9  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x0000000272117b20  x22: 0x000000000000d017  x23: 0x0000000303204dc8
   x24: 0x0000000302171138  x25: 0x0000000000000001  x26: 0x0000000123010e70  x27: 0x0000000122081600
   x28: 0x0000000000000204   fp: 0x000000016d962310   lr: 0x000000026af83754
    sp: 0x000000016d9622f0   pc: 0x000000026ae9b2ec cpsr: 0x40001000
   esr: 0x56000080  Address size fault

Binary Images:
        0x10249c000 -         0x102617fff Moonlight Vision arm64  <d6fab41c666131428e99e5376bd869ee> /private/var/containers/Bundle/Application/5A7B7305-C5D8-421C-82E0-74A329AE1C6B/Moonlight Vision.app/Moonlight Vision
        0x1028e4000 -         0x102b6ffff OpenSSL arm64  <bc2cd45e384733e4a5b1a3d992a5302c> /private/var/containers/Bundle/Application/5A7B7305-C5D8-421C-82E0-74A329AE1C6B/Moonlight Vision.app/Frameworks/OpenSSL.framework/OpenSSL
        0x102cf0000 -         0x102cfbfff libobjc-trampolines.dylib arm64e  <e2c8dacf570d3664996e1feac798e588> /usr/lib/libobjc-trampolines.dylib
        0x1a2cc2000 -         0x1a3201fff CoreFoundation arm64e  <df2a2b2aed993972b9f31e45d1e6f357> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x1a70a2000 -         0x1a7d8cfff Foundation arm64e  <155d4e5d457f36158ee87940578bab69> /System/Library/Frameworks/Foundation.framework/Foundation
        0x1b1cce000 -         0x1b202dfff QuartzCore arm64e  <2f883c4a65ac3722b178c23e28363f03> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
        0x1b3d89000 -         0x1b543ffff SwiftUI arm64e  <c6e2c243ba4e304d969b50f5d9f6b1f3> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
        0x1e64a9000 -         0x1e64b1fff GraphicsServices arm64e  <08f7165fc6c5374bbe2082aacca710d3> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
        0x2510d0000 -         0x252edbfff UIKitCore arm64e  <b4f122283eef3215a62532573643791a> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x260b31000 -         0x260b57fff caulk arm64e  <bfccdf8179783e1aa73f5a4ed88717f2> /System/Library/PrivateFrameworks/caulk.framework/caulk
        0x264722000 -         0x26479a4d7 dyld arm64e  <6bf0a921f1483bf09bb6115be7a327a7> /usr/lib/dyld
        0x26ad05000 -         0x26ad49fff libdispatch.dylib arm64e  <5e5c32b39a9f3c6185d473b27a55d19a> /usr/lib/system/libdispatch.dylib
        0x26ad9a000 -         0x26ae17ff7 libsystem_c.dylib arm64e  <3432b046a0d7313791cad65c73afbccc> /usr/lib/system/libsystem_c.dylib
        0x26ae98000 -         0x26aed0ff7 libsystem_kernel.dylib arm64e  <e4e48fbc96e73111927681b434c77c6d> /usr/lib/system/libsystem_kernel.dylib
        0x26af81000 -         0x26af8cffb libsystem_pthread.dylib arm64e  <5166c8710b5e3adbabeed917bf54a55e> /usr/lib/system/libsystem_pthread.dylib

EOF
goast-ai[bot] commented 1 month ago

NEW FEATURES