Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Boot: Unexpectedly found nil while unwrapping an Optional value #4802

Closed
nathanjd opened this issue Dec 10, 2022 · 0 comments
Closed
Labels

Comments

@nathanjd
Copy link

Crash on boot. Booted first time fine but after enabling input monitoring in settings, it always crashes immediately. Rebuilding and the app and rebooting of the machine result in the same behavior. defaults delete org.openemu.OpenEmu and renaming the folder in application support, as suggested in other tickets, had no effect.

Steps to reproduce

  1. Clone repo
  2. Build
  3. Open OpenEmu.app
  4. Allow input monitoring
  5. Restart OpenEmu.app

Expected Behavior

  1. OpenEmu boots

Observed Behavior

  1. OpenEmu Crashes

Debugging Information


Translated Report (Full Report Below)

Process: OpenEmu [3660]
Path: /Users/USER/Library/Developer/Xcode/DerivedData/OpenEmu-cwbimrtycudtwabcqoenvccfolgy/Build/Products/Release/OpenEmu.app/Contents/MacOS/OpenEmu
Identifier: org.openemu.OpenEmu
Version: 2.3.3 (2.3.3)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2022-12-09 19:48:37.3302 -0800
OS Version: macOS 13.0.1 (22A400)
Report Version: 12
Anonymous UUID: 67086FED-F07A-7414-82A2-2104CFA7A91F

Time Awake Since Boot: 430 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001040fabe0

Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process: exc handler [3660]

Kernel Triage:
VM - pmap_enter retried due to resource shortage
VM - pmap_enter retried due to resource shortage

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 OpenEmu 0x1040fabe0 Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value + 0 [inlined]
1 OpenEmu 0x1040fabe0 SetupAssistant.initialCoreListUpdateDidComplete(error:) + 2908 (SetupAssistant.swift:190)
2 OpenEmu 0x1040fa6e0 SetupAssistant.initialCoreListUpdateDidComplete(error:) + 1628
3 OpenEmu 0x1040fc908 closure #1 in SetupAssistant.attemptInitialCoreListUpdate() + 4 (SetupAssistant.swift:167) [inlined]
4 OpenEmu 0x1040fc908 partial apply for closure #1 in SetupAssistant.attemptInitialCoreListUpdate() + 20
5 OpenEmu 0x10421ecd8 CoreUpdater.checkForNewCores(completionHandler:) + 216 (CoreUpdater.swift:121)
6 OpenEmu 0x1040f8c10 SetupAssistant.attemptInitialCoreListUpdate() + 112 (SetupAssistant.swift:166) [inlined]
7 OpenEmu 0x1040f8c10 SetupAssistant.viewDidLoad() + 168 (SetupAssistant.swift:70)
8 OpenEmu 0x1040f91c8 @objc SetupAssistant.viewDidLoad() + 28
9 AppKit 0x1b741de94 -[NSViewController _sendViewDidLoad] + 84
10 AppKit 0x1b740a4ec -[NSViewController _loadViewIfRequired] + 236
11 AppKit 0x1b7803300 __24-[NSViewController view]_block_invoke + 28
12 AppKit 0x1b74036cc NSPerformVisuallyAtomicChange + 108
13 AppKit 0x1b740a3b8 -[NSViewController view] + 160
14 OpenEmu 0x104135800 specialized MainWindowController.currentContentController.setter + 264 (MainWindowController.swift:62)
15 OpenEmu 0x104131774 MainWindowController.currentContentController.setter + 8 [inlined]
16 OpenEmu 0x104131774 MainWindowController.setUpCurrentContentController() + 328 (MainWindowController.swift:182)
17 OpenEmu 0x104131c40 MainWindowController.windowDidLoad() + 28 (MainWindowController.swift:135) [inlined]
18 OpenEmu 0x104131c40 @objc MainWindowController.windowDidLoad() + 80 (:129)
19 AppKit 0x1b752e4bc -[NSWindowController _windowDidLoad] + 620
20 AppKit 0x1b752a8a8 -[NSWindowController window] + 84
21 OpenEmu 0x104135578 closure #1 in static MainWindowController.restoreWindow(withIdentifier:state:completionHandler:) + 164 (MainWindowController.swift:520)
22 OpenEmu 0x10413f0fc thunk for @escaping @callee_guaranteed @sendable (@in_guaranteed Notification) -> () + 112
23 CoreFoundation 0x1b415e578 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 128
24 CoreFoundation 0x1b41fc074 ___CFXRegistrationPost_block_invoke + 88
25 CoreFoundation 0x1b41fbfbc _CFXRegistrationPost + 440
26 CoreFoundation 0x1b412fbac _CFXNotificationPost + 708
27 Foundation 0x1b501c72c -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
28 OpenEmu 0x1041618b0 closure #1 in AppDelegate.loadDatabaseAsynchronously(from:createIfNecessary:) + 132 (AppDelegate.swift:215)
29 OpenEmu 0x1041d9d70 thunk for @escaping @callee_guaranteed () -> () + 28
30 libdispatch.dylib 0x1b3f019dc _dispatch_call_block_and_release + 32
31 libdispatch.dylib 0x1b3f03504 _dispatch_client_callout + 20
32 libdispatch.dylib 0x1b3f11d1c _dispatch_main_queue_drain + 928
33 libdispatch.dylib 0x1b3f1196c _dispatch_main_queue_callback_4CF + 44
34 CoreFoundation 0x1b41aad6c CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
35 CoreFoundation 0x1b41687ec __CFRunLoopRun + 2036
36 CoreFoundation 0x1b41678a4 CFRunLoopRunSpecific + 612
37 HIToolbox 0x1bd7db3bc RunCurrentEventLoopInMode + 292
38 HIToolbox 0x1bd7db200 ReceiveNextEventCommon + 672
39 HIToolbox 0x1bd7daf48 _BlockUntilNextEventMatchingListInModeWithFilter + 72
40 AppKit 0x1b73c0630 _DPSNextEvent + 632
41 AppKit 0x1b73bf7c0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 728
42 AppKit 0x1b73b3bf0 -[NSApplication run] + 464
43 AppKit 0x1b738b058 NSApplicationMain + 880
44 OpenEmu 0x1040e0124 main + 12 (AppDelegate.swift:40)
45 dyld 0x1b3d5fe50 start + 2544

