Hi Joe,
Good to hear that we're making some progress. I'm sure we can figure out the Windows 8.1 as well (I'm running two of my workstations on it). The bulk of issues we've seen has been with USB controller drivers on
Windows 7 (no native UBS3.0).
The device will be stopped when the last client disconnects. This is by design so the server doesn't waste resources if no one is listening to the data (e.g TET UI or other 3rd party app).
Considering your log:
- Code: Select all
2015-03-05 08:31:23.768|4262128536|I|The tracker device has been connected
2015-03-05 08:41:11.805|4098513586|I|Connection removed [176093691904]
2015-03-05 08:41:12.370|4262128536|I|The device stream has stopped
2015-03-05 08:41:12.370|4098513586|I|Tracker stopped
2015-03-05 08:41:14.915|1488074855|I|Shutting down Tracker Manager
The
I before the message means Information, e.g. the event occurred as part of normal operation. Other types are
Error and
Warnings. So by the looks of it the first (and only?) client disconnects and the server suspends operation.
If we look at the previous logs:
- Code: Select all
2015-03-04 17:31:38.540|660635948|I|Creating new connection [176093691904]
2015-03-04 17:33:20.492|1210739288|W|The device stream has paused
2015-03-04 17:33:21.491|1210739288|E|The device stream has stopped
We see one
warning that the stream
unintentionally paused followed by an
error stating that the device has stopped (cannot be reached).
Could you please try running it again leaving the TETUI and/or other clients connected for an extended period.