AtmoWin - improvement discussion (2 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Ok trying this one :
    Atmowin 1.0.0.4 + NevFix.rar
    Let's see what happen :
    First i notice it detect only 2 screens and not my third one.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Yeah app seems to not crash now :)
    Ok i can select only 2 screens choice but no crash :)
    Now the stop issue i want to try :)
    The plugins can't be init (yesterday test) will retry now :)
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    Depend on what screen i start MP lol (if i start to work on third screen, then it didn't/can't work).
    So for testing i start mp to a detected screen
    no, because atmowin connect to MP directly.
    so for video, can work (99% sure ) but fot show the GUI, this can be an issue
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Missed you for IRC :
    While debugging (maybe because i don't have hardware) :
    atmoCtrl = (IAtmoRemoteControl2)Marshal.GetActiveObject("AtmoRemoteControl.1"); -> lead to an exception then all event etc are not handled because plugins will act as disable.

    Don't know if it's hardware related or something else lol
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    The registration in Windows 8 uses this syntax:

    %systemroot%\SysWoW64\regsvr32 "C:\ProgramData\Team MediaPortal\MediaPortal\Atmowin\atmoDS.dll"
    CD \ProgramData\Team MediaPortal\MediaPortal\Atmowin\
    AtmoWinA.exe /register

    I run into the same issue for register :
    So we need to add in batch :
    Code:
    cd /d "%~dp0"
    regsvr32 -u atmoDS.dll
    pause

    Code:
    cd /d "%~dp0"
    regsvr32 atmoDS.dll
    pause

    Code:
    cd /d "%~dp0"
    AtmoWinA.exe /register
    
    rem AtmoWin_16x9.exe /register
    
    regsvr32 atmods.dll

    So adding : cd /d "%~dp0" does the trick :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    About COM register issue, it's a big pain but seems to work now by doing :
    Run that as admin (right click -> run as admin)
    But to make it works, i need to add the line :
    cd /d "%~dp0"
    COM and filter
    Even with atmowin from nev version.

    But i can confirm that Dummy device + live setting didn't work on the third screen (the one not detected)
    Will try now debug dll lol
     

    Users who are viewing this thread

    Top Bottom