summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkQOUUx4LVAk6EnstSLvdv7gZc0NsRlHXw <Dave@web>2014-09-08 18:36:51 +0000
committerGravatar admin <admin@branchable.com>2014-09-08 18:36:51 +0000
commiteacd6cfd9b99085f506e12b2ed4ff325035aac40 (patch)
tree5b787402a87d43c323b3cc30d0a70a2d7f633a13
parenta84162848054ffb10d392395232c8f3e0159f27a (diff)
-rw-r--r--doc/forum/Windows_installation_notes.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Windows_installation_notes.mdwn b/doc/forum/Windows_installation_notes.mdwn
index 42e93be8b..a38fed805 100644
--- a/doc/forum/Windows_installation_notes.mdwn
+++ b/doc/forum/Windows_installation_notes.mdwn
@@ -115,6 +115,14 @@ and
...Note the corruption. I think this happens when I drag the scroll bar while console output is being emitted. (msysgit's problem?) I would presume and hope that this is a "display only" issue.
+# .vbs failure
+
+I copied the `git-annex.lnk` out of my admin user's start menu onto my desktop and double clicked it. `wscript.exe` got stuck in a loop where new copies were being spawned over and over again (and old copies dieing at the same rate).
+
+I think I know why. `git-annex.exe` isn't on the path... but `git-annex.lnk` is in the CWD (Desktop in this case). Yeah, that is the problem. The vbs attempts to run "git-annex webapp", and this .lnk points to a valid "executable": `git-annex-webapp.vbs`... So it just calls itself with an argument over and over again.
+
+Workaround: invoke `git annex webapp` from the normal git bash console.
+
# Conclusion
I hope this information is helpful. I've enabled the 'email comments to me' option on this post and I'd be happy to perform further tests upon request.