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.

Can't reopen an old program to edit it.

If you have a question or need help, this is the place to be.
Post Reply
MayBeAnIdiot
Posts: 1
Joined: Fri Jul 31, 2015 12:04 am

Can't reopen an old program to edit it.

Post by MayBeAnIdiot »

I am a very very very beginner working on a surface pro pen trying to get it to do what I want. I finished the basics of my program and opened a new one. Now I cant get back to edit my first program.


EventGhost version: 0.4.1.r1700 (latest)
Windows 8.1

Error message:
Traceback (most recent call last) (1700):
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'
m19brandon
Experienced User
Posts: 177
Joined: Mon Feb 03, 2014 10:36 pm

Re: Can't reopen an old program to edit it.

Post by m19brandon »

What do you mean by Program? The EventGhost tree xml file?
Post Reply