Page 1 of 1

CumulusMX dosnt work properly for Fine Offset station

Posted: Sat 27 Jan 2018 1:45 am
by Hanz
I use Pi 3. When I choose a station Fine Offset. I see this expeptions with start.

Code: Select all

pi@raspberrypi:~/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (United Kingdom)
Serial: 74FECEABEB2DA94ECB5EBA0CD11A7137
Cumulus MX v.3.0.0 build 3043
Today.ini = data/today.ini
Last update=2018-01-27T01:15:37
Looking for Fine Offset station, VendorID=0x1941 ProductID=0x8021
System.MissingMethodException: Method 'Mono.Unix.Native.Syscall.uname' not found.
  at System.RuntimeType.InvokeMember (System.String name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) [0x008a0] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.Type.InvokeMember (System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Globalization.CultureInfo culture) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.String& release, System.String& machine) [0x00047] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0 
  at HidSharp.Platform.Linux.NativeMethods.uname (System.String& sysname, System.Version& release, System.String& machine) [0x00004] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0 
  at HidSharp.Platform.Linux.LinuxHidManager.get_IsSupported () [0x00002] in <ae7920a0f15c43d292a5cc3a2fd0a936>:0 
Not supported
Fine Offset station not found
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
Starting web socket server on port 8002
27/01/2018 01:15:38
Type Ctrl-C to terminate
is there any option to download the older build version?

Re: CumulusMX dosnt work properly for Fine Offset station

Posted: Sat 27 Jan 2018 9:08 am
by water01
It is not the build version, it looks to me like you have not installed Mono or not installed it correctly.

Re: CumulusMX dosnt work properly for Fine Offset station

Posted: Sat 27 Jan 2018 10:57 am
by steve
I think this is also the error you get with later versions of Mono which aren’t compatible with the USB library which MX uses.

Re: CumulusMX dosnt work properly for Fine Offset station

Posted: Tue 06 Feb 2018 10:51 am
by piuba
I have the same problem. What is the correct Mono version? Where can i download it? :?: :?:

Re: CumulusMX dosnt work properly for Fine Offset station

Posted: Tue 06 Feb 2018 7:42 pm
by ConligWX
piuba wrote:I have the same problem. What is the correct Mono version? Where can i download it? :?: :?:
Mono is only for Linux. in you details your using Windows.
The second way in which it is different is that in addition to running on Windows, it also runs on Linux and Mac OS X. To run on Windows, you need .NET 4.5 installed. To run on the additional platforms, it requires the Mono runtime, and you will need to install this, as described below.
suggest you check/read the CumulusMX Announcement

https://cumulus.hosiene.co.uk/viewtopic.php?f=27&t=12908

Re: CumulusMX dosnt work properly for Fine Offset station

Posted: Mon 12 Feb 2018 8:40 pm
by Joe Curtis
I had the same problem when I upgraded my pi 3b from jessie to stretch, so it probably is the version of mono which is in the stretch repository.

I have temporarily gone back to my backed up version of jessie whilst I ponder digging out the earlier version of mono that works.