2006-06-19, 08:45 PM
sub Wrote:Tons of other plugins are doing this without any problems. I'd have to guess your plugin is generating an exception in the constructor.Hey - dont get defensive :p, I wasn't doubting the mechanism, I just need some help getting on my feet here...
Ok, I remarked most of the class, now no excpetion. However, all I have in the C'Tor is Logger lines, and... well, they appear twice in the log file:
Code:
public RemotePlugin()
{
Logger.Verbose("RemotePlugin: entering CTOR");
Logger.Verbose("RemotePlugin: leaving CTOR");
}
Log file:
Code:
19/06/2006 16:42:00.849 VERBOSE [1] getValue: /settings/PluginsEnabled : true
19/06/2006 16:42:00.849 VERBOSE [1] RemotePlugin: entering CTOR
19/06/2006 16:42:00.849 VERBOSE [1] RemotePlugin: leaving CTOR
19/06/2006 16:42:00.849 VERBOSE [1] RemotePlugin: entering CTOR
19/06/2006 16:42:00.849 VERBOSE [1] RemotePlugin: leaving CTOR
19/06/2006 16:42:00.869 VERBOSE [1] GuideMenuTask created
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]