App does not start on macOS 14.5 M1 Pro
flinge opened this issue · 3 comments
flinge commented
Getting the following error:
tickrs
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString stringByStandardizingPath]: unrecognized selector sent to instance 0x600002f00420'
*** First throw call stack:
(
0 CoreFoundation 0x00007ff80314389e __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff802c3421b objc_exception_throw + 48
2 CoreFoundation 0x00007ff8031e8b3d -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007ff8030b1b08 ___forwarding___ + 1379
4 CoreFoundation 0x00007ff8030b1518 _CF_forwarding_prep_0 + 120
5 Foundation 0x00007ff803f8d66f -[NSProcessInfo arguments] + 203
6 CoreFoundation 0x00007ff8031b6592 __getDefaultArguments_block_invoke + 101
7 libdispatch.dylib 0x00007ff802e52dbc _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007ff802e5404e _dispatch_once_callout + 20
9 CoreFoundation 0x00007ff8031b5fa3 _addBackstopValuesForIdentifierAndSource + 626
10 CoreFoundation 0x00007ff80307d8d4 __81-[_CFXPreferences(SourceAdditions) withNamedVolatileSourceForIdentifier:perform:]_block_invoke + 151
11 CoreFoundation 0x00007ff8031b5c6c -[_CFXPreferences withNamedVolatileSourceForIdentifier:perform:] + 241
12 CoreFoundation 0x00007ff803084510 -[CFPrefsSearchListSource addNamedVolatileSourceForIdentifier:] + 98
13 CoreFoundation 0x00007ff8031f04ac __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke.160 + 310
14 CoreFoundation 0x00007ff8031f0166 -[_CFXPreferences withSearchLists:] + 60
15 CoreFoundation 0x00007ff80307eef9 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 278
16 CoreFoundation 0x00007ff8031f02f5 -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 372
17 CoreFoundation 0x00007ff80307e97b -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 124
18 CoreFoundation 0x00007ff80307e8c5 _CFPreferencesCopyAppValueWithContainerAndConfiguration + 101
19 SystemConfiguration 0x00007ff803c3a7cb SCDynamicStoreCopyProxiesWithOptions + 155
20 tickrs 0x00000001002c8dbb Curl_macos_init + 11
21 tickrs 0x00000001002b653d curl_global_init + 141
22 tickrs 0x000000010011c41d _ZN3std4sync4once4Once9call_once28_$u7b$$u7b$closure$u7d$$u7d$17h64bb416bee0d031eE.7929 + 29
23 tickrs 0x000000010031784e _ZN3std10sys_common4once7generic4Once4call17he3b11ce60debaae3E + 1246
24 tickrs 0x000000010011c387 _ZN4curl9INIT_CTOR9init_ctor17h26f50797f7d7baa2E + 71
25 dyld 0x000000020082639f ___ZZNK5dyld46Loader25findAndRunAllInitializersERNS_12RuntimeStateEENK3$_0clEv_block_invoke + 185
26 dyld 0x00000002008604c8 ___ZNK5dyld313MachOAnalyzer18forEachInitializerER11DiagnosticsRKNS0_15VMAddrConverterEU13block_pointerFvjEPKv_block_invoke.175 + 133
27 dyld 0x0000000200854bcf ___ZNK5dyld39MachOFile14forEachSectionEU13block_pointerFvRKNS0_11SectionInfoEbRbE_block_invoke + 543
28 dyld 0x000000020080b07f _ZNK5dyld39MachOFile18forEachLoadCommandER11DiagnosticsU13block_pointerFvPK12load_commandRbE + 249
29 dyld 0x0000000200853d0c _ZNK5dyld39MachOFile14forEachSectionEU13block_pointerFvRKNS0_11SectionInfoEbRbE + 176
30 dyld 0x00000002008561b0 _ZNK5dyld39MachOFile32forEachInitializerPointerSectionER11DiagnosticsU13block_pointerFvjjRbE + 116
31 dyld 0x00000002008601fe _ZNK5dyld313MachOAnalyzer18forEachInitializerER11DiagnosticsRKNS0_15VMAddrConverterEU13block_pointerFvjEPKv + 390
32 dyld 0x00000002008230cd _ZNK5dyld46Loader25findAndRunAllInitializersERNS_12RuntimeStateE + 225
33 dyld 0x00000002008289c9 _ZNK5dyld416JustInTimeLoader15runInitializersERNS_12RuntimeStateE + 21
34 dyld 0x00000002008232e5 _ZNK5dyld46Loader23runInitializersBottomUpERNS_12RuntimeStateERN5dyld35ArrayIPKS0_EE + 213
35 dyld 0x0000000200826414 _ZZNK5dyld46Loader38runInitializersBottomUpPlusUpwardLinksERNS_12RuntimeStateEENK3$_1clEv + 98
36 dyld 0x000000020082337e _ZNK5dyld46Loader38runInitializersBottomUpPlusUpwardLinksERNS_12RuntimeStateE + 96
37 dyld 0x0000000200842d9a _ZN5dyld44APIs25runAllInitializersForMainEv + 326
38 dyld 0x0000000200810203 _ZN5dyld4L7prepareERNS_4APIsEPKN5dyld313MachOAnalyzerE + 3364
39 dyld 0x000000020080f2ff start + 1839
)
libc++abi: terminating due to uncaught exception of type NSException
zsh: abort tickrs
akshaytandroid commented
Same issue here. (Intel)
tarkah commented
I updated curl
in the latest release: https://github.com/tarkah/tickrs/releases/tag/v0.14.10
Can you confirm if this fixed it?
flinge commented
It's fixed now, thank you!