Bug located Located the bug. It is in the tvservice init, seems you cannot set an object to null if the object has never been instantiated (which causes and exception). The problem only occurs when a slave server has been added and actually keeps the master server from initializing and therefore will not respond to the configuration dialog. For those industrious, remark out the following code in the TVservice\TvController.cs:
line 388: // tvcard.Card = null;
I am trying to find out how to get this update to the trunk for the nightly builds. Never worked on this project before so not sure how they handle patches, just had the same problem figured I would look into it. |