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.

Problem with opening xml from EV from another PC

If you have a question or need help, this is the place to be.
Post Reply
dawidececk
Posts: 1
Joined: Fri Mar 13, 2015 5:19 pm

Problem with opening xml from EV from another PC

Post by dawidececk »

Hello, im working on EV tree on my work PC.
Today i wanna open that tree (xml file) on my home PC, but EV shows me some errors in the log.

At work, i have:
EV: 0.4.1r1669
Win 7 Prof, sp1

At home, i have:
EV: same as work
Win 7 Home Premium, sp1

Error from log:

Code: Select all

Unhandled exception in WorkerThread <EventThread>:
Callers stack:
  File "wx\_core.pyc", line 8010, in MainLoop
  File "wx\_core.pyc", line 7306, in MainLoop
  File "wx\_core.pyc", line 14660, in <lambda>
Traceback (most recent call last) (1669):
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
    self.HandleAction(action)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 289, in HandleAction
    action()
  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 142, in StartSession
    actionThread.Func(actionThread.StartSession, 120)(filename)
  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 39, in StartSession
    eg.document.Load(filename)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 145, in Load
    root = self.RootItem(self, node)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\RootItem.py", line 55, in __init__
    ContainerItem.__init__(self, parent, node)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 69, in __init__
    plugin = getattr(eg.plugins, pluginStr).plugin
AttributeError: 'Bunch' object has no attribute 'Winamp'
What's wrong?
Thank you for any help.

Have a nice day, David
jonib
Plugin Developer
Posts: 1328
Joined: Thu Mar 26, 2009 9:33 pm
Location: Sweden

Re: Problem with opening xml from EV from another PC

Post by jonib »

Looks like something "Winamp" related is missing, don't know more without the EventGhost config.

Edit: I'm guessing, you have the Winamp plugin in your config but it's missing or in a different directory on the other PC.

jonib
XBMC2 plugin to control XBMC. If you want to flatter me Image
Post Reply