Thread 1:
0 libsystem_pthread.dylib 0x1b4084e18 start_wqthread + 0

Thread 2:
0 libsystem_pthread.dylib 0x1b4084e18 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x1b4084e18 start_wqthread + 0

Thread 4:
0 libsystem_pthread.dylib 0x1b4084e18 start_wqthread + 0

Thread 5:
0 libsystem_pthread.dylib 0x1b4084e18 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x00000001446e5ff0 x1: 0x06000001042f2bc5 x2: 0x00000001042f2bc0 x3: 0x00000001247101e0
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x000060000002f300 x7: 0x0000000000000000
x8: 0x000000020f74e5e0 x9: 0x00000002044f03fe x10: 0x000000024545803e x11: 0x000000000000007f
x12: 0x000000000000007e x13: 0x000000014525afd0 x14: 0x06000001042f2bc5 x15: 0x00000001042f2bc0
x16: 0x06000001042f2bc5 x17: 0x000000000000000a x18: 0x0000000000000000 x19: 0x00000001446e5ff0
x20: 0x0000000000000001 x21: 0x00000001446e2f90 x22: 0x0000000000000000 x23: 0x00000001446f0690
x24: 0x0000600002e453e0 x25: 0x0000600001173930 x26: 0x00000001042ea000 x27: 0x0000000000000099
x28: 0x00000001042e8000 fp: 0x000000016bd40d20 lr: 0x00000001040fa6e0
sp: 0x000000016bd40ba0 pc: 0x00000001040fabe0 cpsr: 0x60001000
far: 0x0000000118170d24 esr: 0xf2000001 (Breakpoint) brk 1

