Exception when VirtualKeyboard is open and Dialog is about to show (1 Viewer)

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    MediaPortal Version: 1.1 RC1
    MediaPortal Skin: Black & White 1080
    Windows Version: Windows XP SP3
    CPU Type: Intel Core 2 Duo E6600 2.4GHz @ 3.0Ghz
    HDD: Seagate 200GB, 7200RPM, SATA
    Memory: 2 x 1GB DDR2
    Motherboard: Asus P5W DH Deluxe
    Video Card: nVidia GeForce 8800 GTX 768MB
    Video Card Driver: ForceWare 19x
    Sound Card: Creative Labs X-Fi Elite Pro
    Sound Card AC3: Optical out
    Sound Card Driver: 6.0.1.1361 with DDL
    1. TV Card: AVerMedia A177 PCIe Dual Hybrid
    1. TV Card Type: Analog/DVBT
    1. TV Card Driver: 1.3.0.60
    2. TV Card:
    2. TV Card Type:
    2. TV Card Driver:
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec:
    MPEG2 Audio Codec:
    h.264 Video Codec:
    Satelite/CableTV Provider:
    HTPC Case: SilverStone GD01-MXR Black
    Cooling: Scythe Ninja Mini, Sharkoon Silent Eagle Fans
    Power Supply: Corsair HX620 620W
    Remote: iMON Pad, Logitech Harmony 555
    TV: Sony KDL-40W4000
    TV - HTPC Connection: DVI->HDMI

    Hi, seems like there is some kind of nasty exception going on when virtual keyboard is open and the dialog wants to pop up. MediaPortal shows the error screen and exits. Here is from the error.log file:

    Code:
    2010-03-05 08:42:04.678658 [Info.][(14)]: Exception   :System.InvalidCastException: Unable to cast object of type 'MediaPortal.Dialogs.StandardKeyboard' to type 'MediaPortal.Dialogs.GUIDialogWindow'.
       at MediaPortal.Dialogs.GUIDialogWindow.PageLoad(Int32 ParentID)
       at MediaPortal.Dialogs.GUIDialogWindow.DoModal(Int32 ParentID)
       at MediaPortal.Dialogs.GUIDialogNotify.DoModal(Int32 dwParentId)
       at ProcessPlugins.ShowTimesGrabber.ShowTimes.NotifyPopUp(String notifyText, Object[] args)
       at ProcessPlugins.ShowTimesGrabber.ShowTimes.ProcessDone(Object sender, EventArgs e)
       at System.Diagnostics.Process.OnExited()
       at System.Diagnostics.Process.RaiseOnExited()
       at System.Diagnostics.Process.CompletionCallback(Object context, Boolean wasSignaled)
       at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context(Object state, Boolean timedOut)
       at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_f(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)
    2010-03-05 08:42:04.678658 [Info.][(14)]: Exception   :Unable to cast object of type 'MediaPortal.Dialogs.StandardKeyboard' to type 'MediaPortal.Dialogs.GUIDialogWindow'.
    2010-03-05 08:42:04.678658 [Info.][(14)]:   site      :Void PageLoad(Int32)
    2010-03-05 08:42:04.678658 [Info.][(14)]:   source    :Dialogs
    2010-03-05 08:42:04.678658 [Info.][(14)]:   stacktrace:   at MediaPortal.Dialogs.GUIDialogWindow.PageLoad(Int32 ParentID)
       at MediaPortal.Dialogs.GUIDialogWindow.DoModal(Int32 ParentID)
       at MediaPortal.Dialogs.GUIDialogNotify.DoModal(Int32 dwParentId)
       at ProcessPlugins.ShowTimesGrabber.ShowTimes.NotifyPopUp(String notifyText, Object[] args)
       at ProcessPlugins.ShowTimesGrabber.ShowTimes.ProcessDone(Object sender, EventArgs e)
       at System.Diagnostics.Process.OnExited()
       at System.Diagnostics.Process.RaiseOnExited()
       at System.Diagnostics.Process.CompletionCallback(Object context, Boolean wasSignaled)
       at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context(Object state, Boolean timedOut)
       at System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_f(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)

    I know that the log states that Showtimes plugin is calling the dialog but it's merely doing that, after that, the exception is inside MediaPortal's code..
     

    Users who are viewing this thread

    Top Bottom