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 4018) - 28 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

Uninstall CumulusMX on raspberry

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
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Uninstall CumulusMX on raspberry

Post by beppe »

I am experiencing several problem so I was wondering how uninstall CumulusMX before to reinstall the correct mono version and repeat CumulusMX installation
Here there are some information about my configuration

sudo mono /home/pi/CumulusMX/CumulusMX.exe
Current culture: English (United Kingdom)
Serial: 74FECEABEB2DA94ECB5EBA0CD11A7137
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Directory 'MXdiags' not found.
at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
at System.IO.Directory.GetFiles (System.String path) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus.GetLoggingFileName (System.String directory) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus..ctor (Int32 HTTPport, Int32 WSport) [0x00000] in <filename unknown>:0
at CumulusMX.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

mono --version
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-10)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+hard
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen

debian_version: 8.0
User avatar
rogerthn
Posts: 489
Joined: Thu 11 Apr 2013 6:31 pm
Weather Station: Ecowitt GW1000/GW1003
Operating System: Raspberry Pi OS bullseye aarch64
Location: Trollhättan Sweden
Contact:

Re: Uninstall CumulusMX on raspberry

Post by rogerthn »

Maybe

Code: Select all

cd /home/pi/CumulusMX
and then

Code: Select all

sudo mono CumulusMX.exe
?
Image
BigOkie
Posts: 272
Joined: Tue 28 May 2013 1:06 am
Weather Station: Davis VP2 Plus
Operating System: Raspian Buster (RPi 3b)
Location: Tulsa, OK

Re: Uninstall CumulusMX on raspberry

Post by BigOkie »

reading the error it appears you do not have a MXdiags directory. You might try creating one first.
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Re: Uninstall CumulusMX on raspberry

Post by beppe »

the MXdiags directory alreay exists, this is the reason I would uninstall everything and make a new installation of mono+CumulusMX
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: Uninstall CumulusMX on raspberry

Post by steve »

It's as Roger says,you aren't following the instructions and changing to the Cumulus directory.
Steve
beppe
Posts: 6
Joined: Mon 03 Apr 2017 6:03 pm
Weather Station: Technoline WS 2307
Operating System: raspian

Re: Uninstall CumulusMX on raspberry

Post by beppe »

I enter

Code: Select all

cd /home/pi/CumulusMX
and then

Code: Select all

sudo mono CumulusMX.exe
and everything is Ok
Locked