I’ve basically taken care of the crucial warnings and errors in UE5.4, and I’ve been able to package my build for iOS successfully a dozen times. However, when I install the level on to my iPad (which also installs successfully), I open, the loading screen opens, and then it crashes and closes.
I previously packaged a build of the third party template map from my project file, and that one worked just fine. The required level, however, won’t play. Here is the crash report. Any suggestions?
Incident Identifier: C4FAF0ED-EBF2-43A2-A14D-984EE55D3B85
CrashReporter Key: 084a1fc1fd392e1ec0dfc72bfbd93ecc5cec9a2d
Hardware Model: iPad8,5
Process: IntusicTest_may2025 [839]
Path: /private/var/containers/Bundle/Application/E3AE1C20-BBC5-466D-8D43-E5CB2E6A59BD/IntusicTest_may2025.app/IntusicTest_may2025
Identifier: com.FolksPat.IntusicTest
Version: 1.0 (0.2)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.FolksPat.IntusicTest [514]
Date/Time: 2025-01-20 15:09:41.4609 -0800
Launch Time: 2025-01-20 15:09:37.3972 -0800
OS Version: iPhone OS 18.2.1 (22C161)
Release Type: User
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000018
Exception Codes: 0x0000000000000001, 0x0000000000000018
VM Region Info: 0x18 is not in any region. Bytes before following region: 4308287464
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
—>
__TEXT 100cb4000-10b344000 [166.6M] r-x/r-x SM=COW /var/containers/Bundle/Application/E3AE1C20-BBC5-466D-8D43-E5CB2E6A59BD/IntusicTest_may2025.app/IntusicTest_may2025
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [839]
Triggered by Thread: 8
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x1dd602788 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1dd605e98 mach_msg2_internal + 79
2 libsystem_kernel.dylib 0x1dd605db0 mach_msg_overwrite + 423
3 libsystem_kernel.dylib 0x1dd605bfc mach_msg + 23
4 CoreFoundation 0x18c04e7f4 __CFRunLoopServiceMachPort + 159
5 CoreFoundation 0x18c04dea0 __CFRunLoopRun + 1211
6 CoreFoundation 0x18c0a0274 CFRunLoopRunSpecific + 587
7 GraphicsServices 0x1d91e94c0 GSEventRunModal + 163
8 UIKitCore 0x18ebe277c -[UIApplication _run] + 815
9 UIKitCore 0x18e808e64 UIApplicationMain + 339
10 IntusicTest_may2025 0x107495680 main + 512
11 dyld 0x1b225cde8 start + 2723
Thread 1:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 4 name: com.apple.uikit.eventfetch-thread
Thread 4:
0 libsystem_kernel.dylib 0x1dd602788 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1dd605e98 mach_msg2_internal + 79
2 libsystem_kernel.dylib 0x1dd605db0 mach_msg_overwrite + 423
3 libsystem_kernel.dylib 0x1dd605bfc mach_msg + 23
4 CoreFoundation 0x18c04e7f4 __CFRunLoopServiceMachPort + 159
5 CoreFoundation 0x18c04dea0 __CFRunLoopRun + 1211
6 CoreFoundation 0x18c0a0274 CFRunLoopRunSpecific + 587
7 Foundation 0x18ac06b48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 211
8 Foundation 0x18ad636f4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 63
9 UIKitCore 0x18ec75b80 -[UIEventFetcher threadMain] + 419
10 Foundation 0x18acf2a54 NSThread__start + 723
11 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
12 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 5:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 6:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 7:
0 libsystem_pthread.dylib 0x216afd46c start_wqthread + 0
Thread 8 Crashed:
0 IntusicTest_may2025 0x108598084 URigVM::RefreshArgumentNameCaches() + 240
1 IntusicTest_may2025 0x108597680 URigVM::PostLoad() + 428
2 IntusicTest_may2025 0x101a9a718 UObject::ConditionalPostLoad() + 1120
3 IntusicTest_may2025 0x1018bb870 FAsyncPackage2::Event_DeferredPostLoadExportBundle(FAsyncLoadingThreadState2&, FAsyncPackage2*, int) + 3224
4 IntusicTest_may2025 0x1018b0784 FEventLoadNode2::Execute(FAsyncLoadingThreadState2&) + 248
5 IntusicTest_may2025 0x1018b1588 FAsyncLoadEventQueue2::ExecuteSyncLoadEvents(FAsyncLoadingThreadState2&) + 920
6 IntusicTest_may2025 0x1018bd254 FAsyncLoadingThread2::ProcessLoadedPackagesFromGameThread(FAsyncLoadingThreadState2&, bool&, TArrayView<int const, int>) + 944
7 IntusicTest_may2025 0x1018c0a18 FAsyncLoadingThread2::TickAsyncLoadingFromGameThread(FAsyncLoadingThreadState2&, bool, bool, double, TArrayView<int const, int>, bool&) + 1100
8 IntusicTest_may2025 0x1018c84dc FAsyncLoadingThread2::FlushLoading(TArrayView<int const, int>) + 3132
9 IntusicTest_may2025 0x1018c9f9c FlushAsyncLoading(TArrayView<int const, int>) + 556
10 IntusicTest_may2025 0x1018c9d58 FlushAsyncLoading(int) + 36
11 IntusicTest_may2025 0x101bd413c LoadPackageInternal(UPackage*, FPackagePath const&, unsigned int, FLinkerLoad*, FArchive*, FLinkerInstancingContext const*, FPackagePath const*) + 2308
12 IntusicTest_may2025 0x101bd59c4 LoadPackage(UPackage*, FPackagePath const&, unsigned int, FArchive*, FLinkerInstancingContext const*, FPackagePath const*) + 416
13 IntusicTest_may2025 0x101bd224c LoadPackage(UPackage*, char16_t const*, unsigned int, FArchive*, FLinkerInstancingContext const*) + 520
14 IntusicTest_may2025 0x101bcfe88 ResolveName(UObject*&, FString&, bool, bool, unsigned int, FLinkerInstancingContext const*) + 744
15 IntusicTest_may2025 0x101bd276c StaticLoadObjectInternal(UClass*, UObject*, char16_t const*, char16_t const*, unsigned int, UPackageMap*, bool, FLinkerInstancingContext const*) + 464
16 IntusicTest_may2025 0x101bd2d88 StaticLoadObject(UClass*, UObject*, char16_t const*, char16_t const*, unsigned int, UPackageMap*, bool, FLinkerInstancingContext const*) + 68
17 IntusicTest_may2025 0x101b95dc8 FSoftObjectPath::TryLoad(FUObjectSerializeContext*) const + 192
18 IntusicTest_may2025 0x101b241a4 FSoftObjectPtr::LoadSynchronous() const + 120
19 IntusicTest_may2025 0x1088301e0 TSoftClassPtr::LoadSynchronous() const + 20
20 IntusicTest_may2025 0x10882fd70 UE::Core::Private::Function::TFunctionRefCaller<UModularRig::UpdateModuleHierarchyFromCDO()::$_92, bool (FRigModuleReference const*)>::Call(void*, FRigModuleReference const*&) + 396
21 IntusicTest_may2025 0x1087cab38 FModularRigModel::ForEachModule(TFunction<bool (FRigModuleReference const*)>) const + 232
22 IntusicTest_may2025 0x1087ca2f8 UModularRig::UpdateModuleHierarchyFromCDO() + 640
23 IntusicTest_may2025 0x108740060 URigVMHost::Initialize(bool) + 208
24 IntusicTest_may2025 0x1087c9e40 UModularRig::InitializeVMs(bool) + 28
25 IntusicTest_may2025 0x10879c6f8 UControlRig::Initialize(bool) + 740
26 IntusicTest_may2025 0x10887c4b0 UMovieSceneControlRigParameterTrack::ReconstructControlRig() + 116
27 IntusicTest_may2025 0x10887c7c0 UMovieSceneControlRigParameterTrack::PostLoad() + 28
28 IntusicTest_may2025 0x101a9a718 UObject::ConditionalPostLoad() + 1120
29 IntusicTest_may2025 0x101a9a994 UObject::PostLoadSubobjects(FObjectInstancingGraph*) + 304
30 IntusicTest_may2025 0x101a9a524 UObject::ConditionalPostLoad() + 620
31 IntusicTest_may2025 0x1018bb870 FAsyncPackage2::Event_DeferredPostLoadExportBundle(FAsyncLoadingThreadState2&, FAsyncPackage2*, int) + 3224
32 IntusicTest_may2025 0x1018b0784 FEventLoadNode2::Execute(FAsyncLoadingThreadState2&) + 248
33 IntusicTest_may2025 0x1018b1588 FAsyncLoadEventQueue2::ExecuteSyncLoadEvents(FAsyncLoadingThreadState2&) + 920
34 IntusicTest_may2025 0x1018bd254 FAsyncLoadingThread2::ProcessLoadedPackagesFromGameThread(FAsyncLoadingThreadState2&, bool&, TArrayView<int const, int>) + 944
35 IntusicTest_may2025 0x1018c0a18 FAsyncLoadingThread2::TickAsyncLoadingFromGameThread(FAsyncLoadingThreadState2&, bool, bool, double, TArrayView<int const, int>, bool&) + 1100
36 IntusicTest_may2025 0x1018c84dc FAsyncLoadingThread2::FlushLoading(TArrayView<int const, int>) + 3132
37 IntusicTest_may2025 0x1018c9f9c FlushAsyncLoading(TArrayView<int const, int>) + 556
38 IntusicTest_may2025 0x1018c9d58 FlushAsyncLoading(int) + 36
39 IntusicTest_may2025 0x101bd413c LoadPackageInternal(UPackage*, FPackagePath const&, unsigned int, FLinkerLoad*, FArchive*, FLinkerInstancingContext const*, FPackagePath const*) + 2308
40 IntusicTest_may2025 0x101bd59c4 LoadPackage(UPackage*, FPackagePath const&, unsigned int, FArchive*, FLinkerInstancingContext const*, FPackagePath const*) + 416
41 IntusicTest_may2025 0x101bd224c LoadPackage(UPackage*, char16_t const*, unsigned int, FArchive*, FLinkerInstancingContext const*) + 520
42 IntusicTest_may2025 0x106c0e3c0 UEngine::LoadMap(FWorldContext&, FURL, UPendingNetGame*, FString&) + 6008
43 IntusicTest_may2025 0x106c0b650 UEngine::Browse(FWorldContext&, FURL, FString&) + 3896
44 IntusicTest_may2025 0x105f7f3e4 UGameInstance::StartGameInstance() + 704
45 IntusicTest_may2025 0x105f54d4c UGameEngine::Start() + 140
46 IntusicTest_may2025 0x1074877b4 FEngineLoop::Init() + 2648
47 IntusicTest_may2025 0x10748696c FAppEntry::Init() + 384
48 IntusicTest_may2025 0x101c80118 -[IOSAppDelegate MainAppThread:] + 296
49 Foundation 0x18acf2a54 NSThread__start + 723
50 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
51 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 9 name: Foreground Worker #0
Thread 9:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x10104765c LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 804
4 IntusicTest_may2025 0x101046a10 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 304
5 IntusicTest_may2025 0x10120e788 FThreadImpl::Run() + 60
6 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
7 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
8 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
9 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 10 name: Foreground Worker #1
Thread 10:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x10104765c LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 804
4 IntusicTest_may2025 0x101046a10 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 304
5 IntusicTest_may2025 0x10120e788 FThreadImpl::Run() + 60
6 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
7 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
8 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
9 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 11 name: Background Worker #2
Thread 11:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x10104765c LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 804
4 IntusicTest_may2025 0x101046a10 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 304
5 IntusicTest_may2025 0x10120e788 FThreadImpl::Run() + 60
6 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
7 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
8 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
9 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 12 name: Background Worker #3
Thread 12:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x10104765c LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 804
4 IntusicTest_may2025 0x101046a10 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 304
5 IntusicTest_may2025 0x10120e788 FThreadImpl::Run() + 60
6 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
7 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
8 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
9 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 13 name: BackgroundThreadPool #0
Thread 13:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 14 name: BackgroundThreadPool #1
Thread 14:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 15 name: FAsyncWriter_IntusicTest_may2025
Thread 15:
0 libsystem_kernel.dylib 0x1dd6082b0 __semwait_signal + 8
1 libsystem_c.dylib 0x193de25cc nanosleep + 219
2 libsystem_c.dylib 0x193de24e4 usleep + 67
3 IntusicTest_may2025 0x101377f6c FAsyncWriter::Run() + 296
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 16 name: AudioSession - RootQueue
Thread 16:
0 libsystem_kernel.dylib 0x1dd60271c semaphore_timedwait_trap + 8
1 libdispatch.dylib 0x193d885c0 _dispatch_sema4_timedwait + 63
2 libdispatch.dylib 0x193d88bc0 _dispatch_semaphore_wait_slow + 75
3 libdispatch.dylib 0x193d99c94 _dispatch_worker_thread + 323
4 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
5 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 17 name: HttpManagerThread
Thread 17:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 libc++.1.dylib 0x19c863618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lockstd::__1::mutex&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 99
3 IntusicTest_may2025 0x10104eb58 UE::HAL::Private::FGenericPlatformManualResetEvent::WaitUntil(UE::FMonotonicTimePoint) + 332
4 IntusicTest_may2025 0x10104e610 UE::ParkingLot::Private::WaitUntil(void const*, TFunctionRef<bool ()> const&, TFunctionRef<void ()> const&, UE::FMonotonicTimePoint) + 912
5 IntusicTest_may2025 0x10105e7a4 UE::FManualResetEvent::WaitUntil(UE::FMonotonicTimePoint) + 240
6 IntusicTest_may2025 0x103512ee8 UE::EventLoop::TEventLoop<FAppleHTTPIOManager, UE::EventLoop::FEventLoopDefaultTraits>::RunOnce(FTimespan) + 1004
7 IntusicTest_may2025 0x1035128d0 UE::EventLoop::TEventLoop<FAppleHTTPIOManager, UE::EventLoop::FEventLoopDefaultTraits>::Run() + 748
8 IntusicTest_may2025 0x1034f92dc FEventLoopHttpThread::Run() + 32
9 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
10 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
11 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
12 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 18 name: IOThreadPool #0
Thread 18:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 19 name: IOThreadPool #1
Thread 19:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 20 name: IOThreadPool #2
Thread 20:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 21 name: IOThreadPool #3
Thread 21:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1011e09b4 FQueuedThread::Run() + 568
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 22 name: IoService
Thread 22:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1038a2084 FFileIoStore::Run() + 88
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 23 name: IoDispatcher
Thread 23:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x1012b1c4c FIoDispatcherImpl::Run() + 156
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 24:
0 libsystem_kernel.dylib 0x1dd602788 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1dd605e98 mach_msg2_internal + 79
2 libsystem_kernel.dylib 0x1dd605db0 mach_msg_overwrite + 423
3 libsystem_kernel.dylib 0x1dd605bfc mach_msg + 23
4 CoreFoundation 0x18c04e7f4 __CFRunLoopServiceMachPort + 159
5 CoreFoundation 0x18c04dea0 __CFRunLoopRun + 1211
6 CoreFoundation 0x18c0a0274 CFRunLoopRunSpecific + 587
7 Foundation 0x18ac06b48 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 211
8 Foundation 0x18ac02d10 -[NSRunLoop(NSRunLoop) run] + 63
9 Foundation 0x18acf2a54 NSThread__start + 723
10 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
11 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 25 name: RenderThread 0
Thread 25:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x101065564 FNamedTaskThread::ProcessTasksNamedThread(int, bool) + 3008
4 IntusicTest_may2025 0x1010638fc FNamedTaskThread::ProcessTasksUntilQuit(int) + 240
5 IntusicTest_may2025 0x102ab1c94 RenderingThreadMain(FEvent*) + 1600
6 IntusicTest_may2025 0x102acbc50 FRenderingThread::Run() + 60
7 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
8 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
9 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
10 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 26 name: RTHeartBeat 0
Thread 26:
0 libsystem_kernel.dylib 0x1dd6082b0 __semwait_signal + 8
1 libsystem_c.dylib 0x193de25cc nanosleep + 219
2 libsystem_c.dylib 0x193de24e4 usleep + 67
3 IntusicTest_may2025 0x10113b7c8 FGenericPlatformProcess::Sleep(float) + 708
4 IntusicTest_may2025 0x102ad1404 FRenderingThreadTickHeartbeat::Run() + 220
5 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
6 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
7 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
8 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 27 name: FMediaTicker
Thread 27:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c410 FPThreadEvent::Wait(unsigned int, bool) + 1224
3 IntusicTest_may2025 0x103983d30 FMediaTicker::Run() + 80
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 28 name: FMessageBus.DefaultBus.Router
Thread 28:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x1024a0648 FMessageRouter::Run() + 156
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 29 name: ArtNetReceiver_127.0.0.1:6454
Thread 29:
0 libsystem_kernel.dylib 0x1dd60a334 __select + 8
1 IntusicTest_may2025 0x1029266a4 FSocketBSD::HasState(ESocketBSDParam, FTimespan) + 276
2 IntusicTest_may2025 0x1029256ac FSocketBSD::Wait(ESocketWaitConditions::Type, FTimespan) + 60
3 IntusicTest_may2025 0x108ca85a0 FDMXProtocolArtNetReceiver::Update(FTimespan const&) + 64
4 IntusicTest_may2025 0x108ca8540 FDMXProtocolArtNetReceiver::Run() + 56
5 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
6 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
7 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
8 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 30 name: DMXOutputPort_OutputPort1
Thread 30:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x108c8a610 FDMXOutputPort::Run() + 172
4 IntusicTest_may2025 0x108c8bb58 non-virtual thunk to FDMXOutputPort::Run() + 16
5 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
6 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
7 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
8 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 31 name: LiveLinkMessageBusDiscoveryManager
Thread 31:
0 libsystem_kernel.dylib 0x1dd6082b0 __semwait_signal + 8
1 libsystem_c.dylib 0x193de25cc nanosleep + 219
2 libsystem_c.dylib 0x193de24e4 usleep + 67
3 IntusicTest_may2025 0x10113b7c8 FGenericPlatformProcess::Sleep(float) + 708
4 IntusicTest_may2025 0x108b73694 FLiveLinkMessageBusDiscoveryManager::Run() + 152
5 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
6 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
7 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
8 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 32 name: FAsyncLoadingThread
Thread 32:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x1018f1574 FZenaphoreWaiter::WaitInternal() + 96
4 IntusicTest_may2025 0x1018f1650 FZenaphoreWaiter::Wait() + 32
5 IntusicTest_may2025 0x1018c2ce8 FAsyncLoadingThread2::Run() + 496
6 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
7 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
8 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
9 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 33 name: FFileTransferRunnable
Thread 33:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x107474098 FFileTransferRunnable::Run() + 316
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 34 name: caulk::deferred_logger
Thread 34:
0 libsystem_kernel.dylib 0x1dd602704 semaphore_wait_trap + 8
1 caulk 0x219b66680 caulk::semaphore::timed_wait(double) + 219
2 caulk 0x219b664a4 caulk::concurrent::details::worker_thread::run() + 35
3 caulk 0x219b7a188 void* caulk::thread_proxy<std::__1::tuple<caulk::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread*>>(void) + 95
4 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
5 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 35 name: caulk.messenger.shared:high
Thread 35:
0 libsystem_kernel.dylib 0x1dd602704 semaphore_wait_trap + 8
1 caulk 0x219b66680 caulk::semaphore::timed_wait(double) + 219
2 caulk 0x219b664a4 caulk::concurrent::details::worker_thread::run() + 35
3 caulk 0x219b7a188 void* caulk::thread_proxy<std::__1::tuple<caulk::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuplecaulk::concurrent::details::worker_thread*>>(void) + 95
4 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
5 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 36 name: AudioMixerRenderThread(1)
Thread 36:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x1037d8758 Audio::IAudioMixerPlatformInterface::RunInternal() + 364
4 IntusicTest_may2025 0x1037d8850 Audio::IAudioMixerPlatformInterface::Run() + 92
5 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
6 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
7 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
8 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 37 name: AURemoteIO::IOThread
Thread 37:
0 libsystem_kernel.dylib 0x1dd602788 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x1dd605e98 mach_msg2_internal + 79
2 libsystem_kernel.dylib 0x1dd605db0 mach_msg_overwrite + 423
3 libsystem_kernel.dylib 0x1dd605bfc mach_msg + 23
4 libEmbeddedSystemAUs.dylib 0x224cd3554 void* caulk::thread_proxy<std::__1::tuple<caulk::attributes, AURemoteIO::IOThread::IOThread(AURemoteIO&, caulk::attributes const&, caulk::mach::os_workgroup_managed const&)::‘lambda’(), std::__1::tuple<>>>(void*) + 555
5 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
6 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 38 name: FAsyncPurge
Thread 38:
0 libsystem_kernel.dylib 0x1dd608090 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x216afff98 _pthread_cond_wait + 1203
2 IntusicTest_may2025 0x10113c340 FPThreadEvent::Wait(unsigned int, bool) + 1016
3 IntusicTest_may2025 0x1019a3978 FAsyncPurge::Run() + 64
4 IntusicTest_may2025 0x1011d8810 FRunnableThreadPThread::Run() + 276
5 IntusicTest_may2025 0x101159f10 FRunnableThreadPThread::_ThreadProc(void*) + 120
6 libsystem_pthread.dylib 0x216afd7d0 _pthread_start + 135
7 libsystem_pthread.dylib 0x216afd480 thread_start + 7
Thread 8 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000004 x2: 0x00000000000120a8 x3: 0x0000000000000003
x4: 0x0000000000000005 x5: 0x00000000932667fb x6: 0x00000003035b0cc0 x7: 0x0000000000003fff
x8: 0x0000000000000000 x9: 0x0000000131839350 x10: 0x0000000000000002 x11: 0x0000010000000000
x12: 0x00000000fffffffd x13: 0x0000000000000000 x14: 0x0000000000000000 x15: 0x0000000000000000
x16: 0x0000000000000000 x17: 0x0000000000000002 x18: 0x0000000000000000 x19: 0x00000001318f9010
x20: 0x00000001318f9148 x21: 0x000000000000022c x22: 0x00000001318dda20 x23: 0x00000000000010b0
x24: 0x000000010c336000 x25: 0x00000001318f9230 x26: 0x000000000000183c x27: 0x000000030064aad0
x28: 0x0000000000000004 fp: 0x0000000170520d80 lr: 0x00000001085980ec
sp: 0x0000000170520d30 pc: 0x0000000108598084 cpsr: 0x20000000
far: 0x0000000000000018 esr: 0x92000006 (Data Abort) byte read Translation fault
Binary Images:
0x100cb4000 - 0x10b343fff IntusicTest_may2025 arm64 /private/var/containers/Bundle/Application/E3AE1C20-BBC5-466D-8D43-E5CB2E6A59BD/IntusicTest_may2025.app/IntusicTest_may2025
0x1160d8000 - 0x1160e3fff libobjc-trampolines.dylib arm64e /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
0x1dd601000 - 0x1dd63afe3 libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib
0x18bfd8000 - 0x18c51bfff CoreFoundation arm64e <6a60be13e6573beca9acba239ae29862> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1d91e8000 - 0x1d91f0fff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18e7f4000 - 0x190709fff UIKitCore arm64e /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b222d000 - 0x1b22b013f dyld arm64e <4eb7459fe23738ce82403f3e2e1ce5ab> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? unknown-arch <00000000000000000000000000000000> ???
0x193dca000 - 0x193e49ffb libsystem_c.dylib arm64e <8d425c7257c93e54a1e1e243cbdfc446> /usr/lib/system/libsystem_c.dylib
0x216afc000 - 0x216b08ff3 libsystem_pthread.dylib arm64e /usr/lib/system/libsystem_pthread.dylib
0x18abdd000 - 0x18b90dfff Foundation arm64e <7274dde368d634a08e677726e1265e80> /System/Library/Frameworks/Foundation.framework/Foundation
0x193d84000 - 0x193dc9fff libdispatch.dylib arm64e <8ce3afb96d8434468fd4e5f798d98403> /usr/lib/system/libdispatch.dylib
0x19c842000 - 0x19c8cfffb libc++.1.dylib arm64e /usr/lib/libc++.1.dylib
0x219b61000 - 0x219b88fff caulk arm64e <1bc9241db5eb31b09b358e0756aa549a> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x224cb2000 - 0x224dc8fff libEmbeddedSystemAUs.dylib arm64e <77cd82afc559343694bfcfce79719695> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
EOF