[PATCH] Power Scheduler multiseat addon + WOL (2 Viewers)

OnkelChris

Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    hey jbravo,

    it's me again... :p

    your patch is really great, except one little thing... replacing the original TvPlugin.dll with yours, the following error occurs, when the server has to be wakedup through your inbuilt WOL:

    Code:
    2009-09-10 17:23:15.437500 [ERROR][MPMain]: d3dapp: An error occured in OnResize - System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
       bei Microsoft.DirectX.Direct3D.Font.OnResetDevice()
       bei Microsoft.DirectX.Direct3D.Font.OnParentReset(Object sender, EventArgs e)
       bei System.EventHandler.Invoke(Object sender, EventArgs e)
       bei Microsoft.DirectX.Direct3D.Device.raise_DeviceReset(Object i1, EventArgs i2)
       bei Microsoft.DirectX.Direct3D.Device.Reset(PresentParameters[] presentationParameters)
       bei Microsoft.DirectX.Direct3D.Device.OnParentResized(Object sender, EventArgs e)
       bei System.Windows.Forms.Control.OnResize(EventArgs e)
       bei System.Windows.Forms.Form.OnResize(EventArgs e)
       bei MediaPortal.D3DApp.OnResize(EventArgs e)
    2009-09-10 17:23:18.328125 [ERROR][TvClient-Radio: HeartBeat transmitter thread]: MediaPortal: Unhandled exception occured
    2009-09-10 17:23:18.390625 [ERROR][TvClient-Radio: HeartBeat transmitter thread]: Exception   :System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
       bei TvPlugin.Radio.HeartBeatTransmitter()
       bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       bei System.Threading.ThreadHelper.ThreadStart()
    2009-09-10 17:23:18.406250 [ERROR][TvClient-Radio: HeartBeat transmitter thread]: Exception   :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    2009-09-10 17:23:18.421875 [ERROR][TvClient-Radio: HeartBeat transmitter thread]:   site      :Void HeartBeatTransmitter()
    2009-09-10 17:23:18.484375 [ERROR][TvClient-Radio: HeartBeat transmitter thread]:   source    :TvPlugin
    2009-09-10 17:23:18.515625 [ERROR][TvClient-Radio: HeartBeat transmitter thread]:   stacktrace:   bei TvPlugin.Radio.HeartBeatTransmitter()
       bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
       bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       bei System.Threading.ThreadHelper.ThreadStart()
    2009-09-10 17:23:22.453125 [ERROR][MPMain]: TVHome.HandleServerNotConnected caused an error Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.,   bei TvPlugin.TVHome.HandleServerNotConnected()

    this is the error.log. if the server is running, the client starts normal without problems. only replacing the tvplugin.dll ends up in this behaviour (and if i'm right, the "WOL-command" is inside this dll?!)

    EDIT:
    sry... forgot to say, that i'm using MP 1.0.2 with no extras, fresh clean install on test system
     

    JBravo

    MP Donator
  • Premium Supporter
  • November 11, 2007
    269
    27
    Home Country
    Sweden Sweden
    Hi,

    Haven't seen that error in my logs (or any other error).

    Are waking the server from S3 (standby) or S4 (hibernate)? How long time does it take from the server is woken to the server is up and running?

    Can you please post your MediaPortal.log, please set log verbosity to debug.

    /jonas
     

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    hey JBravo,

    waking from S3. Needs approx. 5sec. MAC is entered manual. I will post the logs in the next commercial brake ;)

    EDIT:
    seems like my server won't go into standby anymore... soemthing is blocking it... i'll upload the log as soon as possible
     

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    for some reason, the error disappeared... :)

    if it happens the next time, i will post the logs
     

    JBravo

    MP Donator
  • Premium Supporter
  • November 11, 2007
    269
    27
    Home Country
    Sweden Sweden

    Juppe

    Portal Pro
    November 17, 2006
    308
    42
    Home Country
    Sweden Sweden
    JBravo
    I have seen that, but I'm about to try out MP1.1 beta for now and wondering if the patch in this thread will work, shall change to MP1.1 when it's out.
     

    JBravo

    MP Donator
  • Premium Supporter
  • November 11, 2007
    269
    27
    Home Country
    Sweden Sweden
    The patches posted in this thread will most likely not work in MP1.1.
     

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    JBravo:

    here we go... There is no problem starting and using MP with your patch anymore. Unfortunately, there is one thing left in the error.log. Look at timestamp 17:29:40.171875

    error.log:

    Code:
    2009-09-14 17:29:40.171875 [ERROR][TvClient-Radio: HeartBeat transmitter thread]: TVHome: Error occured in constructor: Interner Fehler beim Server. Deaktivieren Sie in der .config-Datei des Servers den customErrors-Modus, um weitere Informationen zu erhalten.
    2009-09-14 17:29:45.609375 [ERROR][MPMain]: d3dapp: An error occured in OnResize - System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
       bei Microsoft.DirectX.Direct3D.Font.OnResetDevice()
       bei Microsoft.DirectX.Direct3D.Font.OnParentReset(Object sender, EventArgs e)
       bei System.EventHandler.Invoke(Object sender, EventArgs e)
       bei Microsoft.DirectX.Direct3D.Device.raise_DeviceReset(Object i1, EventArgs i2)
       bei Microsoft.DirectX.Direct3D.Device.Reset(PresentParameters[] presentationParameters)
       bei Microsoft.DirectX.Direct3D.Device.OnParentResized(Object sender, EventArgs e)
       bei System.Windows.Forms.Control.OnResize(EventArgs e)
       bei System.Windows.Forms.Form.OnResize(EventArgs e)
       bei MediaPortal.D3DApp.OnResize(EventArgs e)



    and the MediaPortal.log:

    Code:
    2009-09-14 17:29:04.250000 [Info.][MPMain]: Main: MediaPortal v1.0.2.22555 is starting up on Windows XP (Service Pack 3)
    2009-09-14 17:29:04.250000 [Info.][MPMain]: Main: Using Directories:
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Base - C:\Programme\Team MediaPortal\MediaPortal
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Log - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Log
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Skin - C:\Programme\Team MediaPortal\MediaPortal\Skin
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Language - C:\Programme\Team MediaPortal\MediaPortal\Language
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Database - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Database
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Plugins - C:\Programme\Team MediaPortal\MediaPortal\Plugins
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Thumbs - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Thumbs
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Cache - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Cache
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Weather - C:\Programme\Team MediaPortal\MediaPortal\Weather
    2009-09-14 17:29:04.265625 [Info.][MPMain]: CustomInputDevice - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\InputDeviceMappings
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Config - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal
    2009-09-14 17:29:04.265625 [Info.][MPMain]: CustomInputDefault - C:\Programme\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults
    2009-09-14 17:29:04.265625 [Info.][MPMain]: BurnerSupport - C:\Programme\Team MediaPortal\MediaPortal\Burner
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Installer - C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Installer
    2009-09-14 17:29:04.265625 [Info.][MPMain]: Main: Assembly creation time: 08.05.2009 22:36:10 (UTC)
    2009-09-14 17:29:04.281250 [Info.][MPMain]: Main: Set current directory to: C:\Programme\Team MediaPortal\MediaPortal
    2009-09-14 17:29:04.296875 [Debug][MPMain]: Main: Checking prerequisites
    2009-09-14 17:29:04.296875 [Debug][MPMain]: Main: Verifying DirectX 9
    2009-09-14 17:29:04.343750 [Debug][MPMain]: Main: Verifying Windows Media Player
    2009-09-14 17:29:04.359375 [Info.][MPMain]: Main: Windows Media Player version 11.0.5721.5145 installed
    2009-09-14 17:29:04.453125 [Info.][MPMain]: Main: Checking for running MediaPortal instance
    2009-09-14 17:29:04.453125 [Info.][MPMain]: Main: Deleting old log\capture.log
    2009-09-14 17:29:04.453125 [Info.][SplashScreen]: Version: Application 1.0.2.0
    2009-09-14 17:29:04.453125 [Info.][MPMain]: Main: Checking skin version
    2009-09-14 17:29:04.484375 [Debug][MPMain]: TVHome: Filter check started.
    2009-09-14 17:29:05.203125 [Info.][MPMain]:   Load key mapping from C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\keymap.xml
    2009-09-14 17:29:05.265625 [Info.][MPMain]: Main: Init playlist player
    2009-09-14 17:29:05.281250 [Info.][MPMain]: Main: Init players
    2009-09-14 17:29:06.078125 [Info.][MPMain]: Thumbs: MediaPortal is using average thumbnails
    2009-09-14 17:29:06.156250 [Debug][MPMain]: Main: Initializing DirectX
    2009-09-14 17:29:07.125000 [Info.][MPMain]: d3dapp: Graphic adapter 'Mobile Intel(R) 945 Express Chipset Family' is using driver version '6.14.10.4860'
    2009-09-14 17:29:07.125000 [Info.][MPMain]: d3dapp: Pixel shaders supported: 96 (Version: 2.0), Vertex shaders supported: 0 (Version: 0.0)
    2009-09-14 17:29:07.140625 [Info.][MPMain]: Creating DirectX9 device
    2009-09-14 17:29:07.718750 [Debug][MPMain]: Windowmanager: closing current window
    2009-09-14 17:29:07.859375 [Debug][MPMain]: TextureManager: Dispose()
    2009-09-14 17:29:07.875000 [Info.][MPMain]: TexturePacker:Dispose()
    2009-09-14 17:29:07.875000 [Info.][MPMain]:   Load key mapping from C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\keymap.xml
    2009-09-14 17:29:08.015625 [Info.][MPMain]:   Loading localized Strings - Path: C:\Programme\Team MediaPortal\MediaPortal\Language Culture: de  Language: German Prefix: True
    2009-09-14 17:29:08.234375 [Info.][MPMain]:     Loading strings file: strings_de.xml
    2009-09-14 17:29:09.125000 [Info.][FilterChecker]: FilterChecker: Found TsReader.ax from 10.08.2009 located at C:\Programme\Team MediaPortal\MediaPortal\TsReader.ax
    2009-09-14 17:29:10.843750 [Info.][FilterChecker]: FilterChecker: Found quartz.dll from 03.06.2009 located at C:\WINDOWS\system32\quartz.dll
    2009-09-14 17:29:10.906250 [Info.][FilterChecker]: FilterChecker: Version of installed quartz.dll: 6.5.2600.5822
    2009-09-14 17:29:11.015625 [Debug][MPMain]:     ExtendedChars = False, StringChars = 255
    2009-09-14 17:29:11.015625 [Info.][MPMain]:     Loading strings file: strings_en.xml
    2009-09-14 17:29:11.093750 [Debug][MPMain]:     ExtendedChars = False, StringChars = 255
    2009-09-14 17:29:11.281250 [Debug][MPMain]: Skin Folder : C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP
    2009-09-14 17:29:11.281250 [Debug][MPMain]: Cache Folder: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal\Cache\StreamedMP
    2009-09-14 17:29:11.765625 [Info.][MPMain]:   fonts.Dispose()
    2009-09-14 17:29:11.843750 [Info.][MPMain]:   Load fonts from C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\fonts.xml
    2009-09-14 17:29:12.031250 [Debug][MPMain]:   fonts.InitializeDeviceObjects()
    2009-09-14 17:29:12.562500 [Debug][MPMain]:   Loaded font:debug height:12 texture:256x256 chars:[32-255] miplevels:1
    2009-09-14 17:29:12.640625 [Debug][MPMain]:   Loaded font:font12 height:11 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:12.734375 [Debug][MPMain]:   Loaded font:font14 height:13 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:12.828125 [Debug][MPMain]:   Loaded font:font18 height:17 texture:512x512 chars:[32-256] miplevels:1
    2009-09-14 17:29:12.906250 [Debug][MPMain]:   Loaded font:mediastream10 height:9 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:12.968750 [Debug][MPMain]:   Loaded font:mediastream11 height:10 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.046875 [Debug][MPMain]:   Loaded font:mediastream12 height:11 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.093750 [Debug][MPMain]:   Loaded font:mediastream13 height:12 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.234375 [Debug][MPMain]:   Loaded font:mediastream9c height:8 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.312500 [Debug][MPMain]:   Loaded font:mediastream10c height:9 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.343750 [Debug][MPMain]:   Loaded font:mediastream11c height:10 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.390625 [Debug][MPMain]:   Loaded font:mediastream12c height:11 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.468750 [Debug][MPMain]:   Loaded font:mediastream14c height:13 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.531250 [Debug][MPMain]:   Loaded font:mediastream16c height:15 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.546875 [Debug][MPMain]:   Loaded font:mediastream10tc height:9 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.578125 [Debug][MPMain]:   Loaded font:mediastream11tc height:10 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.671875 [Debug][MPMain]:   Loaded font:mediastream12tc height:11 texture:256x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.718750 [Debug][MPMain]:   Loaded font:mediastream14tc height:13 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.796875 [Debug][MPMain]:   Loaded font:mediastream16tc height:15 texture:512x256 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.906250 [Debug][MPMain]:   Loaded font:mediastream28tc height:26 texture:1024x512 chars:[32-256] miplevels:1
    2009-09-14 17:29:13.906250 [Info.][MPMain]: Main: Loading StreamedMP skin
    2009-09-14 17:29:13.937500 [Info.][MPMain]:   LoadWindowPlugins()
    2009-09-14 17:29:13.953125 [Info.][MPMain]:   Load plugins from : C:\Programme\Team MediaPortal\MediaPortal\Plugins\windows\WindowPlugins.dll
    2009-09-14 17:29:14.031250 [Info.][MPMain]:   File Version : 1.0.2.22555
    2009-09-14 17:29:16.796875 [Debug][MPMain]: GUIMusicPlayingNow: Viz disabled - ShowViz False, VizName None
    2009-09-14 17:29:16.937500 [Info.][MPMain]: MusicDatabase: Opening database
    2009-09-14 17:29:17.531250 [Info.][MPMain]: using sqlite 3.6.6.1
    2009-09-14 17:29:17.828125 [Info.][MPMain]: MusicDatabase: Database opened
    2009-09-14 17:29:18.015625 [Info.][MPMain]:   Loading references from C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\references.xml
    2009-09-14 17:29:18.046875 [Info.][MPMain]:   original skin size:1280x720
    2009-09-14 17:29:20.453125 [Info.][MPMain]: TvGuide StartImportXML: Initialize
    2009-09-14 17:29:20.796875 [Info.][MPMain]: opening tvdatabase
    2009-09-14 17:29:21.062500 [Info.][MPMain]: tvdatabase opened
    2009-09-14 17:29:21.156250 [Debug][MPMain]: ChannelNavigator.Reload: m_groups = 1, channels = 0
    2009-09-14 17:29:21.468750 [Info.][MPMain]: GUITVCropManager: Started
    2009-09-14 17:29:21.484375 [Debug][MPMain]: g_player: Setting ShowFullScreenWindowTV to MediaPortal.Player.g_Player+ShowFullScreenWindowHandler
    2009-09-14 17:29:21.484375 [Debug][MPMain]: ChannelNavigator.LoadSettings: currentGroup = 0, currentChannel = RTL Television, m_groups = 1
    2009-09-14 17:29:21.671875 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\tvOSD.xml image id:350 width:0 height:0 gfx:-
    2009-09-14 17:29:24.187500 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\videoOSD.xml image id:350 width:0 height:0 gfx:-
    2009-09-14 17:29:24.328125 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\videoOverlayTop.xml image id:4 width:0 height:0 gfx:logo_pause.png
    2009-09-14 17:29:24.343750 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\videoOverlayTop.xml image id:5 width:0 height:0 gfx:logo_fastforward.png
    2009-09-14 17:29:24.343750 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\videoOverlayTop.xml image id:6 width:0 height:0 gfx:logo_rewind.png
    2009-09-14 17:29:24.343750 [Info.][MPMain]:   Load plugins from : C:\Programme\Team MediaPortal\MediaPortal\Plugins\windows\Dialogs.dll
    2009-09-14 17:29:24.375000 [Info.][MPMain]:   File Version : 1.0.2.22555
    2009-09-14 17:29:24.406250 [Info.][MPMain]:   Load plugins from : C:\Programme\Team MediaPortal\MediaPortal\Plugins\windows\InfoService.dll
    2009-09-14 17:29:24.406250 [Info.][MPMain]:   File Version : 0.9.9.3
    2009-09-14 17:29:24.484375 [Info.][MPMain]: InfoService: Init FeedService(FeedResfreshInt: 15, Items: 10, Items per feed: 3, Zoom step: 10, Separator|)
    2009-09-14 17:29:24.484375 [Info.][MPMain]: InfoService: Load feeds...
    2009-09-14 17:29:24.484375 [Info.][MPMain]: InfoService: n-tv (http://www.n-tv.de/rss) with image: No Imageand zoom: 100
    2009-09-14 17:29:24.500000 [Info.][MPMain]: InfoService: Successfully initiated FeedService
    2009-09-14 17:29:24.500000 [Info.][MPMain]: InfoService: Init WeatherService (LocationCode: GMXX0096, Items: 10, RefreshInt: 30, TempUnit: C)
    2009-09-14 17:29:24.500000 [Info.][MPMain]: InfoService: Successfully initiated WeatherService
    2009-09-14 17:29:24.515625 [Info.][MPMain]:   Load plugins from : C:\Programme\Team MediaPortal\MediaPortal\Plugins\windows\Interop.SHDocVw.dll
    2009-09-14 17:29:24.765625 [Info.][MPMain]:   File Version : 1.1.0.0
    2009-09-14 17:29:24.796875 [Info.][MPMain]:   Load plugins from : C:\Programme\Team MediaPortal\MediaPortal\Plugins\windows\TvPlugin.dll
    2009-09-14 17:29:24.843750 [Info.][MPMain]:   File Version : 1.0.2.22555
    2009-09-14 17:29:25.046875 [Debug][MPMain]: Radio: HeartBeat Transmitter started.
    2009-09-14 17:29:25.062500 [Info.][MPMain]: StartImportXML: Initialize
    2009-09-14 17:29:25.062500 [Info.][MPMain]: RadioGuide:OnAdded
    2009-09-14 17:29:25.062500 [Info.][TvClient-Radio: HeartBeat transmitter thread]: Remote control:master server :xxx.xxx.xxx.xxx
    2009-09-14 17:29:25.062500 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.Radio.GUIRadioGuide with TvPlugin.RadioGuide
    2009-09-14 17:29:25.078125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: TvFullScreen: IsSingleSeat - RemoteControl.HostName = xxx.xxx.xxx.xxx / Environment.MachineName = HOBBY
    2009-09-14 17:29:25.078125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: TVHome: WOL - Use stored MAC address: xx:xx:xx:xx:xx:xx
    2009-09-14 17:29:25.234375 [Info.][TvClient-Radio: HeartBeat transmitter thread]: TVHome: WOL - Start the TV server
    2009-09-14 17:29:25.312500 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVFullscreenTeletext with TvPlugin.TVTeletextFullScreen
    2009-09-14 17:29:25.328125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: Ping xxx.xxx.xxx.xxx
    2009-09-14 17:29:25.328125 [Debug][MPMain]: WindowManager: Replaced WindowPlugins.GUISettings.TV.GUISettingsSortChannels with TvPlugin.ChannelSettings
    2009-09-14 17:29:25.328125 [Debug][MPMain]: TvConflicts:OnAdded
    2009-09-14 17:29:25.328125 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVConflicts with TvPlugin.GUITVConflicts
    2009-09-14 17:29:25.328125 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVCropSettings with TvPlugin.TvCropSettings
    2009-09-14 17:29:25.343750 [Debug][MPMain]: WindowManager: Replaced WindowPlugins.GUISettings.TV.GUISettingsEpg with TvPlugin.TvEpgSettings
    2009-09-14 17:29:25.343750 [Debug][MPMain]: TvFullScreen:ctor
    2009-09-14 17:29:25.515625 [Debug][MPMain]: TvFullScreen:Init
    2009-09-14 17:29:25.515625 [Debug][MPMain]: TvFullScreen:OnAdded
    2009-09-14 17:29:25.531250 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUIFullScreenTV with TvPlugin.TvFullScreen
    2009-09-14 17:29:25.625000 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: Ping xxx.xxx.xxx.xxx
    2009-09-14 17:29:25.718750 [Debug][MPMain]: StartImportXML: Initialize
    2009-09-14 17:29:25.718750 [Debug][MPMain]: TVGuide:OnAdded
    2009-09-14 17:29:25.718750 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVGuide with TvPlugin.TVGuide
    2009-09-14 17:29:25.734375 [Debug][MPMain]: StartImportXML: Initialize
    2009-09-14 17:29:25.734375 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVGuideDialog with TvPlugin.TVGuideDialog
    2009-09-14 17:29:25.734375 [Debug][MPMain]: WindowManager: Replaced TvPlugin.TVGuideDialog with TvPlugin.TVGuideDialog
    2009-09-14 17:29:27.062500 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: System xxx.xxx.xxx.xxx still not reachable, waiting...
    2009-09-14 17:29:28.062500 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: Ping xxx.xxx.xxx.xxx
    2009-09-14 17:29:29.578125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: System xxx.xxx.xxx.xxx still not reachable, waiting...
    2009-09-14 17:29:30.578125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: WOLMgr: Ping xxx.xxx.xxx.xxx
    2009-09-14 17:29:30.578125 [Info.][TvClient-Radio: HeartBeat transmitter thread]: TVHome: WOL - The TV server started successfully!
    2009-09-14 17:29:30.578125 [Debug][TvClient-Radio: HeartBeat transmitter thread]: ChannelNavigator: ctor()
    2009-09-14 17:29:31.250000 [Info.][TvClient-Radio: HeartBeat transmitter thread]: ChannelNavigator::Reload()
    2009-09-14 17:29:33.671875 [Info.][TvClient-Radio: HeartBeat transmitter thread]: get channels from database
    2009-09-14 17:29:39.968750 [Info.][TvClient-Radio: HeartBeat transmitter thread]: found:24 tv channels
    2009-09-14 17:29:39.968750 [Info.][TvClient-Radio: HeartBeat transmitter thread]: TvNotify:OnNotifiesChanged
    2009-09-14 17:29:39.968750 [Info.][TvClient-Radio: HeartBeat transmitter thread]: Checking if radio group for all radio channels exists
    2009-09-14 17:29:40.015625 [Info.][TvClient-Radio: HeartBeat transmitter thread]: Done.
    2009-09-14 17:29:40.031250 [Info.][TvClient-Radio: HeartBeat transmitter thread]: get all groups from database
    2009-09-14 17:29:40.078125 [Info.][TvClient-Radio: HeartBeat transmitter thread]: loaded 7 tv groups
    2009-09-14 17:29:40.093750 [Info.][TvClient-Radio: HeartBeat transmitter thread]: ChannelNavigator::LoadSettings()
    2009-09-14 17:29:40.109375 [Debug][TvClient-Radio: HeartBeat transmitter thread]: TVHome.LoadSettings(): Preferred Audio Languages: 
    2009-09-14 17:29:40.171875 [Info.][TvClient-Radio: HeartBeat transmitter thread]: TVHome: Error occured in constructor: Interner Fehler beim Server. Deaktivieren Sie in der .config-Datei des Servers den customErrors-Modus, um weitere Informationen zu erhalten.
    2009-09-14 17:29:40.171875 [Info.][MPMain]: TvCropManager: Started
    2009-09-14 17:29:40.171875 [Info.][MPMain]: TVHome V1.0.2.22555:ctor
    2009-09-14 17:29:40.171875 [Debug][MPMain]: TVHome: HeartBeat Transmitter started.
    2009-09-14 17:29:40.187500 [Info.][MPMain]: TVHome:Init
    2009-09-14 17:29:40.265625 [Info.][MPMain]: TVHome:OnAdded
    2009-09-14 17:29:40.265625 [Debug][MPMain]: g_player: Setting ShowFullScreenWindowTV to MediaPortal.Player.g_Player+ShowFullScreenWindowHandler
    2009-09-14 17:29:40.265625 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVHome with TvPlugin.TVHome
    2009-09-14 17:29:40.265625 [Debug][MPMain]: WindowManager: Setup...
    2009-09-14 17:29:40.328125 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUIMiniGuide with TvPlugin.TvMiniGuide
    2009-09-14 17:29:40.328125 [Info.][MPMain]: newsearch ctor
    2009-09-14 17:29:40.343750 [Info.][MPMain]: newsearch init
    2009-09-14 17:29:40.343750 [Info.][MPMain]: newsearch init result:True
    2009-09-14 17:29:40.343750 [Info.][MPMain]: newsearch ctor
    2009-09-14 17:29:40.359375 [Info.][MPMain]: xml:C:\Programme\Team MediaPortal\MediaPortal\Skin\StreamedMP\tvOSD.xml image id:350 width:0 height:0 gfx:-
    2009-09-14 17:29:40.375000 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVOSD with TvPlugin.TvOsd
    2009-09-14 17:29:40.390625 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVOverlay with TvPlugin.TvOverlay
    2009-09-14 17:29:40.484375 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVPriorities with TvPlugin.TvPriorities
    2009-09-14 17:29:40.484375 [Debug][MPMain]: TVProgramInfo:OnAdded
    2009-09-14 17:29:40.484375 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVProgramInfo with TvPlugin.TVProgramInfo
    2009-09-14 17:29:40.500000 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUIRecordedTV with TvPlugin.TvRecorded
    2009-09-14 17:29:40.500000 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITvRecordedInfo with TvPlugin.TvRecordedInfo
    2009-09-14 17:29:40.500000 [Debug][MPMain]: TvRecorded:OnAdded
    2009-09-14 17:29:40.500000 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVScheduler with TvPlugin.TvScheduler
    2009-09-14 17:29:40.500000 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVSearch with TvPlugin.TvSearch
    2009-09-14 17:29:40.515625 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVTeletext with TvPlugin.teletext.TVTeletext
    2009-09-14 17:29:40.515625 [Debug][MPMain]: WindowManager: Replaced WindowPlugins.GUISettings.TV.GUISettingsRecordings with TvPlugin.TvRecordingSettings
    2009-09-14 17:29:40.531250 [Debug][MPMain]: WindowManager: Replaced MediaPortal.GUI.TV.GUITVZAPOSD with TvPlugin.TvZapOsd
    2009-09-14 17:29:40.531250 [Info.][MPMain]: Main: Loading windowmanager
    ...
    ...
    ...

    hope this helps. don't know if it is something like a bug or not. how i mentioned befoe, MP is starting fine and I can use it the normal way.
     

    Users who are viewing this thread

    Top Bottom