Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

recovered .XML config not loading

If you have a question or need help, this is the place to be.
Post Reply
THX-UltraII
Experienced User
Posts: 52
Joined: Tue Feb 24, 2009 7:40 am

recovered .XML config not loading

Post by THX-UltraII »

I had to do a full reinstallation of my system. Unfortunately I forgot to backup my .XML eventghost configution. My configuration took my days if not weeks to make.... I found a free tool called Recuva and I was able to recover my .XML from my formatted HDD. However, when I try to load my config it does not work.

Here is the log:

---> Welcome to EventGhost <---
Traceback (most recent call last) (1640):
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 345, in FuncWrapper
func()
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 828, in OnCmdOpen
self.document.Open()
File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 353, in Open
self.StartSession(filePath)
File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 157, in StartSession
eg.eventThread.Func(eg.eventThread.StopSession)()
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\EventThread.py", line 151, in StopSession
actionThread.Func(actionThread.StopSession, 120)()
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionThread.py", line 76, in StopSession
eg.document.autostartMacro.UnloadPlugins()
AttributeError: 'Document' object has no attribute 'autostartMacro'


I also did attach my .XML config.
Attachments
sander.xml
(12.41 KiB) Downloaded 137 times
blaher
Experienced User
Posts: 487
Joined: Thu Nov 17, 2011 1:27 am

Re: recovered .XML config not loading

Post by blaher »

Looks corrupted. When you open it in notepad it's gobbledegook. Try another recovery program perhaps?
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: recovered .XML config not loading

Post by krambriw »

Agree, this is not a xml document
THX-UltraII
Experienced User
Posts: 52
Joined: Tue Feb 24, 2009 7:40 am

Re: recovered .XML config not loading

Post by THX-UltraII »

I tried 3 different recovery tools last night but all give the same result (the .xml I posted in this topic).

I think that somehow this .xml file is corrupted or something. Maybe it can be 'decoded' to it s original state? I think I need to ask on a 'PC help' community maybe.
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

Re: recovered .XML config not loading

Post by krambriw »

Well, a xml file is a plain text file. Your file looks more like if you open and view an exe fil. Or an encrypted file
Post Reply