http://bugs.winehq.org/show_bug.cgi?id=59550 --- Comment #3 from smcclenahan@gmail.com --- (In reply to Eric Pouech from comment #2)
can you describe exactly how the problem is triggered ? a small repro could be useful
See the terminal output attachment. A game exe is trying to run cmd.exe with a path that uses / instead of \. This runs as expected on windows but not on wine.
we first need to understand where failure comes from and where if Wine has a different behavior as Windows
The path delimiter in cmd.exe is a known issue and requests to emulate Microsoft’s version with all its quirks compared to wine implementation, have usually been rejected. Windows will sometimes translate / to \ if the path is on the file system. Wine version attempts no such test to stay compliant with older software where \ for path separation and / for command line options make a difference. I am proposing a user configurable option to enable it, instead of trying to emulate windows cmd.exe -- 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.