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 4019) - 03 April 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

1044 crashing.

Please discuss beta versions of Cumulus 1 here. Note: There are currently no beta versions of Cumulus 1.
Locked
dpmiller
Posts: 48
Joined: Mon 30 May 2011 1:34 pm
Weather Station: WH3080
Operating System: Win XP sp3
Location: newtownards, N.I.

1044 crashing.

Post by dpmiller »

Steve, I plug in and download from the FO station every couple of days. Since I installed 1044, the software stops with a bug report a short time after downloading and processing. It stays up long enough to grab live data and offer a forecast, but a short time later (either on the main screen or in selectagraph, usually) things go wrong.
Restarting the software is fine, data is intact, and the problem doesn't then reoccur until the next download...

bug report attached

David
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: 1044 crashing.

Post by steve »

It's crashing in the system code; it's something to do with closing the 'please wait' window. Occasionally, closing this window causes a crash on some systems, and Googling this problem suggests that it's a bug in the Delphi runtime. There was a suggested work around of making the window invisible before closing it, so I added some code recently to do that. It seems that making it invisible also causes a crash in the system code. I see you also had a slightly different crash on the 22nd August, also when the 'please wait' window was caused.

You mention select-a-graph, but the crash was in closing the 'please wait' window - are you doing things while the 'please wait' window is still on the screen?

I'll have to see if I can find some other work around that doesn't itself cause a crash.
Steve
dpmiller
Posts: 48
Joined: Mon 30 May 2011 1:34 pm
Weather Station: WH3080
Operating System: Win XP sp3
Location: newtownards, N.I.

Re: 1044 crashing.

Post by dpmiller »

I just reconnected, to confirm my symptoms. On this occasion, I downloaded, waited for processing, accessed graphs, waited a while, all OK. Disconnected the USB and... crash.
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: 1044 crashing.

Post by steve »

dpmiller wrote:Disconnected the USB and... crash.
You disconnected the USB cable while Cumulus was running? Why?
Steve
dpmiller
Posts: 48
Joined: Mon 30 May 2011 1:34 pm
Weather Station: WH3080
Operating System: Win XP sp3
Location: newtownards, N.I.

Re: 1044 crashing.

Post by dpmiller »

as I always have done...

I use the console as a logger, download to the laptop, disconnect, and then wander over to a soft seat to peruse the last few days records. A "device disconnected" error I expect, but this crashing is new.
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: 1044 crashing.

Post by steve »

I've changed the code (again) to see if I can stop the crash(es). But the readme.txt file does explicitly say "Don't disconnect your station while Cumulus is running", and doing this will cause other problems even if it doesn't crash. It would be nice if Cumulus was perfect and it coped with everything that everyone does to it, but I simply don't have the time to spend on making it completely robust, particularly when I have things like bugs in third-party code to cope with. Sorry.
Steve
dpmiller
Posts: 48
Joined: Mon 30 May 2011 1:34 pm
Weather Station: WH3080
Operating System: Win XP sp3
Location: newtownards, N.I.

Re: 1044 crashing.

Post by dpmiller »

that's fixed it, thanks!
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: 1044 crashing.

Post by steve »

Hopefully the code I've changed will stop it crashing if you unplug it, but as I said, you will get other problems, e.g. it will continue to write to the data logs. What you could try is to close it down, unplug the station, and then start it up again. This should allow you to look at the recent data without any nasty side effects.
Steve
Locked