Reply
Logi Browser
DaveSam
Posts: 5
Registered: ‎02-25-2011
0

Re: Open Source Alert Commander Replacement

I downloaded the latest version for my Mac Book Pro running Lion.  I copied the app out of the DMG and rant it, but every time I do it shows the IP address of 1 camera and then hangs for 10 seconds and then crashes.  

 

I am able to view my cameras via VLC by going to rtsp://192.168.1.26/HighResolutionVideo.

 

Any thoughts?  Here's the beginning of the error report that was geneerated:

Process: iAlert [14840]
Path: /Applications/iAlert.app/Contents/MacOS/iAlert
Identifier: com.yourcompany.iAlert
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: launchd [170]

Date/Time: 2011-11-09 19:13:43.926 -0500
OS Version: Mac OS X 10.7.2 (11C74)
Report Version: 9

Interval Since Last Report: 257806 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 106 sec
Per-App Crashes Since Last Report: 6
Anonymous UUID: 59186473-71E2-48CD-9842-78C20E1441C2

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
-->
__TEXT 0000000100000000-000000010002a000 [ 168K] r-x/rwx SM=COW /Applications/iAlert.app/Contents/MacOS/iAlert

Application Specific Information:
objc[14840]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.yourcompany.iAlert 0x0000000100004ce9 MainWindow::smileysurprised:n_eventTable_itemSelectionChanged() + 53
1 com.yourcompany.iAlert 0x0000000100016c28 MainWindow::qt_metacall(QMetaObject::Call, int, void**) + 248
2 QtCore 0x00000001026e9892 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 978
3 QtGui 0x0000000101fac493 QTableWidget::qt_metacall(QMetaObject::Call, int, void**) + 175
4 QtCore 0x00000001026e9892 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 978
5 QtGui 0x0000000101f99768 QItemSelectionModelPrivate::_q_rowsAboutToBeRemoved(QModelIndex const&, int, int) + 4012
6 QtGui 0x0000000101f930c1 QItemSelectionModel::qt_metacall(QMetaObject::Call, int, void**) + 439
7 QtCore 0x00000001026e9892 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 978
8 QtCore 0x0000000102730ba1 QAbstractItemModel::rowsAboutToBeRemoved(QModelIndex const&, int, int) + 63
9 QtCore 0x00000001026ca7f3 QAbstractItemModel::beginRemoveRows(QModelIndex const&, int, int) + 105
10 QtGui 0x0000000101fb1622 QTableModel::removeRows(int, int, QModelIndex const&) + 118
11 QtGui 0x0000000101faa599 QTableWidget::removeRow(int) + 91
12 com.yourcompany.iAlert 0x0000000100005697 MainWindow::smileysurprised:n_cameraList_currentIndexChanged(QString const&) + 191
13 com.yourcompany.iAlert 0x0000000100016c14 MainWindow::qt_metacall(QMetaObject::Call, int, void**) + 228
14 QtCore 0x00000001026e9892 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 978
15 QtGui 0x0000000101e24446 QComboBoxPrivate::_q_emitCurrentIndexChanged(QModelIndex const&) + 134
16 QtGui 0x0000000101e28021 QComboBoxPrivate::_q_rowsInserted(QModelIndex const&, int, int) + 317
17 QtGui 0x0000000101e21e7f QComboBox::qt_metacall(QMetaObject::Call, int, void**) + 805
18 QtCore 0x00000001026e9892 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 978
19 QtCore 0x0000000102730be7 QAbstractItemModel::rowsInserted(QModelIndex const&, int, int) + 63
20 QtCore 0x00000001026cd84a QAbstractItemModel::endInsertRows() + 74
21 QtGui 0x0000000101fd6143 QStandardItemPrivate::insertRows(int, int, QList<QStandardItem*> const&) + 711
22 QtGui 0x0000000101e2b17b QStandardItemModel::insertRow(int, QStandardItem*) + 65
23 QtGui 0x0000000101e28632 QComboBox::insertItem(int, QIcon const&, QString const&, QVariant const&) + 314
24 com.yourcompany.iAlert 0x0000000100005acd MainWindow::upnpDiscovery(QUpnpDiscovery) + 603
25 com.yourcompany.iAlert 0x0000000100016baf MainWindow::qt_metacall(QMetaObject::Call, int, void**) + 127
26 QtCore 0x00000001026e8b7c QObject::event(QEvent*) + 282
27 QtGui 0x0000000101b1d18a QWidget::event(QEvent*) + 3556
28 QtGui 0x0000000101e683a4 QMainWindow::event(QEvent*) + 860
29 QtGui 0x0000000101ad0718 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304
30 QtGui 0x0000000101ad0999 QApplication::notify(QObject*, QEvent*) + 603
31 QtCore 0x00000001026d6276 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
32 QtCore 0x00000001026d6615 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 479
33 com.apple.CoreFoundation 0x00007fff89605b51 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
34 com.apple.CoreFoundation 0x00007fff8960547c __CFRunLoopDoSources0 + 444
35 com.apple.CoreFoundation 0x00007fff8962c1a9 __CFRunLoopRun + 905
36 com.apple.CoreFoundation 0x00007fff8962bae6 CFRunLoopRunSpecific + 230
37 com.apple.HIToolbox 0x00007fff8ef233d3 RunCurrentEventLoopInMode + 277
38 com.apple.HIToolbox 0x00007fff8ef2a58f ReceiveNextEventCommon + 181
39 com.apple.HIToolbox 0x00007fff8ef2a4ca BlockUntilNextEventMatchingListInMode + 62
40 com.apple.AppKit 0x00007fff8b3383f1 _DPSNextEvent + 659
41 com.apple.AppKit 0x00007fff8b337cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
42 com.apple.AppKit 0x00007fff8b33462d -[NSApplication run] + 470
43 QtGui 0x0000000101a8e42b QEventDispatcherMac::smileytongue:rocessEvents(QFlags<QEventLoop::smileytongue:rocessEventsFlag>) + 799
44 QtCore 0x00000001026d3905 QEventLoop::exec(QFlags<QEventLoop::smileytongue:rocessEventsFlag>) + 247
45 QtCore 0x00000001026d68af QCoreApplication::exec() + 175
46 com.yourcompany.iAlert 0x00000001000047c3 main + 147
47 com.yourcompany.iAlert 0x00000001000042fa _start + 248
48 com.yourcompany.iAlert 0x0000000100004201 start + 33

