View Full Version : silhouette crash on keyboard shortcut
dekekincaid
02-08-2007, 07:30 PM
Silhouette consistently crashes when I hit "alt+2", "alt+3", "alt+4" pending I don't have the paint tool with clone selected (where it works fine). I always accidentally hit it when I'm switching back and fourth between clone and erase.
In the commandline it reads:
Segmentation fault
Exit 139
paulm
02-08-2007, 07:36 PM
I think this is fixed in the 2.3 beta, but if not (and for 2.2), edit your scripts/sfxmodules/paint.py script and replace the Alt binds to this code:
def setCloneSetup(index):
if fx.viewer.toolName == "Paint":
if fx.viewer.queryTool("brush") == "Clone":
fx.paint.setCloneSetup(index)
fx.bind("Alt+1", callMethod(setCloneSetup, 0))
fx.bind("Alt+2", callMethod(setCloneSetup, 1))
fx.bind("Alt+3", callMethod(setCloneSetup, 2))
fx.bind("Alt+4", callMethod(setCloneSetup, 3))
vBulletin v3.5.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.