Page 1 of 1

[FIXED] EG error + crashes when made portable

Posted: Mon Dec 31, 2007 3:06 am
by stisev
Hi Bit,

I just tried the -configdir trick that you mentioned a while back in the "can you make this portable PLZ?" thread. Everything works great, except for a few minor bugs.

Going to Help > About leads to the error:

Code: Select all

Traceback (most recent call last):
  File "D:\Applications\EventGhost\eg\MainFrame\__init__.py", line 958, in OnCmdAbout
    eg.AboutDialog.ShowModeless(self)
  File "D:\Applications\EventGhost\eg\Classes\Dialog.py", line 35, in ShowModeless
    self = cls(*args, **kwargs)
  File "D:\Applications\EventGhost\eg\Classes\AboutDialog.py", line 334, in __init__
    notebook.AddPage(AboutPanel(notebook), Text.tabAbout)
  File "D:\Applications\EventGhost\eg\Classes\AboutDialog.py", line 153, in __init__
    animatedWindow = eg.AnimatedWindow(self)
  File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 46, in __init__
    self.OnSize(None)
  File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 107, in OnSize
    self.UpdateDrawing()
  File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 112, in UpdateDrawing
    self.Draw(dc)
  File "D:\Applications\EventGhost\eg\Classes\AnimatedWindow.py", line 124, in Draw
    image = self.image.AdjustChannels(1.0, 1.0, 1.0, alpha)
AttributeError: 'Image' object has no attribute 'AdjustChannels'

Choosing to "Wiki" "Home Page" and "Support Forums" all crash Eventghost.

"Check new version",however, works fine.

Hope this helps Bit!
Eventghost forever!

Re: [BUG] EG error + crashes when made portable (REPRODUCIBLE!)

Posted: Mon Dec 31, 2007 3:10 am
by Bitmonster
Looks like you have missed to install the latest Setup.exe before updating.

Re: [BUG] EG error + crashes when made portable (REPRODUCIBLE!)

Posted: Mon Dec 31, 2007 7:23 am
by stisev
Hi Bit,
I don't understand what you mean. The behavior only happens when the shortcut is made portable.

let me know! thanks again!
Sev

Re: [BUG] EG error + crashes when made portable (REPRODUCIBLE!)

Posted: Mon Dec 31, 2007 8:56 am
by Bitmonster