Logi Browser
Aelver
Posts: 8
Registered: ‎11-18-2011
0

Re: Open Source Alert Commander Replacement

Thank you very much for your efforts!!!

Logi Nu
edmatney
Posts: 1
Registered: ‎11-25-2011
0

Alert Commander Replacement

I'm very interested in a Lion version of the Alert software.  I've downloaded the latest version and find that it crashes seconds into launching.  Sometimes a camera appears just before the crash and sometime it just crashes. I'll be interested if you make further progress.  Thanks for your efforts in the matter

 

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Alert Commander Replacement

[ Edited ]

Ok, I posted a new release that SHOULD fix the multi camera crash. (https://github.com/szatmary/iAlert/downloads). Please send any bug reports to [personal content removed]

Retired Logitech Employee / Moderator (Inactive)
CatLogitech
Posts: 3,664
Registered: ‎10-05-2010
0

Re: Alert Commander Replacement

[ Edited ]

It is best to PM the above poster as you cannot post personal information on these boards.

 

Also if you wish to post code click on the clipboard with the C on it as that will be better (no happy faces) and has a bigger character limit.

--------------------------------------
Cat
Logitech Support Specialist

If a reply adequately addresses your technical issue, please click on the "Accept as Solution" and "Give Kudos" button so this information can benefit other users via search.
Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Alert Commander Replacement

I have created a google group at http://groups.google.com/group/ialert for discussions around the iAlert software

Logi Nu
HappyHapgood
Posts: 2
Registered: ‎08-23-2011
0

Re: Open Source Alert Commander Replacement

I downloaded and installed iAlert on a MacBook Air.  Works fine.  Just wish Logitech would develop an application for the Mac so all the controls would be available.   Really annoying...  Logitech... PLEASE?!  If you don't and someone else (like Apple or Microsoft) create a decent product your existing customers will DESERT YOU INSTANTLY.

 

You are NOT developing GOODWILL and customer loyalty.

 

Matt 

Logi Browser
Aelver
Posts: 8
Registered: ‎11-18-2011
0

Re: Alert Commander Replacement

I downloaded the latest version, but no cameras appear in the drop down. I can connect to the cameras in VLC, and in my VirtualBox XP version of Commander.

 

I do use a non-standard IP range (192.168.2.XXX), could it possibly could be because of this?

Logi Nu
Michael Huber
Posts: 3
Registered: ‎09-12-2010
0

Re: Open Source Alert Commander Replacement

Excellent work!!

Logi Visitor
szatmary
Posts: 29
Registered: ‎09-26-2011

Re: Alert Commander Replacement

The IP range shoud not matter. The cameras are discovered usinng UPNP, same as Logitech COommander. The only thing I can sugest is to reset all your cameras and home plug devices (if any)