HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: dani on February 25, 2014, 06:04:37 PM

Title: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: dani on February 25, 2014, 06:04:37 PM
Hello Gene,

Since I had installed HG r340, it's impssible to record a Name on ZWave Node, and it's impossible to record and compile a scene. HG said "Saving succeed" but the xxx.dll as the source code are not recorded.
In nautilus view of HG/programs, the date of the DLL file does not change any more.
After multiple tries I came back to r339 and then everything work properly. Go back to r340 and the recording doesn't work again.
Do you need any further informations ?
I run under Linux debian actually, Aeon Stick 2 and different Fibaro modules..

Cheers
Dani
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: Gene on February 25, 2014, 06:54:59 PM
It could be a problem related to the new NewtonsoftJson.dll .
It has an additional dependency:

Code: [Select]
sudo apt-get install libmono-system-numerics4.0-cil

if still not working after adding the new dependency try just replacing NewtonsoftJson.dll from previous release over the new one.
Let me know if this solve the issue.

Cheers,
g.
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: dani on February 25, 2014, 08:20:01 PM
Hi Gene,

sudo apt-get install libmono-system-numerics4.0-cil
Still not working because the dependency already installed.
 Replacing the dll by the old one solve the problem.
Thank's lot.

Cheers Dani

i.e. I have send you the new FibaroRGBW.hgx in the correcponding topic.
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: dani on February 27, 2014, 03:25:30 PM
Hi Gene,

Those problems remain in HG r343, and are corrected by replacing the dll to the old one.

Thank's to set the new FibaroRGBW.hgx.

Cheers
Dani
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: nolio on February 27, 2014, 11:04:47 PM
Hi,
On r343 and with the needed dependance :
Code: [Select]
sudo apt-get install libmono-system-numerics4.0-cil
I need to modify my startup script like that :
Code: [Select]
#!/bin/sh

#if [-f/usr/bin/mono]
#then
#MONO=/usr/bin/mono
#else
#MONO=/usr/local/bin/mono
#fi
MONO=/usr/bin/mono-sgen
cd $1 && sudo $MONO HomeGenie.exe > /dev/null 2>&1
Perhaps the link from mono to mono-sgen doesn't works, but i don't understand why ..
Code: [Select]
whereis mono
mono: /usr/bin/mono /etc/mono /usr/lib/mono /usr/bin/X11/mono /usr/share/mono /usr/share/man/man1/mono.1.gz

whereis mono-sgen
mono-sgen: /usr/bin/mono-sgen /usr/bin/X11/mono-sgen

ls -l /usr/bin/mono
lrwxrwxrwx 1 root root 9 Feb 13 14:26 /usr/bin/mono -> mono-sgen

Bye
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: pmowry911 on March 01, 2014, 04:03:41 AM
Hi Gene,

sudo apt-get install libmono-system-numerics4.0-cil
Still not working because the dependency already installed.
 Replacing the dll by the old one solve the problem.
Thank's lot.


Just a "Me Too".  after upgrading to 343 I could not rename a z-wave switch.  Reverting Newtonsoft.Json.dll back to the 327 version I had around fixed the issue on Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-59-generic-pae i686)
Title: Re: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340
Post by: dani on March 01, 2014, 12:42:48 PM
Hi Gene,

You can find here the screen shot of error trace with the new NewtonsoftJson.dll.

Cheers
Dani