https://bugs.winehq.org/show_bug.cgi?id=46334
Bug ID: 46334 Summary: wine dose not see file.exe Product: Wine-staging Version: 3.0.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: keghnfeem@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Within wine director I type:
wine clientlaunch.exe
I get error:
wine: cannot find L"C:\windows\system32\clientlaunch.exe"
Other file that within work. Like clock.exe.
I did:
wine start /d C:/windows/system32/clientlauncher.exe
This gave me a DOS terminal. I type in the clientlaunch.exe and gave me this:
clientlauncher.exe is not recognized as a internal or external command, operable program or batch file.
I could run clock.exe in this dos terminal.
When i typed this into the dos prompt:
dir
This list all of the file in the directory. clock.exe is there but not clientlaunch.exe.
From the Linux side i can ls clientlaunch.exe in bash terminal, and see with a Linux file manager.
Thanks for any help.
keghn
https://bugs.winehq.org/show_bug.cgi?id=46334
--- Comment #1 from Austin English austinenglish@gmail.com --- What directory are you running this from? Can you please run `ls -la` in that directory?
https://bugs.winehq.org/show_bug.cgi?id=46334
--- Comment #2 from keghn keghnfeem@gmail.com --- I get the error anywhere in the wine c: directory. But i have been using this directory: /home/keghn/.wine/dosdevices/c:/windows/system32/
Outside the wine directory i get a completely different error message.
I typed in ls -la | head -400 give me this edited output:
-rwxrwxr-x 1 keghn keghn 1032 Dec 20 17:02 cabarc.exe -rw-rw-r-- 1 keghn keghn 2468 Dec 20 17:02 cabinet.dll -rwxrwxr-x 1 keghn keghn 1032 Dec 20 17:02 cacls.exe -rw-rw-r-- 1 keghn keghn 1032 Dec 20 17:02 capi2032.dll -rw-rw-r-- 1 keghn keghn 251452 Dec 20 17:02 cards.dll drwxrwxr-x 2 keghn keghn 4096 Dec 20 17:02 catroot
-rw-rw-r-- 1 keghn keghn 1032 Dec 20 17:02 cfgmgr32.dll -rwxrwxr-x 1 keghn keghn 2382462 Dec 19 12:16 clientlaunch.exe
-rwxrwxr-x 1 keghn keghn 18820 Dec 20 17:02 clock.exe -rw-rw-r-- 1 keghn keghn 1032 Dec 20 17:02 clusapi.dll -rwxrwxr-x 1 keghn keghn 753244 Dec 20 17:02 cmd.exe
I have over 2000 files in this directory and cannot post them all, unless you want me to?