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