Repositories Missing (MacOS 10.9.5)
-
Hello!
I have noticed, that problems started recently with stuff around Qt 5.8 maintenance tool... I started it today and was required to update itself before any other action could proceed... After it did its magic, the tool can't be started any more... It just crashes... OK... I have downloaded fresh online installer (qt-unified-mac-x64-3.0.0-online.dmg) and ......it crashes as well.... Hmmmm..... OK.... I have downloaded offline installer (qt-opensource-mac-x64-clang-5.8.0.dmg) and it finally could proceed fresh install... But starting maintenance tool, I can't proceed any more, just see this pic
. So, the question is: What I did wrong?!
PS. I have no idea how to embed images in this forum :(
Update: MaintenanceTool.ini starts with this:
[General] DefaultRepositories=@Invalid()
-
Hi,
Can you share the exact error you have ?
One thing you have to take into account (AFAIK) is that Apple supports only the last three versions of macOS which means 10.9 is now in the unsupported category.
The upload feature is currently broken, see this thread for sharing technique.
Note that the offline installer should be used when you want to only use one specific version of Qt, if you want to add/remove/update then you should use the online installer.
-
Hi! Sorry for posing this kinda garbadge here, but that is all I have...
Two reports follow....
This is how my old MaintenanceTool dies:
Process: MaintenanceTool [11053] Path: /Users/USER/*/MaintenanceTool.app/Contents/MacOS/MaintenanceTool Identifier: com.yourcompany.installerbase Version: 0 Code Type: X86-64 (Native) Parent Process: launchd [174] Responsible: MaintenanceTool [11053] User ID: 501 Date/Time: 2017-05-28 14:54:07.451 +0300 OS Version: Mac OS X 10.9.5 (13F1911) Report Version: 11 Anonymous UUID: AF7623D3-AFCE-FD1F-BB57-C5B00CA20B32 Sleep/Wake UUID: 4578090A-57C0-446D-AC9F-8D801C193EE8 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff834b0866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8ea9235c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff81730b26 abort + 125 3 com.yourcompany.installerbase 0x000000010a86e529 qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) + 9 4 com.yourcompany.installerbase 0x000000010a874299 qt_message_output(QtMsgType, QMessageLogContext const&, QString const&) + 185 5 com.yourcompany.installerbase 0x0000000109ab7e71 messageHandler(QtMsgType, QMessageLogContext const&, QString const&) + 1889 6 com.yourcompany.installerbase 0x000000010a8743b5 qt_message_print(QtMsgType, QMessageLogContext const&, QString const&) + 277 7 com.yourcompany.installerbase 0x000000010a86e4da qt_message(QtMsgType, QMessageLogContext const&, char const*, __va_list_tag*) + 42 8 com.yourcompany.installerbase 0x000000010a86feb2 QMessageLogger::fatal(char const*, ...) const + 162 9 com.yourcompany.installerbase 0x000000010999354a SDKApp<QApplication>::notify(QObject*, QEvent*) + 170 10 com.yourcompany.installerbase 0x000000010aa2be84 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 11 com.yourcompany.installerbase 0x0000000109cd5f73 QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 3507 12 com.yourcompany.installerbase 0x0000000109cd6790 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1248 13 com.yourcompany.installerbase 0x0000000109cd61dc QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 4124 14 com.yourcompany.installerbase 0x0000000109cd6790 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1248 15 com.yourcompany.installerbase 0x0000000109cd61dc QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 4124 16 com.yourcompany.installerbase 0x0000000109caee8e QWidgetBackingStore::doSync() + 3854 17 com.yourcompany.installerbase 0x0000000109cdc202 QWidget::event(QEvent*) + 1730 18 com.yourcompany.installerbase 0x0000000109eb4d35 QMessageBox::event(QEvent*) + 21 19 com.yourcompany.installerbase 0x0000000109ca17bd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 301 20 com.yourcompany.installerbase 0x0000000109ca2b37 QApplication::notify(QObject*, QEvent*) + 391 21 com.yourcompany.installerbase 0x00000001099934ae SDKApp<QApplication>::notify(QObject*, QEvent*) + 14 22 com.yourcompany.installerbase 0x000000010aa2be84 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 23 com.yourcompany.installerbase 0x000000010aa2cefb QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 891 24 com.yourcompany.installerbase 0x0000000109bdf45e QCocoaEventDispatcherPrivate::processPostedEvents() + 190 25 com.yourcompany.installerbase 0x0000000109bdfd11 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33 26 com.apple.CoreFoundation 0x00007fff858c45b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 ....
and here is how fresh online installer does:
Process: qt-unified-mac-x64-3.0.0-online [11119] Path: /Volumes/VOLUME/qt-unified-mac-x64-3.0.0-online.app/Contents/MacOS/qt-unified-mac-x64-3.0.0-online Identifier: com.yourcompany.installerbase Version: 0 Code Type: X86-64 (Native) Parent Process: launchd [174] Responsible: qt-unified-mac-x64-3.0.0-online [11119] User ID: 501 Date/Time: 2017-05-28 14:59:51.220 +0300 OS Version: Mac OS X 10.9.5 (13F1911) Report Version: 11 Anonymous UUID: AF7623D3-AFCE-FD1F-BB57-C5B00CA20B32 Sleep/Wake UUID: 4578090A-57C0-446D-AC9F-8D801C193EE8 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff834b0866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff8ea9235c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff81730b26 abort + 125 3 com.yourcompany.installerbase 0x00000001104da529 qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) + 9 4 com.yourcompany.installerbase 0x00000001104e0299 qt_message_output(QtMsgType, QMessageLogContext const&, QString const&) + 185 5 com.yourcompany.installerbase 0x000000010f723e71 messageHandler(QtMsgType, QMessageLogContext const&, QString const&) + 1889 6 com.yourcompany.installerbase 0x00000001104e03b5 qt_message_print(QtMsgType, QMessageLogContext const&, QString const&) + 277 7 com.yourcompany.installerbase 0x00000001104da4da qt_message(QtMsgType, QMessageLogContext const&, char const*, __va_list_tag*) + 42 8 com.yourcompany.installerbase 0x00000001104dbeb2 QMessageLogger::fatal(char const*, ...) const + 162 9 com.yourcompany.installerbase 0x000000010f5ff54a SDKApp<QApplication>::notify(QObject*, QEvent*) + 170 10 com.yourcompany.installerbase 0x0000000110697e84 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 11 com.yourcompany.installerbase 0x000000010f941f73 QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 3507 12 com.yourcompany.installerbase 0x000000010f942790 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1248 13 com.yourcompany.installerbase 0x000000010f942621 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 881 14 com.yourcompany.installerbase 0x000000010f942621 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 881 15 com.yourcompany.installerbase 0x000000010f9421dc QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 4124 16 com.yourcompany.installerbase 0x000000010f942790 QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 1248 17 com.yourcompany.installerbase 0x000000010f9421dc QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 4124 18 com.yourcompany.installerbase 0x000000010f91ae8e QWidgetBackingStore::doSync() + 3854 19 com.yourcompany.installerbase 0x000000010f948202 QWidget::event(QEvent*) + 1730 20 com.yourcompany.installerbase 0x000000010f90d7bd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 301 21 com.yourcompany.installerbase 0x000000010f90eb37 QApplication::notify(QObject*, QEvent*) + 391 22 com.yourcompany.installerbase 0x000000010f5ff4ae SDKApp<QApplication>::notify(QObject*, QEvent*) + 14 23 com.yourcompany.installerbase 0x0000000110697e84 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164 24 com.yourcompany.installerbase 0x0000000110698efb QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 891 25 com.yourcompany.installerbase 0x000000010f84b45e QCocoaEventDispatcherPrivate::processPostedEvents() + 190 26 com.yourcompany.installerbase 0x000000010f84bd11 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33 27 com.apple.CoreFoundation 0x00007fff858c45b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 ...
-
So it seems unrelated to another bug I saw that was coming from Apple new version of some system library.
You should check the bug report system to see if it's something know. If not please consider opening a new report providing as much information as possible including these stack trace.