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

SOLVED: CumulusMX on Windoze 10

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
User avatar
kasper58
Posts: 25
Joined: Tue 12 Jul 2011 5:17 am
Weather Station: Fine Offset (SS), TempestWX
Operating System: Windows 10 on Desktop
Location: New Zealand
Contact:

SOLVED: CumulusMX on Windoze 10

Post by kasper58 »

I've given up for the moment getting CumulusMX to run in a container, so have installed mono x86 (wouldn't run in x64) on my 64bit Windows 10 Laptop.

Runs ok and sends page off to webserver, but the internal server fails:

Code: Select all

500 - Internal Server Error

Message

Failing module name: Static Files Module
CreateZStream
Stack Trace

  at (wrapper managed-to-native) System.IO.Compression.DeflateStreamNative:CreateZStream (System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStreamNative/UnmanagedReadOrWrite,intptr)
  at System.IO.Compression.DeflateStreamNative.Create (System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, System.Boolean gzip) [0x0004a] in <f507c457fd4b478ea2829cb12fc2f5c3>:0 
  at System.IO.Compression.DeflateStream..ctor (System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, System.Boolean leaveOpen, System.Boolean gzip) [0x0002d] in <f507c457fd4b478ea2829cb12fc2f5c3>:0 
  at System.IO.Compression.DeflateStream..ctor (System.IO.Stream stream, System.IO.Compression.CompressionMode mode, System.Boolean leaveOpen, System.Int32 windowsBits) [0x00000] in <f507c457fd4b478ea2829cb12fc2f5c3>:0 
  at (wrapper remoting-invoke-with-check) System.IO.Compression.DeflateStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode,bool,int)
  at System.IO.Compression.GZipStream..ctor (System.IO.Stream stream, System.IO.Compression.CompressionMode mode, System.Boolean leaveOpen) [0x00006] in <f507c457fd4b478ea2829cb12fc2f5c3>:0 
  at (wrapper remoting-invoke-with-check) System.IO.Compression.GZipStream:.ctor (System.IO.Stream,System.IO.Compression.CompressionMode,bool)
  at Unosquare.Labs.EmbedIO.Extensions.Compress (System.Byte[] buffer) [0x00006] in <45ad3255b89a4abd88a385276d744f3d>:0 
  at Unosquare.Labs.EmbedIO.Modules.StaticFilesModule.HandleGet (System.Net.HttpListenerContext context, Unosquare.Labs.EmbedIO.WebServer server, System.Boolean sendBuffer) [0x005a0] in <45ad3255b89a4abd88a385276d744f3d>:0 
  at Unosquare.Labs.EmbedIO.Modules.StaticFilesModule.<.ctor>b__32_1 (Unosquare.Labs.EmbedIO.WebServer server, System.Net.HttpListenerContext context) [0x00000] in <45ad3255b89a4abd88a385276d744f3d>:0 
  at Unosquare.Labs.EmbedIO.WebServer.ProcessRequest (System.Net.HttpListenerContext context) [0x000bc] in <45ad3255b89a4abd88a385276d744f3d>:0 
Any ideas
Last edited by kasper58 on Mon 18 Sep 2017 9:30 am, edited 1 time in total.
jlmr731
Posts: 225
Joined: Sat 27 Aug 2016 12:11 am
Weather Station: Davis vantage pro 2
Operating System: Debian
Location: Wickliffe, Ohio
Contact:

Re: CumulusMX on Windoze 10

Post by jlmr731 »

you dont need to install mono on windows 10
Also when your run CumulusMX.exe are you running as administrator? you need to right click and select run as admin. even if your login account is admin.
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 on Windoze 10

Post by ConligWX »

Hi there,

To run on Windows, you need .NET 4.5 installed not Mono. to run it on Windows you should only need to follow the procedure laid down in this post:

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
User avatar
kasper58
Posts: 25
Joined: Tue 12 Jul 2011 5:17 am
Weather Station: Fine Offset (SS), TempestWX
Operating System: Windows 10 on Desktop
Location: New Zealand
Contact:

Re: CumulusMX on Windoze 10

Post by kasper58 »

Thanks guys... Bang on, I removed Mono and ran CumulusMX.exe -port 8080 & and is all good.

Thanks again :D
Locked