UO fiddler suddenly will not open?

This is where you can discuss UOFiddler, by Turley.

Moderator: POL Developer

Post Reply
trilia
New User
Posts: 3
Joined: Wed May 16, 2012 1:16 am

UO fiddler suddenly will not open?

Post by trilia »

Hello,
I was using fiddler just fine yesterday. Then I rebooted my system, and tried to reopen it but now every time I try to open it I receive an error dialogue with this message:
Root element is missing.

at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(String filename)
at UoFiddler.Options.Load()
at UoFiddler.Options.Startup()
at UoFiddler.Program.Main()
I have tried downloading a fresh copy of fiddler and it shows that same error as well. Does anyone have any idea what might be going on?
trilia
New User
Posts: 3
Joined: Wed May 16, 2012 1:16 am

Re: UO fiddler suddenly will not open?

Post by trilia »

bump

I also wanted to note that I had updated my computer with windows update a day or so before this started happening. I'm using windows 7 Home 64bit. I have tried running fiddler in compatibility mode, to no avail.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: UO fiddler suddenly will not open?

Post by Yukiko »

Since Windows Vista Microsoft has done several things to secure the operating system against malicious software. This creates problems for some programs. That might be the issue with Fiddler here. Where do you have it installed? If it is in C:\Program Files or C:\Program Files (x86) try putting it in a different folder. For those programs that I know have issues with Windows ssecurity I usually place them in one of two special folders I created. I use C:\Programs for software that needs to be installed and for portable programs I use C:\Portable Programs. Also, you might try running it as Administrator and see if that helps.

I feel for you. I just upgraded to Windows 7 and now I can't get Razor to work with my UO client. Oddly though UO Fiddler hasn't given me any trouble. Knock on wood.
garyglitter
New User
Posts: 13
Joined: Wed May 16, 2012 5:19 pm

Re: UO fiddler suddenly will not open?

Post by garyglitter »

Worth a shot to install .net distribution 4 and 2 again
trilia
New User
Posts: 3
Joined: Wed May 16, 2012 1:16 am

Re: UO fiddler suddenly will not open?

Post by trilia »

Finally got it fixed! In case anybody else has this problem, here's what we figured out. Since fiddler keeps a folder in \AppData\, that was conflicting somehow. If you're having this same problem, follow these steps:

1. Open command prompt, type echo %appdata%
2. Hit enter, this will tell you where your AppData folder is located.
3. Navigate to that directory, locate the UoFiddler folder
4. Rename that UOFiddler directory to anything you like
5. Run Fiddler

There was something where Fiddler was trying to move some xml files but it couldn't in the old folder. As soon as I opened fiddler after renaming the old directory, it made a new one in AppData and everything works great. :)
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: UO fiddler suddenly will not open?

Post by Yukiko »

Glad to hear and thanks for posting the fix.
Post Reply