BUG

1 view
Skip to first unread message

meNotU

unread,
Aug 29, 2009, 10:00:32 PM8/29/09
to Trowl (for Windows)
Hi there,

I got this message after opening the Settings panel.

---

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

************** Exception Text **************
System.Xml.XmlException: The 'META' start tag on line 8 does not match
the end tag of 'HEAD'. Line 10, position 3.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r,
LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions
options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions
options)
at System.Xml.Linq.XDocument.Parse(String text)
at Trowl.TrowlSettings.bgRetrieveFriends_DoWork(Object sender,
DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs
e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object
argument)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Trowl
Assembly Version: 0.4.2.0
Win32 Version: 0.4.2.0
CodeBase: file:///C:/Program%20Files/Trowl/Trowl.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Growl.Connector
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.20
CodeBase: file:///C:/Program%20Files/Trowl/Growl.Connector.DLL
----------------------------------------
Growl.CoreLibrary
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.20
CodeBase: file:///C:/Program%20Files/Trowl/Growl.CoreLibrary.DLL
----------------------------------------
System.Xml.Linq
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.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.


Mageuzi

unread,
Aug 29, 2009, 10:22:57 PM8/29/09
to Trowl (for Windows)
Ah, thank you for reporting this! I catch this error when pulling the
timelines from twitter, but not when pulling the friends list.

The reason you get this error is because of an unexpected response
from twitter -- either because it's down, or because there is
something like a firewall or web blocking software intercepting the
call to twitter.

Thanks again, this will definitely be fixed and handled better in the
next update.

Me Not U

unread,
Aug 30, 2009, 1:02:06 PM8/30/09
to trowl-fo...@googlegroups.com
thanks for the quick response.

Mageuzi

unread,
Aug 30, 2009, 1:06:39 PM8/30/09
to Trowl (for Windows)
No problem. Is this proving to be a serious issue? If so, I'll
release a minor update today to fix it. (As opposed to the next
update which will probably be in a couple weeks.)
> > > rather than be handled by this dialog box.- Hide quoted text -
>
> - Show quoted text -

Me Not U

unread,
Aug 30, 2009, 1:13:44 PM8/30/09
to trowl-fo...@googlegroups.com
Nope...not a big issue. It is easily resolved by restarting the app. 

Mageuzi

unread,
Aug 30, 2009, 1:20:28 PM8/30/09
to Trowl (for Windows)
Of course ;) But I know how annoying that can be if it's a persistent
problem.
> > > - Show quoted text -- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages