Announcement

Collapse
No announcement yet.

HSBuddy not starting

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

    HSBuddy not starting

    For some reason the HSBuddy plug-in stopped working, and I cannot for the life of me get it to work again.

    The plug-in version is: 3.9.610.5
    HS3 Version is: 3.0.0.500

    I've tried removing the plug-in and all files and configs, but HS3 keeps telling me it's pending start.

    The only real errors I can find in the logs are these:

    mar-14 13:32:56 Error ASP.Net page: Could not load file or assembly 'HomeSeerUtil, Version=3.0.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    mar-14 13:32:55 Error ASP.Net page: Could not load file or assembly 'HomeSeerUtil, Version=3.0.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    mar-14 13:32:55 Error ASP.Net page: Could not load file or assembly 'HomeSeerUtil, Version=3.0.0.1, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

    #2
    This solved a similar problem for me.

    Go to Tools/System/Linux Tools and follow the following steps written by zwolfpack in another thread. Enter each line, then execute each one individually into the 'Execute a Linux command:'

    This should upgrade libglib2.0 to version 2.48.0, which hopefully will get us further towards installing mono-devel

    First download three package files

    Code:
    wget http://us.archive.ubuntu.com/ubuntu/...untu4_i386.deb
    wget http://us.archive.ubuntu.com/ubuntu/...untu4_i386.deb
    wget http://us.archive.ubuntu.com/ubuntu/...buntu4_all.deb

    Next install. If each appears to run without error continue, otherwise stop.

    Code:
    sudo dpkg -i libglib2.0-0_2.48.0-1ubuntu4_i386.deb
    sudo dpkg -i libglib2.0-bin_2.48.0-1ubuntu4_i386.deb
    sudo dpkg -i libglib2.0-data_2.48.0-1ubuntu4_all.deb

    Check your handywork.

    Code:
    dpkg --list | grep libglib

    If all looks good, try the mono-devel install again

    Code:
    sudo apt-get -y install mono-devel

    Comment

    Working...
    X