- December 12, 2006
- 104
- 1
I tried out the fix by using the alternate configuration.exe but it the bug occured today again at my system.
2009-02-21 15:11:43.796875 [Info.][MPMain]: Main: WM_POWERBROADCAST: 18
2009-02-21 15:11:43.796875 [Info.][MPMain]: Main: Windows has resumed from standby or hibernate mode to handle a requested event
2009-02-21 15:11:43.796875 [Info.][MPMain]: Main: OnResumeAutomatic - Starting recorder
2009-02-21 15:11:43.796875 [Info.][MPMain]: TvCardCollection: TVPlugin detected -> no TVE2 card setup
2009-02-21 15:11:43.796875 [Info.][MPMain]: Recorder: start
2009-02-21 15:11:43.796875 [Info.][CommandProcessor]: Commandprocessor: Starting
2009-02-21 15:11:44.250000 [Info.][MPMain]: Main: OnResumeAutomatic - Done
2009-02-21 15:11:44.250000 [Info.][MPMain]: Main: useS3Hack enabled, calling OnResume() on automatic resume
2009-02-21 15:11:44.250000 [Info.][MPMain]: Exception :System.NullReferenceException: Object reference not set to an instance of an object.
at MediaPortal.GUI.Library.GUIGraphicsContext.set_BlankScreen(Boolean value)
at MediaPortal.GUI.Library.GUIGraphicsContext.ResetLastActivity()
at MediaPortalApp.OnResume()
at MediaPortalApp.WndProc(Message& msg)
2009-02-21 15:11:44.250000 [Info.][MPMain]: Exception :Object reference not set to an instance of an object.
2009-02-21 15:11:44.250000 [Info.][MPMain]: site :Void set_BlankScreen(Boolean)
2009-02-21 15:11:44.250000 [Info.][MPMain]: source :Core
2009-02-21 15:11:44.250000 [Info.][MPMain]: stacktrace: at MediaPortal.GUI.Library.GUIGraphicsContext.set_BlankScreen(Boolean value)
at MediaPortal.GUI.Library.GUIGraphicsContext.ResetLastActivity()
at MediaPortalApp.OnResume()
at MediaPortalApp.WndProc(Message& msg)
2009-02-21 15:12:09.484375 [Info.][MPMain]: TexturePacker: disposing texture:1999
Germany
2008-12-23 02:59:19.593750 [Info.][MPMain]: Main: WM_POWERBROADCAST: 18
This is the line giving the hint of what is wrong. Usually it is followed by
WM_POWERBROADCAST: 7
Which "wakes up" MP. Since some (buggy) mainboards (mine is one example), only send the WM_POWERBROADCAST: 18 after overnight standby, we have to wake up MP on this event.