http://bugs.winehq.org/show_bug.cgi?id=60268 --- Comment #3 from Joerg Schiermeier <mywine@schiermeier-it.de> --- (In reply to Rafał Mużyło from comment #2)
Well, it's a behavior change, but is it really a regression if the new one is more correct ?
Yes. This point of view is wrong. In windows it doesn't matter if you pass "/opt/winprog/CUEcards/cuecards.exe" or "/opt/winprog/cuecards/cuecards.exe" to a process, because Windows isn't case-sensitive. So it is not "more correct". Very simple: Example: wine /opt/winprog/cuecards/cuecards.exe 1.) wine is part of the "compatibility layer" 2.) its parameter is based in the "Windows world" This parameter should act like in Windows. And to answer your first question: Yes, this is a regression. btw.: I don't like this less correct behaviour of Windows - but it is what it is. We/wine will have to deal with it. -- 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.