Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

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

Legacy Cumulus 1 release 1.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

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

Moving Cumulus MX 4 to a 'new' computer

From Cumulus MX version 3 build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since, and has recently released Cumulus MX version 4. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
Peasantmk2
Posts: 15
Joined: Tue 04 Nov 2014 10:56 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 10 Pro
Location: Cupar, Fife

Moving Cumulus MX 4 to a 'new' computer

Post by Peasantmk2 »

A while back I found myself in the position of looking at a reformat and reinstall to upgrade my computer to Windows 11. I waited until I had a clear slot to do it all, and thought all I had to do to move my Cumulus installation was to take a copy of the directory/folder to a USB stick, and then when I had Windows 11 up and running simply copy it to the same location (C:\) and start Cumulus.exe. However it hasn't worked that way. When I create a shortcut to Cumulus.exe, and the double click it I get a flash of a window appearing and then it disappears. There is nothing in MXdiags, and adding -debug to the command in the shortcut does not change that.

So I thought, let's download a new copy of Cumulus 4 and try running that without any of my data or configuration files. The result is the same.

Next port of call was to see if downloading .NET 4.8 might help, but on doing that I was told that my computer was already running a later version.

I get the same result if I run it with admin rights, except I get the Windows dialog box warning me that it may be unsafe to run. But that's what I got with every upgraded installation on my old Windows 10 setup.

Finally, I have a Windows 7 virtual machine, and I tried it on that, but the result was the same. I get the feeling I'm missing something obvious, but cannot find what it is. Can anyone help please. Many thanks in advance. :)
--
Jim McLaren
freddie
Posts: 2870
Joined: Wed 08 Jun 2011 11:19 am
Weather Station: Davis Vantage Pro 2 + Ecowitt
Operating System: GNU/Linux Ubuntu 24.04 LXC
Location: Alcaston, Shropshire, UK
Contact:

Re: Moving Cumulus MX 4 to a 'new' computer

Post by freddie »

If you open a command prompt window and change directory to where MX is installed then you may get some more clues. To change directory, type this:

Code: Select all

cd c:\CumulusMX
Change the path (the bit after the "cd") to wherever you have MX installed. Then type:

Code: Select all

CumulusMX.exe
Once you have done this, screenshot your command prompt window and paste into a reply to this topic.
Freddie
Image
Peasantmk2
Posts: 15
Joined: Tue 04 Nov 2014 10:56 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 10 Pro
Location: Cupar, Fife

Re: Moving Cumulus MX 4 to a 'new' computer

Post by Peasantmk2 »

It seems to be a .NET problem. I think it's looking for an older version of .NET

Code: Select all

PS C:\CumulusMX_old> .\CumulusMX.exe
You must install .NET to run this application.

App: C:\CumulusMX_old\CumulusMX.exe
Architecture: x64
App host version: 8.0.11
.NET location: Not found

Learn more:
https://aka.ms/dotnet/app-launch-failed

Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win-x64&os=win10&apphost_version=8.0.11
PS C:\CumulusMX_old>
--
Jim McLaren
Peasantmk2
Posts: 15
Joined: Tue 04 Nov 2014 10:56 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 10 Pro
Location: Cupar, Fife

Re: Moving Cumulus MX 4 to a 'new' computer

Post by Peasantmk2 »

And here is the output of a check to see what versions I have installed:

Code: Select all

PS C:\Users\jim> reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\CDF

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\CDF\v4.0
    HttpNamespaceReservationInstalled    REG_DWORD    0x1
    NetTcpPortSharingInstalled    REG_DWORD    0x1
    NonHttpActivationInstalled    REG_DWORD    0x1
    SMSvcHostPath    REG_SZ    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
    WMIInstalled    REG_DWORD    0x1

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Client
    CBS    REG_DWORD    0x1
    Install    REG_DWORD    0x1
    InstallPath    REG_SZ    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
    Release    REG_DWORD    0x82348
    Servicing    REG_DWORD    0x0
    TargetVersion    REG_SZ    4.0.0
    Version    REG_SZ    4.8.09032

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Client\1033
    CBS    REG_DWORD    0x1
    Install    REG_DWORD    0x1
    Release    REG_DWORD    0x82348
    Servicing    REG_DWORD    0x0
    TargetVersion    REG_SZ    4.0.0
    Version    REG_SZ    4.8.09032

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full
    CBS    REG_DWORD    0x1
    Install    REG_DWORD    0x1
    InstallPath    REG_SZ    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
    Release    REG_DWORD    0x82348
    Servicing    REG_DWORD    0x0
    TargetVersion    REG_SZ    4.0.0
    Version    REG_SZ    4.8.09032

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full\1033
    CBS    REG_DWORD    0x1
    Install    REG_DWORD    0x1
    Release    REG_DWORD    0x82348
    Servicing    REG_DWORD    0x0
    TargetVersion    REG_SZ    4.0.0
    Version    REG_SZ    4.8.09032

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4.0
    (Default)    REG_SZ    deprecated

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4.0\Client
    Install    REG_DWORD    0x1
    Version    REG_SZ    4.0.0.0

PS C:\Users\jim>
--
Jim McLaren
SamiS
Posts: 510
Joined: Sun 27 Feb 2011 5:13 pm
Weather Station: Ecowitt HP2551 & GW1100
Operating System: Raspberry Pi OS
Location: Kangasala, Finland

Re: Moving Cumulus MX 4 to a 'new' computer

Post by SamiS »

You need to install the new .NET8, forget about the legacy dotnet 4.x.

https://dotnet.microsoft.com/en-us/download/dotnet/8.0
Peasantmk2
Posts: 15
Joined: Tue 04 Nov 2014 10:56 pm
Weather Station: Davis Vantage Pro 2
Operating System: Windows 10 Pro
Location: Cupar, Fife

Re: Moving Cumulus MX 4 to a 'new' computer

Post by Peasantmk2 »

You need to install the new .NET8, forget about the legacy dotnet 4.x.
Bingo! Thanks for the help. Much appreciated. :D
--
Jim McLaren
Post Reply