home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
MP 1.6: Lockup after GUI Notify is shown in Music/TV
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="HomeY" data-source="post: 1040823" data-attributes="member: 68365"><p>Tried to debug this but didn't succeed. What i did find out is that if freezes on GUIDialogNotify.cs @ line 98:</p><p>[code][2013-11-17 12:00:59,144] [Log ] [MPMain ] [ERROR] - Exception: System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at MediaPortal.Dialogs.GUIDialogNotify.OnMessage(GUIMessage message) in e:\GITsource\MediaPortal-1\mediaportal\Dialogs\Dialogs\GUIDialogNotify.cs:line 98[/code]</p><p></p><p>So since Titan doesn't crash, i looked into the differences, and it seems StreamedMP is targeting another id/xml.</p><p>Titan does:</p><p>[code][2013-11-17 13:36:28,744] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicPlayingNow:510</p><p>[2013-11-17 13:36:28,919] [Log ] [MPMain ] [DEBUG] - WindowManager: route MediaPortal.GUI.Music.GUIMusicPlayingNow:510->MediaPortal.Dialogs.GUIDialogNotifyLastFM:512</p><p>[2013-11-17 13:36:28,920] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotifyLastFM init</p><p>[2013-11-17 13:36:30,956] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotifyLastFM:512->MediaPortal.GUI.Music.GUIMusicPlayingNow:510[/code]</p><p></p><p>StreamedMP does:</p><p>[code][2013-11-17 13:33:44,496] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicPlayingNow:510</p><p>[2013-11-17 13:33:44,976] [Log ] [MPMain ] [DEBUG] - WindowManager: route MediaPortal.GUI.Music.GUIMusicPlayingNow:510->MediaPortal.Dialogs.GUIDialogNotify:2016</p><p>[2013-11-17 13:33:44,981] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotifyLastFM init</p><p>[2013-11-17 13:33:47,675] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->MediaPortal.GUI.Music.GUIMusicPlayingNow:510</p><p>[2013-11-17 13:33:47,767] [Log ] [MPMain ] [ERROR] - Exception: System.NullReferenceException: Object reference not set to an instance of an object.[/code]</p><p></p><p>So, Titan calls id 512 (DialogNotifyLastFM.xml) where StreamedMP calls id 2016 (DialogNotify.xml)</p><p></p><p>But i'm not sure if this is the cause or just a different routing.</p></blockquote><p></p>
[QUOTE="HomeY, post: 1040823, member: 68365"] Tried to debug this but didn't succeed. What i did find out is that if freezes on GUIDialogNotify.cs @ line 98: [code][2013-11-17 12:00:59,144] [Log ] [MPMain ] [ERROR] - Exception: System.NullReferenceException: Object reference not set to an instance of an object. at MediaPortal.Dialogs.GUIDialogNotify.OnMessage(GUIMessage message) in e:\GITsource\MediaPortal-1\mediaportal\Dialogs\Dialogs\GUIDialogNotify.cs:line 98[/code] So since Titan doesn't crash, i looked into the differences, and it seems StreamedMP is targeting another id/xml. Titan does: [code][2013-11-17 13:36:28,744] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicPlayingNow:510 [2013-11-17 13:36:28,919] [Log ] [MPMain ] [DEBUG] - WindowManager: route MediaPortal.GUI.Music.GUIMusicPlayingNow:510->MediaPortal.Dialogs.GUIDialogNotifyLastFM:512 [2013-11-17 13:36:28,920] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotifyLastFM init [2013-11-17 13:36:30,956] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotifyLastFM:512->MediaPortal.GUI.Music.GUIMusicPlayingNow:510[/code] StreamedMP does: [code][2013-11-17 13:33:44,496] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicPlayingNow:510 [2013-11-17 13:33:44,976] [Log ] [MPMain ] [DEBUG] - WindowManager: route MediaPortal.GUI.Music.GUIMusicPlayingNow:510->MediaPortal.Dialogs.GUIDialogNotify:2016 [2013-11-17 13:33:44,981] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotifyLastFM init [2013-11-17 13:33:47,675] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->MediaPortal.GUI.Music.GUIMusicPlayingNow:510 [2013-11-17 13:33:47,767] [Log ] [MPMain ] [ERROR] - Exception: System.NullReferenceException: Object reference not set to an instance of an object.[/code] So, Titan calls id 512 (DialogNotifyLastFM.xml) where StreamedMP calls id 2016 (DialogNotify.xml) But i'm not sure if this is the cause or just a different routing. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
MP 1.6: Lockup after GUI Notify is shown in Music/TV
Contact us
RSS
Top
Bottom