Binary Images:
0x1040bc000 - 0x1042c7fff org.openemu.OpenEmu (2.3.3) /Users/USER/Library/Developer/Xcode/DerivedData/OpenEmu-cwbimrtycudtwabcqoenvccfolgy/Build/Products/Release/OpenEmu.app/Contents/MacOS/OpenEmu
0x1b7387000 - 0x1b828efff com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1b40e8000 - 0x1b45bffff com.apple.CoreFoundation (6.9) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x1b5013000 - 0x1b5a4bfff com.apple.Foundation (6.9) <52b2f83f-586d-32a2-8b66-ce651400ac8c> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x1b3eff000 - 0x1b3f46fff libdispatch.dylib () <40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe> /usr/lib/system/libdispatch.dylib
0x1bd7a9000 - 0x1bdadcfff com.apple.HIToolbox (2.1.1) <02b9797f-c47d-30b7-b7b0-802d0d26f31c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x1b3d5a000 - 0x1b3de44bf dyld (
) /usr/lib/dyld
0x1b4083000 - 0x1b408fffb libsystem_pthread.dylib (*) <886caca0-5762-3640-8db2-3fa3b911c062> /usr/lib/system/libsystem_pthread.dylib

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: 0
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)
Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 2176K 4
ColorSync 528K 24
CoreData 32K 1
CoreData Object IDs 4112K 2
CoreGraphics 32K 2
Foundation 16K 1
Kernel Alloc Once 32K 1
MALLOC 245.5M 47
MALLOC guard page 288K 14
MALLOC_MEDIUM (reserved) 480.0M 4 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
SQLite page cache 384K 3
STACK GUARD 56.1M 6
Stack 10.6M 6
VM_ALLOCATE 224K 14
__AUTH 1730K 326
__AUTH_CONST 23.4M 541
__CTF 756 1
__DATA 12.9M 568
__DATA_CONST 27.4M 584
__DATA_DIRTY 1919K 214
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__LINKEDIT 772.4M 42
__OBJC_CONST 4315K 294
__OBJC_RO 65.1M 1
__OBJC_RW 1981K 1
__TEXT 571.5M 607
dyld private memory 256K 1
libnetwork 128K 8
mapped file 212.6M 46
shared memory 912K 16
=========== ======= =======
TOTAL 2.8G 3384
TOTAL, minus reserved VM space 2.0G 3384


Full Report

