This commit is contained in:
parent
31d35a6253
commit
12145036a6
1 changed files with 35 additions and 0 deletions
35
doc/bugs/assistant_windows_does_not_start.mdwn
Normal file
35
doc/bugs/assistant_windows_does_not_start.mdwn
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
webapp does not start.
|
||||||
|
|
||||||
|
Reports the following error:
|
||||||
|
|
||||||
|
Script: c:\Programm Files(x86)\Git\git-annex-webapp.vbs
|
||||||
|
Line: 2
|
||||||
|
Character: 1
|
||||||
|
Error: System can not fine the specified File
|
||||||
|
Code: 80070002
|
||||||
|
Source: null
|
||||||
|
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
1. Downloaded the installer.
|
||||||
|
2. Run the installer
|
||||||
|
3. In folder c:\Programm Files(x86)\Git doubleclick on git-annex-webapp
|
||||||
|
4. Content vbs:
|
||||||
|
Set objshell=CreateObject("Wscript.Shell")
|
||||||
|
objShell.Run("git-annex webapp"), 0, False
|
||||||
|
4.
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
Version 2014-11-05 14:38
|
||||||
|
Server Windows Server 2008 R2
|
||||||
|
### Please provide any additional information below.
|
||||||
|
|
||||||
|
[[!format sh """
|
||||||
|
# If you can, paste a complete transcript of the problem occurring here.
|
||||||
|
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||||
|
|
||||||
|
|
||||||
|
# End of transcript or log.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue