All of a sudden i get a lot of errors when I am opening my latest EG-config-file (the xml-file), but I dont understand where to start looking for the problem.
21:56:48 Unhandled exception in WorkerThread <EventThread>:
21:56:48 Callers stack:
21:56:48 File "wx\_core.pyc", line 8010, in MainLoop
21:56:48 File "wx\_core.pyc", line 7306, in MainLoop
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\MainFrame\__init__.py", line 345, in FuncWrapper
21:56:48 func()
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\MainFrame\__init__.py", line 828, in OnCmdOpen
21:56:48 self.document.Open()
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\Document.py", line 353, in Open
21:56:48 self.StartSession(filePath)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\Document.py", line 158, in StartSession
21:56:48 eg.eventThread.Call(eg.eventThread.StartSession, filePath)
21:56:48 Traceback (most recent call last) (1710):
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
21:56:48 self.HandleAction(action)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 289, in HandleAction
21:56:48 action()
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
21:56:48 self.returnValue = self.func(*self.args, **self.kwargs)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\EventThread.py", line 142, in StartSession
21:56:48 actionThread.Func(actionThread.StartSession, 120)(filename)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
21:56:48 self.returnValue = self.func(*self.args, **self.kwargs)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\ActionThread.py", line 39, in StartSession
21:56:48 eg.document.Load(filename)
21:56:48 File "C:\Program Files\EventGhost\eg\Classes\Document.py", line 143, in Load
21:56:48 xmlTree = ElementTree.parse(filePath)
21:56:48 File "<string>", line 45, in parse
21:56:48 File "<string>", line 32, in parse
21:56:48 SyntaxError: not well-formed (invalid token): line 355, column 34
Can anyone understand what the problem might be?
If I restart EG and open it with an older config-file the errors doesn't occur, so I am pretty sure the problem is related to something in my config...