{"app_name":"OpenEmu","timestamp":"2022-12-09 19:48:37.00 -0800","app_version":"2.3.3","slice_uuid":"d2cc78f8-1afd-3e3d-9328-0a18ed1c6dcd","build_version":"2.3.3","platform":1,"bundleID":"org.openemu.OpenEmu","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.0.1 (22A400)","roots_installed":0,"name":"OpenEmu","incident_id":"FCFF87D4-1815-49E1-AB77-7432A175B941"}
{
"uptime" : 430,
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookAir10,1",
"coalitionID" : 997,
"osVersion" : {
"train" : "macOS 13.0.1",
"build" : "22A400",
"releaseType" : "User"
},
"captureTime" : "2022-12-09 19:48:37.3302 -0800",
"incident" : "FCFF87D4-1815-49E1-AB77-7432A175B941",
"pid" : 3660,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2022-12-09 19:48:37.0499 -0800",
"procStartAbsTime" : 10520665112,
"procExitAbsTime" : 10527199398,
"procName" : "OpenEmu",
"procPath" : "/Users/USER/Library/Developer/Xcode/DerivedData/OpenEmu-cwbimrtycudtwabcqoenvccfolgy/Build/Products/Release/OpenEmu.app/Contents/MacOS/OpenEmu",
"bundleInfo" : {"CFBundleShortVersionString":"2.3.3","CFBundleVersion":"2.3.3","CFBundleIdentifier":"org.openemu.OpenEmu"},
"storeInfo" : {"deviceIdentifierForVendor":"CAC7DB00-9066-5CE9-AAF5-B25AFA088229","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "org.openemu.OpenEmu",
"crashReporterKey" : "67086FED-F07A-7414-82A2-2104CFA7A91F",
"sip" : "enabled",
"exception" : {"codes":"0x0000000000000001, 0x00000001040fabe0","rawCodes":[1,4363103200],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
"termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace/BPT trap: 5","byProc":"exc handler","byPid":3660},
"os_fault" : {"process":"OpenEmu"},
"ktriageinfo" : "VM - pmap_enter retried due to resource shortage\nVM - pmap_enter retried due to resource shortage\n",
"extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
"faultingThread" : 0,
"threads" : [{"triggered":true,"id":20756,"threadState":{"x":[{"value":5443051504},{"value":432345568592735173,"symbolLocation":432345564227567621,"symbol":"OBJC_CLASS_$_TtC7OpenEmu28SetupAssistantBackgroundView"},{"value":4365167552,"symbolLocation":0,"symbol":"OBJC_CLASS$__TtC7OpenEmu28SetupAssistantBackgroundView"},{"value":4906353120},{"value":0},{"value":0},{"value":105553116459776},{"value":0},{"value":8849253856,"symbolLocation":224,"symbol":"main_thread"},{"value":8662221822,"objc-selector":"window"},{"value":9752117310},{"value":127},{"value":126},{"value":5455065040},{"value":432345568592735173,"symbolLocation":432345564227567621,"symbol":"OBJC_CLASS$_TtC7OpenEmu28SetupAssistantBackgroundView"},{"value":4365167552,"symbolLocation":0,"symbol":"OBJC_CLASS$_TtC7OpenEmu28SetupAssistantBackgroundView"},{"value":432345568592735173,"symbolLocation":432345564227567621,"symbol":"OBJC_CLASS$__TtC7OpenEmu28SetupAssistantBackgroundView"},{"value":10},{"value":0},{"value":5443051504},{"value":1},{"value":5443039120},{"value":0},{"value":5443094160},{"value":105553164784608},{"value":105553134565680},{"value":4365131776},{"value":153},{"value":4365123584}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4363101920},"cpsr":{"value":1610616832},"fp":{"value":6104026400},"sp":{"value":6104026016},"esr":{"value":4060086273,"description":"(Breakpoint) brk 1"},"pc":{"value":4363103200,"matchesCrashFrame":1},"far":{"value":4699131172}},"queue":"com.apple.main-thread","frames":[{"imageOffset":256992,"sourceFile":"SetupAssistant.swift","symbol":"Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value","imageIndex":0,"symbolLocation":0,"inline":true},{"imageOffset":256992,"sourceLine":190,"sourceFile":"SetupAssistant.swift","symbol":"SetupAssistant.initialCoreListUpdateDidComplete(error:)","imageIndex":0,"symbolLocation":2908},{"imageOffset":255712,"sourceFile":"","symbol":"SetupAssistant.initialCoreListUpdateDidComplete(error:)","symbolLocation":1628,"imageIndex":0},{"symbol":"closure #1 in SetupAssistant.attemptInitialCoreListUpdate()","inline":true,"imageIndex":0,"imageOffset":264456,"symbolLocation":4,"sourceLine":167,"sourceFile":"SetupAssistant.swift"},{"imageOffset":264456,"sourceFile":"","symbol":"partial apply for closure #1 in SetupAssistant.attemptInitialCoreListUpdate()","symbolLocation":20,"imageIndex":0},{"imageOffset":1453272,"sourceLine":121,"sourceFile":"CoreUpdater.swift","symbol":"CoreUpdater.checkForNewCores(completionHandler:)","imageIndex":0,"symbolLocation":216},{"symbol":"SetupAssistant.attemptInitialCoreListUpdate()","inline":true,"imageIndex":0,"imageOffset":248848,"symbolLocation":112,"sourceLine":166,"sourceFile":"SetupAssistant.swift"},{"imageOffset":248848,"sourceLine":70,"sourceFile":"SetupAssistant.swift","symbol":"SetupAssistant.viewDidLoad()","imageIndex":0,"symbolLocation":168},{"imageOffset":250312,"sourceFile":"","symbol":"@objc SetupAssistant.viewDidLoad()","symbolLocation":28,"imageIndex":0},{"imageOffset":618132,"symbol":"-[NSViewController _sendViewDidLoad]","symbolLocation":84,"imageIndex":1},{"imageOffset":537836,"symbol":"-[NSViewController _loadViewIfRequired]","symbolLocation":236,"imageIndex":1},{"imageOffset":4702976,"symbol":"__24-[NSViewController view]_block_invoke","symbolLocation":28,"imageIndex":1},{"imageOffset":509644,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":1},{"imageOffset":537528,"symbol":"-[NSViewController view]","symbolLocation":160,"imageIndex":1},{"imageOffset":497664,"sourceLine":62,"sourceFile":"MainWindowController.swift","symbol":"specialized MainWindowController.currentContentController.setter","imageIndex":0,"symbolLocation":264},{"imageOffset":481140,"sourceFile":"","symbol":"MainWindowController.currentContentController.setter","imageIndex":0,"symbolLocation":8,"inline":true},{"imageOffset":481140,"sourceLine":182,"sourceFile":"MainWindowController.swift","symbol":"MainWindowController.setUpCurrentContentController()","imageIndex":0,"symbolLocation":328},{"symbol":"MainWindowController.windowDidLoad()","inline":true,"imageIndex":0,"imageOffset":482368,"symbolLocation":28,"sourceLine":135,"sourceFile":"MainWindowController.swift"},{"imageOffset":482368,"sourceLine":129,"sourceFile":"","symbol":"@objc MainWindowController.windowDidLoad()","imageIndex":0,"symbolLocation":80},{"imageOffset":1733820,"symbol":"-[NSWindowController _windowDidLoad]","symbolLocation":620,"imageIndex":1},{"imageOffset":1718440,"symbol":"-[NSWindowController window]","symbolLocation":84,"imageIndex":1},{"imageOffset":497016,"sourceLine":520,"sourceFile":"MainWindowController.swift","symbol":"closure #1 in static MainWindowController.restoreWindow(withIdentifier:state:completionHandler:)","imageIndex":0,"symbolLocation":164},{"imageOffset":536828,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed @sendable (@in_guaranteed Notification) -> ()","symbolLocation":112,"imageIndex":0},{"imageOffset":484728,"symbol":"CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER","symbolLocation":128,"imageIndex":2},{"imageOffset":1130612,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":88,"imageIndex":2},{"imageOffset":1130428,"symbol":"_CFXRegistrationPost","symbolLocation":440,"imageIndex":2},{"imageOffset":293804,"symbol":"_CFXNotificationPost","symbolLocation":708,"imageIndex":2},{"imageOffset":38700,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":88,"imageIndex":3},{"imageOffset":678064,"sourceLine":215,"sourceFile":"AppDelegate.swift","symbol":"closure #1 in AppDelegate.loadDatabaseAsynchronously(from:createIfNecessary:)","imageIndex":0,"symbolLocation":132},{"imageOffset":1170800,"sourceFile":"","symbol":"thunk for @escaping @callee_guaranteed () -> ()","symbolLocation":28,"imageIndex":0},{"imageOffset":10716,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":4},{"imageOffset":17668,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":4},{"imageOffset":77084,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":4},{"imageOffset":76140,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":4},{"imageOffset":798060,"symbol":"CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE","symbolLocation":16,"imageIndex":2},{"imageOffset":526316,"symbol":"__CFRunLoopRun","symbolLocation":2036,"imageIndex":2},{"imageOffset":522404,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":2},{"imageOffset":205756,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":5},{"imageOffset":205312,"symbol":"ReceiveNextEventCommon","symbolLocation":672,"imageIndex":5},{"imageOffset":204616,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":72,"imageIndex":5},{"imageOffset":235056,"symbol":"_DPSNextEvent","symbolLocation":632,"imageIndex":1},{"imageOffset":231360,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":728,"imageIndex":1},{"imageOffset":183280,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":1},{"imageOffset":16472,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":1},{"imageOffset":147748,"sourceLine":40,"sourceFile":"AppDelegate.swift","symbol":"main","imageIndex":0,"symbolLocation":12},{"imageOffset":24144,"symbol":"start","symbolLocation":2544,"imageIndex":6}]},{"id":20765,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":20766,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":20771,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":20772,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]},{"id":20774,"frames":[{"imageOffset":7704,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":7}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4362846208,
"CFBundleShortVersionString" : "2.3.3",
"CFBundleIdentifier" : "org.openemu.OpenEmu",
"size" : 2146304,
"uuid" : "d2cc78f8-1afd-3e3d-9328-0a18ed1c6dcd",
"path" : "/Users/USER/Library/Developer/Xcode/DerivedData/OpenEmu-cwbimrtycudtwabcqoenvccfolgy/Build/Products/Release/OpenEmu.app/Contents/MacOS/OpenEmu",
"name" : "OpenEmu",
"CFBundleVersion" : "2.3.3"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7368896512,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15761408,
"uuid" : "af9f6891-70ad-3c26-af08-b747344892d2",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7315816448,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5079040,
"uuid" : "f4ff83fc-e62c-30b4-b3a9-876c8a1fd595",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1953.1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7331721216,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 10719232,
"uuid" : "52b2f83f-586d-32a2-8b66-ce651400ac8c",
"path" : "/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1953.1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7313813504,
"size" : 294912,
"uuid" : "40c9c98c-00d6-3e8e-9ad3-2ed6cf0d0cfe",
"path" : "/usr/lib/system/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7473893376,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3358720,
"uuid" : "02b9797f-c47d-30b7-b7b0-802d0d26f31c",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7312089088,
"size" : 566464,
"uuid" : "de46dd52-4994-3fd8-b4b4-e352a1a19354",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7315402752,
"size" : 53244,
"uuid" : "886caca0-5762-3640-8db2-3fa3b911c062",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
}
],
"sharedCache" : {
"base" : 7311441920,
"size" : 3403612160,
"uuid" : "2d053604-1cb6-3821-a8df-360eb2eb519b"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.3G resident=0K(0%) swapped_out_or_unallocated=1.3G(100%)\nWritable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 2176K 4 \nColorSync 528K 24 \nCoreData 32K 1 \nCoreData Object IDs 4112K 2 \nCoreGraphics 32K 2 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 245.5M 47 \nMALLOC guard page 288K 14 \nMALLOC_MEDIUM (reserved) 480.0M 4 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSQLite page cache 384K 3 \nSTACK GUARD 56.1M 6 \nStack 10.6M 6 \nVM_ALLOCATE 224K 14 \n__AUTH 1730K 326 \n__AUTH_CONST 23.4M 541 \n__CTF 756 1 \n__DATA 12.9M 568 \n__DATA_CONST 27.4M 584 \n__DATA_DIRTY 1919K 214 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 772.4M 42 \n__OBJC_CONST 4315K 294 \n__OBJC_RO 65.1M 1 \n__OBJC_RW 1981K 1 \n__TEXT 571.5M 607 \ndyld private memory 256K 1 \nlibnetwork 128K 8 \nmapped file 212.6M 46 \nshared memory 912K 16 \n=========== ======= ======= \nTOTAL 2.8G 3384 \nTOTAL, minus reserved VM space 2.0G 3384 \n",
"legacyInfo" : {
"threadTriggered" : {
"queue" : "com.apple.main-thread"
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "610d52e1fc54bc3389840408",
"factorPackIds" : {
"SIRI_UNDERSTANDING_ASR_ASSISTANT" : "6348ad0234d9d80ede80aabb",
"SIRI_UNDERSTANDING_MORPHUN" : "62ec7220c682040ba94e6a20"
},
"deploymentId" : 240000507
},
{
"rolloutId" : "60da5e84ab0ca017dace9abf",
"factorPackIds" : {

  },
  "deploymentId" : 240000008
}

],
"experiments" : [

]
}
}

Model: MacBookAir10,1, BootROM 8419.41.10, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Memory Module: LPDDR4, Micron
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Sep 3 2022 03:37:22 version 18.20.379.4.7.8.143 FWID 01-e3c71b50
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.

@nathanjd nathanjd changed the title Crash on Boot Crash on Boot: Unexpectedly found nil while unwrapping an Optional value Dec 10, 2022
@clobber clobber added the bug label Dec 10, 2022
J-rg added a commit that referenced this issue Dec 15, 2022
This reverts commit 3dd3440 ("Fix missing system icons in sidebar"), which caused #4802.
@J-rg J-rg closed this as completed Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants