Automatic WakeOnLan upon accessing MySql or FileShares
(2012-10-23, 21:52)bilbonvidia Wrote: It kicked in on resume, I got the waiting for network dialogue but it bombed:
20:47:49 T:3007424320 ERROR: WakeOnLan - Unable to send magic packet (Network is unreachable)
20:47:49 T:3007424320 ERROR: WakeOnAccess failed to send. (Is it blocked by firewall?)

edit: Wait a while longer and go into videos and it worked.

Here is something we can try ;
WakeOnAccess.cpp : line ~175 replace old SuccessWaiting() with this ;
Code:
virtual bool SuccessWaiting () const
  {
    CNetworkInterface* iface = g_application.getNetwork().GetFirstConnectedInterface();

     return iface && iface->IsEnabled();
  }
Reply


Messages In This Thread
[No subject] - by vexation - 2012-03-01, 17:10
[No subject] - by t4_ravenbird - 2012-03-01, 20:45
[No subject] - by Vascular - 2012-03-02, 15:29
[No subject] - by t4_ravenbird - 2012-03-02, 15:42
[No subject] - by regnets - 2012-03-08, 20:05
[No subject] - by Dam0 - 2012-03-09, 13:41
RE: Automatic WakeOnLan upon accessing MySql or FileShares - by t4_ravenbird - 2012-10-24, 20:03
Logout Mark Read Team Forum Stats Members Help
Automatic WakeOnLan upon accessing MySql or FileShares4