Ripes icon indicating copy to clipboard operation
Ripes copied to clipboard

Crash at startup on macOS 26.1/M1 CPU

Open RaresAndrei0 opened this issue 1 month ago • 1 comments

Downloaded the continous release for the universal binaries, the app crashes at startup. Nothing displays, just the crash notification.

Image

RaresAndrei0 avatar Dec 04 '25 15:12 RaresAndrei0

macos 15 arm64 also error

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: index >= 0'
*** First throw call stack:
(
	0   CoreFoundation                      0x0000000183d8bae0 __exceptionPreprocess + 176
	1   libobjc.A.dylib                     0x000000018384eb90 objc_exception_throw + 88
	2   Foundation                          0x000000018539ba78 -[NSCalendarDate initWithCoder:] + 0
	3   AppKit                              0x0000000187c30354 -[NSMenu itemAtIndex:] + 156
	4   libqcocoa.dylib                     0x0000000105c04a0c qt_plugin_instance + 100640
	5   libqcocoa.dylib                     0x0000000105c03924 qt_plugin_instance + 96312
	6   QtCore                              0x0000000106f8e2a0 _ZN11QMetaObject8activateEP7QObjectPKS_iPPv + 3780
	7   QtGui                               0x00000001052db9f8 _ZN22QGuiApplicationPrivate21processActivatedEventEPN29QWindowSystemInterfacePrivate20ActivatedWindowEventE + 868
	8   QtGui                               0x00000001053346a4 _ZN22QWindowSystemInterface17handleThemeChangeINS_20AsynchronousDeliveryEEEvP7QWindow + 3664
	9   QtCore                              0x0000000106f5007c _ZN18QMetaMethodInvoker10invokeImplE11QMetaMethodPvN2Qt14ConnectionTypeExPKPKvPKPKcPKPKN9QtPrivate18QMetaTypeInterfaceE + 628
	10  QtCore                              0x0000000106f54c38 _ZN11QMetaMethod10invokeImplES_PvN2Qt14ConnectionTypeExPKPKvPKPKcPKPKN9QtPrivate18QMetaTypeInterfaceE + 60
	11  libqcocoa.dylib                     0x0000000105c2360c _ZN20QCocoaSystemTrayIcon13emitActivatedEv + 65792
	12  CoreFoundation                      0x0000000183d0f458 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 128
	13  CoreFoundation                      0x0000000183d9eb28 ___CFXRegistrationPost_block_invoke + 92
	14  CoreFoundation                      0x0000000183d9ea6c _CFXRegistrationPost + 436
	15  CoreFoundation                      0x0000000183cde8b8 _CFXNotificationPost + 740
	16  Foundation                          0x0000000185298680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
	17  AppKit                              0x0000000187d8ba60 -[NSWindow becomeKeyWindow] + 852
	18  AppKit                              0x0000000187d8a9a0 _NXShowKeyAndMain + 132
	19  AppKit                              0x0000000187d88df0 -[NSApplication _handleActivatedEvent:] + 1368
	20  AppKit                              0x00000001885db80c -[NSApplication(NSEventRouting) sendEvent:] + 1836
	21  libqcocoa.dylib                     0x0000000105bec510 qt_plugin_instance + 1060
	22  AppKit                              0x00000001881da42c -[NSApplication _handleEvent:] + 60
	23  AppKit                              0x0000000187c30c0c -[NSApplication run] + 520
	24  libqcocoa.dylib                     0x0000000105bf7cd0 qt_plugin_instance + 48100
	25  QtCore                              0x0000000106f4e41c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE + 532
	26  QtCore                              0x0000000106f454a4 _ZN16QCoreApplication4execEv + 112
	27  Ripes                               0x000000010452d1ac _Z7guiModeR12QApplication + 128
	28  Ripes                               0x000000010452d5b0 main + 296
	29  dyld                                0x000000018388eb98 start + 6076
)
libc++abi: terminating due to uncaught exception of type NSException

MushR00m avatar Dec 09 '25 15:12 MushR00m