more G-Labs products

Author Topic: PROBLEM RECORDING SCENES AND ZWAVE NODE NAME HG r340  (Read 1904 times)

February 25, 2014, 06:04:37 PM
Read 1904 times

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
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

February 25, 2014, 06:54:59 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
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.

February 25, 2014, 08:20:01 PM
Reply #2

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
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.

February 27, 2014, 03:25:30 PM
Reply #3

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
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

February 27, 2014, 11:04:47 PM
Reply #4

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
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

March 01, 2014, 04:03:41 AM
Reply #5

pmowry911

  • *
  • Information
  • Newbie
  • Posts: 21
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)

March 01, 2014, 12:42:48 PM
Reply #6

dani

  • *****
  • Information
  • Global Moderator
  • Posts: 535
Hi Gene,

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

Cheers
Dani