Announcement

Collapse
No announcement yet.

New Install on Linux - Chromecast plugin will not start error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    New Install on Linux - Chromecast plugin will not start error

    Hi,

    I installed the Chromecast plugin on Linux. The installation is successful but the plugin doesn't start: Error:
    Warning, Cannot load EXE file (possibly missing dependencies) HSPI_Chromecast.exe: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. Could not load file or assembly 'System.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.Warning, Error details with EXE HSPI_Chromecast.exe: Could not load file or assembly 'System.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

    What could be wrong ?

    #2
    you need to install some additional mono packages.
    if you have a SEL: https://forums.homeseer.com/forum/me...92#post1284892
    if you are on a custom Linux install:

    Code:
    sudo apt-get install mono-complete

    Comment

    Working...
    X