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

bgureport.txt

Discussion specific to Oregon Scientific weather stations
Post Reply
wa2slh
Posts: 3
Joined: Thu 26 Nov 2015 6:44 pm
Weather Station: OS WMR-200A
Operating System: Windows 7, 8.1
Location: Georgetown IN 47122

bgureport.txt

Post by wa2slh »

exception message : Integer overflow.
You do not have the required permissions to view the files attached to this post.
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: bgureport.txt

Post by steve »

It looks like you have left debug logging turned on for a long period. This eventually causes an 'integer overflow' crash in the third party logging component.
Steve
wa2slh
Posts: 3
Joined: Thu 26 Nov 2015 6:44 pm
Weather Station: OS WMR-200A
Operating System: Windows 7, 8.1
Location: Georgetown IN 47122

Re: bugreport.txt

Post by wa2slh »

I believe you are correct but I have made sure "Debug Log" is not checked on the configuration drop down. I had the same problem last night. Is there another setting? I scanned the ini files and didn't see "debug" options set. I did notice that entries are still being made in the "diag" folder.
I am periodically reading the Nov15log.txt file using a VS2015 C# Winform program (read only) but that doesn't cause the Status/Error light to change.
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: bgureport.txt

Post by steve »

The setting in Cumulus.ini is called 'logging' in the [Station] section. It's presumably set to one, you need to set it to zero (while Cumulus is stopped).

logging=0

You can confirm that debug logging is on by looking for the debug.log file, yours will presumably be very large and have lots of entries in it (other than things like 'logging disabled' etc).
Steve
wa2slh
Posts: 3
Joined: Thu 26 Nov 2015 6:44 pm
Weather Station: OS WMR-200A
Operating System: Windows 7, 8.1
Location: Georgetown IN 47122

Re: bgureport.txt

Post by wa2slh »

There is no "logging" entry in cumulus.ini. I did a text search to make sure after visual inspection. The debug.log last entries (assume it appends) are "0000.000 : **** Logging Disabled". Prior (5+ hours ago) to that I see actual entries in debug.log for the sensors which is why I agreed with your analysis. At this point, the file does not appear to be growing in size but generates a new file with a single "Cumulus debug log" record if the file is deleted (19 bytes and not growing).
By the way, excellent documentation, FAQ and support.
I might be going to a RaspberryPI 2 mod 2 interface with a UDP link to my desktop (ultimately web) applications but I really like the Windows GUI presentation.
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: bgureport.txt

Post by steve »

Now that you don't have debug logging turned on, and deleted the file, you shouldn't hit the problem again.
Steve
Post Reply