Jump action stopped working

Found a bug in EventGhost? Report it here.

Re: Jump action stopped working

Postby bruinlax » Fri May 11, 2012 12:02 am

Same problem. here's more info and the traceback.

in 1568 on a win 7 64 bit computer, i'm getting the following error (note that this only prints the traceback when running through eclipse, otherwise it just hangs the program)

here's how i replicate:
downloaded 1568 fresh source folder
run eventghost
start new config file (to eliminate any config problems)
add macro with jump action. (config dialog comes up)
double click new added jump action. ERROR OCCURS - program hangs.

note this happens with any config file for me.
i have reverted to 1544, and don't have said issue.

Code: Select all
Traceback (most recent call last) (0):
  File "C:\eclipse64classic\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc\pydevd.py", line 1267, in <module>
    debugger.run(setup['file'], None, None)
  File "C:\eclipse64classic\plugins\org.python.pydev.debug_2.2.2.2011082312\pysrc\pydevd.py", line 1020, in run
    pydev_imports.execfile(file, globals, locals) #execute the script
  File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\EventGhost.pyw", line 52, in <module>
    eg.Main()
  File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\__init__.py", line 81, in Main
    stackless.run()
  File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Utils.py", line 157, in AssertWrapper
    return func(*args, **kwargs)
  File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Utils.py", line 127, in LogItWithReturnWrapper
    result = func(*args, **kwargs)
  File "Q:\My Documents\eclipseprojects\EventGhostDev\EventGhost\eg\Classes\UndoHandler\Configure.py", line 42, in Do
    oldArgs = cpy(newArgs)                          # bugfix
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
    y.append(deepcopy(a, memo))
  File "C:\Python26\lib\copy.py", line 189, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "C:\Python26\lib\copy.py", line 338, in _reconstruct
    state = deepcopy(state, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
    y.append(deepcopy(a, memo))
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "C:\Python26\lib\copy.py", line 189, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "C:\Python26\lib\copy.py", line 338, in _reconstruct
    state = deepcopy(state, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "C:\Python26\lib\copy.py", line 189, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "C:\Python26\lib\copy.py", line 322, in _reconstruct
    args = deepcopy(args, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 235, in _deepcopy_tuple
    y.append(deepcopy(a, memo))
  File "C:\Python26\lib\copy.py", line 189, in deepcopy
    y = _reconstruct(x, rv, 1, memo)
  File "C:\Python26\lib\copy.py", line 338, in _reconstruct
    state = deepcopy(state, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 292, in _deepcopy_inst
    state = deepcopy(state, memo)
  File "C:\Python26\lib\copy.py", line 162, in deepcopy
    y = copier(x, memo)
  File "C:\Python26\lib\copy.py", line 255, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "C:\Python26\lib\copy.py", line 188, in deepcopy
    "un(deep)copyable object of type %s" % cls)
Error: un(deep)copyable object of type <type 'ImagingCore'>
bruinlax
 
Posts: 12
Joined: Thu Sep 29, 2011 4:31 pm

Re: Jump action stopped working

Postby molitar » Sat Jun 16, 2012 8:52 pm

When I double click or select configure on a jump action EventGhost stops responding. Totally locks up.

So locks up for me also.
molitar
Experienced User
 
Posts: 149
Joined: Fri Sep 11, 2009 6:44 am

Re: Jump action stopped working

Postby Luca Brasi » Wed Jun 27, 2012 9:45 pm

Same for me here.
Additional Info: Also happens on WHS v1 not only on Win / x64.
Win7 x64 Prof. / Eventghost latest / auvisio vrc-1100-plugin and MCE Plugin / auvisio vrc-1100 and MCE Receiver / Logitech Harmony One / MediaPortal / XBMC / PowerDVD / ffdshow
User avatar
Luca Brasi
Experienced User
 
Posts: 61
Joined: Sat Oct 11, 2008 12:39 pm

Re: Jump action stopped working

Postby bengalih » Sat Jun 30, 2012 7:21 pm

FYI I posted a similar bug here:

http://www.eventghost.org/forum/viewtop ... 1b08e2cd49

Namely that with the newest version (as referenced in my post) the entire console locks up when attempting to edit an Enable/Disable item.

It appears that the item itself does work during execution, but attempting to edit it causes lockups similar to those mentioned here. I'm sure there is some relation.

I have downgraded as the only fix.
bengalih
 
Posts: 7
Joined: Sat Feb 25, 2012 1:13 am

Re: Jump action stopped working

Postby Luca Brasi » Sat Jun 30, 2012 11:50 pm

You're right, reverting back is one option.
For all those who want to stay with latest release there is this workaround viewtopic.php?f=12&t=3810#p21951
Win7 x64 Prof. / Eventghost latest / auvisio vrc-1100-plugin and MCE Plugin / auvisio vrc-1100 and MCE Receiver / Logitech Harmony One / MediaPortal / XBMC / PowerDVD / ffdshow
User avatar
Luca Brasi
Experienced User
 
Posts: 61
Joined: Sat Oct 11, 2008 12:39 pm

Re: Jump action stopped working

Postby Pako » Sun Jul 01, 2012 3:17 pm

=> 0.4.1.r1572
User avatar
Pako
Plugin Developer
 
Posts: 1282
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic

Re: Jump action stopped working

Postby Luca Brasi » Sun Jul 01, 2012 3:25 pm

Thanks Pako!
Win7 x64 Prof. / Eventghost latest / auvisio vrc-1100-plugin and MCE Plugin / auvisio vrc-1100 and MCE Receiver / Logitech Harmony One / MediaPortal / XBMC / PowerDVD / ffdshow
User avatar
Luca Brasi
Experienced User
 
Posts: 61
Joined: Sat Oct 11, 2008 12:39 pm

Previous

Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest