score icon indicating copy to clipboard operation
score copied to clipboard

MacOS crashes when wireless controller is not found

Open ngyvc opened this issue 4 months ago • 2 comments

Debug: Warning: could not load device "Wireless Controller Touchpad" (:0) Warning: QGraphicsItem::setParentItem: cannot assign 0x600001edbf30 as a parent of itself (:0) Warning: QGraphicsItem::setParentItem: cannot assign 0x600001eda270 as a parent of itself (:0) Warning: QFSFileEngine::open: No file name specified (:0) Warning: QFSFileEngine::open: No file name specified (:0) Warning: QFSFileEngine::open: No file name specified (:0) Warning: QFSFileEngine::open: No file name specified (:0) Warning: QGraphicsItem::setParentItem: cannot assign 0x1680b8530 as a parent of itself (:0) libc++abi: terminating due to uncaught exception of type std::runtime_error Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var LLVM_SYMBOLIZER_PATH to point to it): 0 ossia score 0x000000010886c0a0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56 1 ossia score 0x000000010886a070 llvm::sys::RunSignalHandlers() + 80 2 ossia score 0x000000010886c63c SignalHandler(int) + 360 3 libsystem_platform.dylib 0x00000001850c3624 _sigtramp + 56 4 libsystem_pthread.dylib 0x000000018508988c pthread_kill + 296 5 libsystem_c.dylib 0x0000000184f92c60 abort + 124 6 libc++abi.dylib 0x000000018503f39c __cxxabiv1::__aligned_malloc_with_fallback(unsigned long) + 0 7 libc++abi.dylib 0x000000018502dd0c demangling_terminate_handler() + 344 8 libobjc.A.dylib 0x0000000184cb4d84 _objc_terminate() + 172 9 libc++abi.dylib 0x000000018503e6b0 std::__terminate(void ()()) + 16 10 libc++abi.dylib 0x0000000185041c48 __cxa_get_exception_ptr + 0 11 libc++abi.dylib 0x0000000185041bf0 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception) + 0 12 ossia score 0x0000000102c2a504 Device::DeviceList::device(QString const&) const + 300 13 ossia score 0x0000000102c33028 Explorer::DeviceExplorerModel::data(QModelIndex const&, int) const + 300 14 ossia score 0x0000000102c2c998 Explorer::DeviceExplorerFilterProxyModel::filterAcceptsRowItself(int, QModelIndex const&) const + 108 15 ossia score 0x0000000102c2c82c Explorer::DeviceExplorerFilterProxyModel::filterAcceptsRow(int, QModelIndex const&) const + 40 16 ossia score 0x000000010c2b7240 QSortFilterProxyModelPrivate::filterAcceptsRowInternal(int, QModelIndex const&) const + 44 17 ossia score 0x000000010c2b80e8 QSortFilterProxyModelPrivate::create_mapping(QModelIndex const&) const + 372 18 ossia score 0x000000010c2c0aa4 QSortFilterProxyModel::columnCount(QModelIndex const&) const + 128 19 ossia score 0x000000010afdfb04 QHeaderView::initializeSections() + 136 20 ossia score 0x000000010afe69ec QHeaderView::reset() + 32 21 ossia score 0x000000010afc6fb4 QAbstractItemView::setModel(QAbstractItemModel*) + 2084 22 ossia score 0x000000010afddc50 QHeaderView::setModel(QAbstractItemModel*) + 1176 23 ossia score 0x000000010b02edf4 QTreeView::setModel(QAbstractItemModel*) + 308 24 ossia score 0x0000000102c276bc Explorer::DeviceExplorerWidget::setModel(Explorer::DeviceExplorerModel*) + 160 25 ossia score 0x0000000102b8453c score::DocumentManager::setCurrentDocument(score::GUIApplicationContext const&, score::Document*) + 104 26 ossia score 0x0000000102b84364 score::DocumentManager::setupDocument(score::GUIApplicationContext const&, score::Document*) + 440 27 ossia score 0x0000000102b86168 score::Document* score::DocumentManager::loadDocument<QString const&, score::DocumentDelegateFactory&>(score::GUIApplicationContext const&, QString const&, score::DocumentDelegateFactory&) + 216 28 ossia score 0x0000000102b85f64 score::DocumentManager::loadFile(score::GUIApplicationContext const&, QString const&) + 872 29 ossia score 0x000000010c0ffa38 void doActivate(QObject*, int, void**) + 1404 30 ossia score 0x0000000102b5e65c SafeQApplication::event(QEvent*) + 116 31 ossia score 0x000000010ae3a2ec QApplicationPrivate::notify_helper(QObject*, QEvent*) + 348 32 ossia score 0x000000010ae3b314 QApplication::notify(QObject*, QEvent*) + 420 33 ossia score 0x0000000102b5dfc8 SafeQApplication::notify(QObject*, QEvent*) + 220 34 ossia score 0x000000010c0bcbec QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*) + 172 35 ossia score 0x000000010b758e1c QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 1428 36 ossia score 0x000000010b7a06c4 QWindowSystemInterface::handleFileOpenEvent(QString const&) + 96 37 ossia score 0x00000001043f9f98 -[QCocoaApplicationDelegate application:openFiles:] + 364 38 AppKit 0x00000001893763ac withWindowOrderingObserverHeuristic + 376 39 AppKit 0x0000000189375f98 -[NSApplication(NSAppleEventHandling) _openURLs:requestedBySourceApp:completionHandler:] + 1108 40 AppKit 0x000000018901e50c __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 564 41 AppKit 0x000000018901e254 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 244 42 AppKit 0x0000000188dcc1ac -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 408 43 Foundation 0x0000000186433e40 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 316 44 Foundation 0x0000000186433c38 _NSAppleEventManagerGenericHandler + 80 45 AE 0x000000018c89613c _AppleEventsCheckInAppWithBlock + 13864 46 AE 0x000000018c895a7c _AppleEventsCheckInAppWithBlock + 12136 47 AE 0x000000018c88f044 aeProcessAppleEvent + 484 48 HIToolbox 0x0000000190879828 AEProcessAppleEvent + 68 49 AppKit 0x0000000188dc5db8 _DPSNextEvent + 1456 50 AppKit 0x0000000189764314 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688 51 AppKit 0x0000000188db8c64 -[NSApplication run] + 480 52 ossia score 0x0000000104407794 QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2456 53 ossia score 0x000000010c0c4358 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 588 54 ossia score 0x000000010c0bc7dc QCoreApplication::exec() + 228 55 ossia score 0x0000000102aef718 main + 1352 56 dyld 0x0000000184ceab4c start + 6000 Abort trap: 6

ngyvc avatar Aug 20 '25 17:08 ngyvc

thanks for the report, sorry for the crash! do you have the score file that causes the crash?

jcelerier avatar Aug 20 '25 17:08 jcelerier

Here you go! It's one of Edu's files for the vanier training ;)

example_3.score.zip

ngyvc avatar Aug 20 '25 18:08 ngyvc