Page 1 of 1

Uninstall CumulusMX on raspberry

Posted: Sun 09 Apr 2017 5:58 pm
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

Re: Uninstall CumulusMX on raspberry

Posted: Sun 09 Apr 2017 6:43 pm
by rogerthn
Maybe

Code: Select all

cd /home/pi/CumulusMX
and then

Code: Select all

sudo mono CumulusMX.exe
?

Re: Uninstall CumulusMX on raspberry

Posted: Tue 11 Apr 2017 4:42 am
by BigOkie
reading the error it appears you do not have a MXdiags directory. You might try creating one first.

Re: Uninstall CumulusMX on raspberry

Posted: Tue 11 Apr 2017 6:36 am
by beppe
the MXdiags directory alreay exists, this is the reason I would uninstall everything and make a new installation of mono+CumulusMX

Re: Uninstall CumulusMX on raspberry

Posted: Tue 11 Apr 2017 9:50 am
by steve
It's as Roger says,you aren't following the instructions and changing to the Cumulus directory.

Re: Uninstall CumulusMX on raspberry

Posted: Wed 12 Apr 2017 6:00 am
by beppe
I enter

Code: Select all

cd /home/pi/CumulusMX
and then

Code: Select all

sudo mono CumulusMX.exe
and everything is Ok