[Beta 1.7.1] Token StartAttribute in state Content would result in an invalid XML document.
Reported by Scott Ryan | December 3rd, 2009 @ 07:39 PM
Just grabbed the updated beta you pushed. Getting this error now.
@@@ See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
Exception
Text
System.InvalidOperationException: Token StartAttribute in state
Content would result in an invalid XML document.
at System.Xml.XmlTextWriter.AutoComplete(Token token) at
System.Xml.XmlTextWriter.WriteStartAttribute(String prefix, String
localName, String ns) at
System.Xml.XmlWriter.WriteAttributeString(String localName, String
value) at DAModder.DAXMLParser.RemoveModFromXML(String sModUID,
String sXMLFile) at DAModder.Form1.button1_Click(Object sender,
EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e) at
System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at
System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks) at
System.Windows.Forms.Control.WndProc(Message& m) at
System.Windows.Forms.ButtonBase.WndProc(Message& m) at
System.Windows.Forms.Button.WndProc(Message& m) at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&
m) at
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)
Comments and changes to this ticket
-
John Vanderbeck December 3rd, 2009 @ 07:42 PM
Grr
Ok, this was during an uninstall? Of what mod? Is it happening on any mod, or certain ones?
-
Scott Ryan December 3rd, 2009 @ 07:47 PM
This was occurring as soon as I hit uninstall on any mod from the list. And unlike the previous release it isn't removing the folder either.
If you hit continue and try again it errors saying that the AddIns.xml file is locked.
-
John Vanderbeck December 3rd, 2009 @ 07:49 PM
Ok I have reproduced it with your XML file. Let me take a look.
-
John Vanderbeck December 3rd, 2009 @ 07:49 PM
- State changed from new to open
- Tag set to bug, moduninstall, xml
-
John Vanderbeck December 3rd, 2009 @ 08:03 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
DAModder is a full featured replacement for Bioware's DAUpdater program -- with more features!
People watching this ticket
Attachments
Tags
Referenced by
- 43 [Beta 1.7.1] Token StartAttribute in state Content would result in an invalid XML document. (from [32]) - Fixed a bug in RemoveModFromXML that could ...