Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4017) - 17 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

CumulusMX dosnt work properly for Fine Offset station

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
Hanz
Posts: 1
Joined: Sat 27 Jan 2018 1:32 am
Weather Station: 1080
Operating System: linux

CumulusMX dosnt work properly for Fine Offset station

Post 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?
water01
Posts: 3215
Joined: Sat 13 Aug 2011 9:33 am
Weather Station: Ecowitt HP2551
Operating System: Windows 10 64bit
Location: Burnham-on-Sea
Contact:

Re: CumulusMX dosnt work properly for Fine Offset station

Post by water01 »

It is not the build version, it looks to me like you have not installed Mono or not installed it correctly.
David
Image
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: CumulusMX dosnt work properly for Fine Offset station

Post 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.
Steve
piuba
Posts: 1
Joined: Thu 28 Dec 2017 4:07 pm
Weather Station: fh 1080
Operating System: windows

Re: CumulusMX dosnt work properly for Fine Offset station

Post by piuba »

I have the same problem. What is the correct Mono version? Where can i download it? :?: :?:
User avatar
ConligWX
Posts: 1570
Joined: Mon 19 May 2014 10:45 pm
Weather Station: Davis vPro2+ w/DFARS + AirLink
Operating System: Ubuntu 22.04 LTS
Location: Bangor, NI
Contact:

Re: CumulusMX dosnt work properly for Fine Offset station

Post 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
Regards Simon

https://www.conligwx.org - @conligwx
Davis Vantage Pro2 Plus with Daytime FARS • WeatherLink Live • Davis AirLink • PurpleAir •

Image
Joe Curtis
Posts: 35
Joined: Sun 07 Jun 2009 2:07 pm
Weather Station: W-8681
Operating System: RPI Buster MX 3117
Contact:

Re: CumulusMX dosnt work properly for Fine Offset station

Post 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.
Joe Curtis
Locked