[Bug 14965] New: Wine not passing Windows program arguments correctly

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 23 15:07:58 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14965

           Summary: Wine not passing Windows program arguments correctly
           Product: Wine
           Version: 1.1.3
          Platform: PC-x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: yfrwlf at gmail.com


When running, say:

wine C:\\Program\ Files\\Diablo\ II\\Game.exe -direct -txt

OR the Linux variant of the path

The arguments never reach the program.  However, when going into the same
directory and running it from there:

cd /home/user/.wine/drive_c/Program\ Files/Diablo\ II/

and then running:

wine Game.exe -direct -txt

It works.  Even if you try to run it from one directory down, but still "on the
Windows drive", by going:

/drive_c/Program Files$ wine \Diablo\ II\\Game.exe -direct -txt

OR

/drive_c/Program Files$ Diablo\ II/Game.exe -direct -txt

It still doesn't work.  So it's not some strange thing with needing to run wine
from the "Windows drive".  Running it from within the Windows command line also
exhibits the same problem.  When running:

C:\Program Files>Diablo II\Game.exe -direct -txt

It doesn't work, but when running

C:\Program Files\Diablo II>Game.exe -direct -txt

It works.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list