View Full Version : NetRemote not connecting on Startup
JBrett
February 1st, 2008, 02:05 PM
I have NetRemote launching on reboot (as a shortcut in Startup), however, it does not seem to connect after a reboot. NetRemote will launch but have no communication with the server. If I shutdown NetRemote and restart it, there is a connection. Also, I have noticed if I delay the start of NetRemote for 3 secs after startup (with sleep.exe) it seems to connect properly. I am running this on a wirleless networked system (but am unsure if this is a factor). Can anyone else confirm this behavior or is it just my setup?
Thanks,
Brett
Rob H
February 2nd, 2008, 02:43 AM
It's possible that it's due to the wireless networking.
You can try forcing a reconnection to either Girder or Mediabridge from within NetRemote - either by pressing a button or from Lua e.g. for Mediabridge
NetRemote.ExecuteAction(-10, 0, 23, '')
or for Girder
NetRemote.ExecuteAction(-1, 0 2, '')
You can check whether the connections are active by examining MP.LinkActive and Girder.LinkActive - I'd suggest doing this on a timer to give it a chance to establish the connection first.
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.