On Mon, 14 Jun 2010, Andrew Rollins wrote:
> I was getting this error when using the shell right click "Git GUI Here"
> functionality and from command line. Here is my workaround. Sorry if
> it's a little quick and dirty.
>
> * Get ActiveTcl http://www.activestate.com/activetcl/downloads
>
> * Goto this key in registry:
> HKEY_CLASSES_ROOT\Directory\shell\git_gui\command
>
> * Change the value under default from:
> "C:\Program Files\Git\bin\wish.exe" "C:\Program Files\Git\libexec\git-
> core\git-gui" "--working-dir" "%1"
> to:
> "C:\bin\ActiveTcl8.5.8.2.292682-win32-ix86-threaded.exe" "C:\Program
> Files\Git\libexec\git-core\git-gui" --working-dir "%1"
>
> (replacing C:\bin\... with wherever you put the ActiveTcl download)
Could you find out what was the real issue (i.e. what was the real issue
with your setup and wish.exe)?
Hth,
Johannes
On Fri, 25 Jun 2010, Dave M wrote:
> I have the exact same symptoms as the original poster. Running
> windows 7 on an AMD dual core.
>
> What I found is that if I run wish.exe I get the exact error described
> above. If I run wish.exe as an administrator, it works fine.
Just an idea: could you copy /bin/install.exe.manifest to
/path/to/init.tcl.manifest (and maybe adjust the values therein)?
Ciao,
Johannes