AnantLabs / gwatchman

Automatically exported from code.google.com/p/gwatchman
1 stars 0 forks source link

.NET unhandled exception error #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using 32-bit Vista Home Premium SP2
.NET Framework 4, both Client and Extended profiles
Using GWatchman 1.0.5.0

I've got the program set to Growl exclusively; every two minutes for GMail, and 
every 30 for Reader.  It seems like the Reader notification is the one making 
the problem, but that could be simply due to lack of observation.  Forcing the 
error can be achieved by right-clicking the GWatchman tray icon, and clicking 
"Show."

Upon "Growl-ing," the following unhandled exception .NET error occurs:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.OverflowException: Value was either too large or too small for an 
unsigned byte.
   at System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info)
   at GWatchNS.GWatch.showPopup_Handler(String status, String message)
   at Google.readerComplete(Object sender, DownloadDataCompletedEventArgs e)
   at System.Net.WebClient.OnDownloadDataCompleted(DownloadDataCompletedEventArgs e)
   at System.Net.WebClient.DownloadDataOperationCompleted(Object arg)

************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
GWatch
    Assembly Version: 1.0.5.0
    Win32 Version: 1.0.5.0
    CodeBase: file:///C:/Portable%20Software/Growl%20Stuff/GWatchman_v.1.0.5.0/GWatch.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Growl.Connector
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.4.1
    CodeBase: file:///C:/Portable%20Software/Growl%20Stuff/GWatchman_v.1.0.5.0/Growl.Connector.DLL
----------------------------------------
Growl.CoreLibrary
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.4.1
    CodeBase: file:///C:/Portable%20Software/Growl%20Stuff/GWatchman_v.1.0.5.0/Growl.CoreLibrary.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Original issue reported on code.google.com by linkis...@gmail.com on 3 Nov 2010 at 9:10

GoogleCodeExporter commented 9 years ago
most likely problem occurs because a huge number of unread feeds :-)
I'll fix that in as soon as I have some time.

Original comment by tborycho...@gmail.com on 14 Nov 2010 at 4:46

GoogleCodeExporter commented 9 years ago
Fix will be released with the new version (probably) today.
If this will not fix your error - please reopen it or add new bug.
Thanks.

Original comment by tborycho...@gmail.com on 14 Nov 2010 at 6:36