This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygstart getting The specified file was not found


My commands and output are as follows:
/cygdrive/c/user $pwd
/cygdrive/c/user
/cygdrive/c/user $cmd /c pwd
/cygdrive/c/user
/cygdrive/c/user $ls hello.txt
hello.txt
/cygdrive/c/user $strace cygstart hello.txt |grep hello.txt
   21   10634 [main] cygstart 3412 build_argv: argv[1] = 'hello.txt'
  212   11564 [main] cygstart 3412 normalize_posix_path: src hello.txt
   22   11629 [main] cygstart 3412 normalize_posix_path: /cygdrive/c/WINDOWS/system32/hello.txt = normalize_posix_path (hello.txt)
   21   11650 [main] cygstart 3412 mount_info::conv_to_win32_path: conv_to_win32_path (/cygdrive/c/WINDOWS/system32/hello.txt)
   22   11672 [main] cygstart 3412 mount_info::cygdrive_win32_path: src '/cygdrive/c/WINDOWS/system32/hello.txt', dst 'c:\WINDOWS\system32\hello.txt'
   20   11713 [main] cygstart 3412 mount_info::conv_to_win32_path: src_path /cygdrive/c/WINDOWS/system32/hello.txt, dst c:\WINDOWS\system32\hello.txt, flags 0x2A, rc 0
   70   11783 [main] cygstart 3412 symlink_info::check: GetFileAttributes (c:\WINDOWS\system32\hello.txt) failed
   47   11853 [main] cygstart 3412 symlink_info::check: GetFileAttributes (c:\WINDOWS\system32\hello.txt.lnk) failed
   20   11895 [main] cygstart 3412 symlink_info::check: 0 = symlink.check (c:\WINDOWS\system32\hello.txt, 0x22C040) (0x80002A)
   24   12059 [main] cygstart 3412 path_conv::check: this->path(c:\WINDOWS\system32\hello.txt), has_acls(1)
Unable to start 'hello.txt': The specified file was not found.

My cygcheck ouput are attached. Thanks

Attachment: cygcheck.out
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]