- August 4, 2007
- 861
- 99
- Home Country
-
Spain
- Moderator
- #1
Jira issue - https://issues.team-mediaportal.com/browse/MP1-4134
MediaPortal Version: 1.4.0
Description
Quite easy to explain. If I start MP with my AVR off (so no audio device in my system), Splashscreen hangs. This happens every day to me, as I've got my HTPC programmed to reboot itself each morning at 5.00 am. Obviously, at that time my TV+AVR are off. When I switch them on I find my MP completely freezed, and Splashscreen "not responding" in windows procces list. I can reproduce it also starting MP connecting to my HTPC through remote desktop (AVR off), so it's not related to the "start on boot" feature in MP. If I start MP with AVR on, there's no problem.
Splashscreen always hangs, but sometimes it doesn't prevent MP to finally start and even I can use it. Also I've tested fullscreen splashscreen also. No difference. I had no problems with 1.3.0 (I've upgraded to 1.4.0 two days ago).
This seems related to this bug report:
https://forum.team-mediaportal.com/threads/splash-screen-still-running.120444/
I can see this entry in my mediaportal.log:
Code:
[2013-08-06 09:01:22,680] [Log ] [BassAudio] [INFO ] - BASS: Initialize BASS environment ...
[2013-08-06 09:01:22,701] [Log ] [BassAudio] [INFO ] - BASS: Loading Settings
[2013-08-06 09:01:22,709] [Log ] [MPMain ] [ERROR] - Exception: System.InvalidOperationException: Operación no válida dado el estado actual del objeto.
en MediaPortal.Mixer.Mixer.Open(Int32 mixerIndex, Boolean isDigital)
en MediaPortal.Player.VolumeHandler..ctor(Int32[] volumeTable)
en MediaPortal.Player.VolumeHandler.CreateInstance()
en MediaPortal.Player.VolumeHandler.get_Instance()
en MediaPortalApp.OnStartup()
en MediaPortal.D3D.OnLoad(Object sender, EventArgs e)
en System.Windows.Forms.Form.OnLoad(EventArgs e)
en System.Windows.Forms.Form.OnCreateControl()
en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
en System.Windows.Forms.Control.CreateControl()
en System.Windows.Forms.Control.WmShowWindow(Message& m)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
en System.Windows.Forms.ContainerControl.WndProc(Message& m)
en System.Windows.Forms.Form.WmShowWindow(Message& m)
en System.Windows.Forms.Form.WndProc(Message& m)
en MediaPortalApp.WndProc(Message& msg) Message: Operación no válida dado el estado actual del objeto. Site : Void Open(Int32, Boolean) Source : Core Stack Trace: en MediaPortal.Mixer.Mixer.Open(Int32 mixerIndex, Boolean isDigital)
en MediaPortal.Player.VolumeHandler..ctor(Int32[] volumeTable)
en MediaPortal.Player.VolumeHandler.CreateInstance()
en MediaPortal.Player.VolumeHandler.get_Instance()
en MediaPortalApp.OnStartup()
en MediaPortal.D3D.OnLoad(Object sender, EventArgs e)
en System.Windows.Forms.Form.OnLoad(EventArgs e)
en System.Windows.Forms.Form.OnCreateControl()
en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
en System.Windows.Forms.Control.CreateControl()
en System.Windows.Forms.Control.WmShowWindow(Message& m)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
en System.Windows.Forms.ContainerControl.WndProc(Message& m)
en System.Windows.Forms.Form.WmShowWindow(Message& m)
en System.Windows.Forms.Form.WndProc(Message& m)
en MediaPortalApp.WndProc(Message& msg)
Steps to Reproduce:
Just Start MP with no audio device in windows.
Last edited by a moderator: