[DIY] Selfmade AmbiLight using LED Strings (1 Viewer)

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Question: After testing i disabled the AmbiLight plugin, but every time i start MP Config, it starts AtmoWin and loads the Dummy window.
    Why is that happening?
     
    B

    BassFan

    Guest
    Question: After testing i disabled the AmbiLight plugin, but every time i start MP Config, it starts AtmoWin and loads the Dummy window.
    Why is that happening?
    LOL..
    https://forum.team-mediaportal.com/...siertes-ambilight.122528/page-18#post-1062856

    that is a bug for me.
    use AmbiLight plugin Config from MPEI Installer.. ERROR
    allways on Start with Configuration.exe create two ERROR

    [2014-02-13 05:14:37,056] [Config ] [Config Main] [ERROR] - atmolight: exception= Ungültige Klassenzeichenfolge (Ausnahme von HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
    [2014-02-13 05:15:41,948] [Config ] [Config Main] [ERROR] - atmolight: exception= Vorgang nicht verfügbar. (Ausnahme von HRESULT: 0x800401E3 (MK_E_UNAVAILABLE))

    Com Interface not initialized properly

    greets
     
    Last edited by a moderator:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    that is a bug for me.
    use AmbiLight plugin Config from MPEI Installer.. ERROR
    allways on Start with Configuration.exe create two ERROR
    Great! so that's work in progress then. I can live with that for now :p
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    HomeY so that's work in progress then
    by whom?
    Oh, then i misunderstood...

    Well, i think i understand why the problem occurs, because MP loads all .dlls on opening config, even when the plugin is disabled. There is nothing we can do about that.
    While i like a check for a running AtmoWin proces, this is pretty annoying. Can't we remove the AtmoWin init from the plugin and let the user handle that responsibility? I think we can assume that if someone builds this themself, he/she understands the need for the AtmoWin software.
    Same goes with the AtmoWin MPEI. I want to define a path, because i don't want AtmoWin to be installed in my ProgramData folder.
     
    B

    BassFan

    Guest
    @HomeY There is nothing we can do about that.
    why not?
    initialized Com Interface properly then all should work. (Without start AtmoWin allways)

    only you can nothing do on it
    you has not the last source this is a Problem.
    @HomeY I want to define a path
    Should be a Problem with UAC then if your use other Path for this..

    create a new thread for this tree Problem where you want.

    greets
     
    Last edited by a moderator:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    why not?
    initialized Com Interface properly then all should work. (Without start AtmoWin allways)
    Remember i'm no dev ;)

    Do you say this is a MediaPortal problem? Please help me understand ;)
    Or does the plugin need an update?
     
    B

    BassFan

    Guest
    why not?
    initialized Com Interface properly then all should work. (Without start AtmoWin allways)
    Remember i'm no dev ;)

    Do you say this is a MediaPortal problem? Please help me understand ;)
    Or does the plugin need an update?

    no a plugin Problem..
    the Plugin should initialize the Com Interface without call it direct.

    and when the initialize the plugin itself must first be examined whether it is enabled or not

    greets
     
    B

    BassFan

    Guest
    Any Info for @angie05
    if you check for the Interface direct without start AtmoWin before then this Error allways appears.
    [2014-02-13 05:14:37,056] [Config ] [Config Main] [ERROR] - atmolight: exception= Ungültige Klassenzeichenfolge (Ausnahme von HRESULT: 0x800401F3 (CO_E_CLASSSTRING))
    [2014-02-13 05:15:41,948] [Config ] [Config Main] [ERROR] - atmolight: exception= Vorgang nicht verfügbar. (Ausnahme von HRESULT: 0x800401E3 (MK_E_UNAVAILABLE))
    Your should also check for the Process and NOT for the Process over the Com Object if not Initialized before.
    do it with createtoolhelp32snapshot

    EDIT:
    @angie05

    Wenn du nicht mehr daran arbeiten möchtest warum auch immer
    Kannst du dann bitte den letzten Quelltext veröffentlichen?
    Damit ich die anstehenden Probleme beseitigen kann?

    greets
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom