[Bug 57517] New: double wildcard (.* .???) problem on windows command line
https://bugs.winehq.org/show_bug.cgi?id=57517 Bug ID: 57517 Summary: double wildcard (.* .???) problem on windows command line Product: Wine Version: 9.21 Hardware: arm OS: MacOS Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: ratoci(a)gmail.com Dear all, I'm team-working with developers to port Soundshaper, an historical and still maintained music-audio tool to Mac OS with wine. http://www.ensemble-software.net/index.html It seems that wine has some bug in the use of wildcards (.* *.) while using command line. Every time a double wildcard is employed, it triggers an "invalid name" error. Here the string we use: copy C:\CDPR8\Temp\~X_1.* C:\CDPR8\Temp\~A_1.* to be clearer: Copy *.bat /dir works, copy *.bat *.bub does not, apparently the use double wildcards trigger an "Invalid filename." error. This is a wine related problem that can be tested in utilities like Wineskin or Kegworks which can provide a direct access to windows CMD while testing the app wrapping. Of course it happens also launching official wine executable by MacOs terminal. Here a real-life example, using windows CMD with wine: C:\windows\system32>copy Z:\Users\ratox\Desktop\CDPR8\~X_2.* Z:\Users\ratox\Desktop\CDPR8\~A_1.* Invalid name. Invalid name. Invalid name. C:\windows\system32>erase Z:\Users\ratox\Desktop\CDPR8\~X_-1.* C:\windows\system32>for /l %K in (1, 1, 8) do ( copy Z:\Users\ratox\Desktop\CDPR8\~X_2_c%K.* Z:\Users\ratox\Desktop\CDPR8\~A_1_c%K.* -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57517 ratox <ratoci(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ratoci(a)gmail.com --- Comment #1 from ratox <ratoci(a)gmail.com> --- Created attachment 77551 --> https://bugs.winehq.org/attachment.cgi?id=77551 this is the error thrown by CMD on wine -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57517 --- Comment #2 from ratox <ratoci(a)gmail.com> --- Created attachment 77552 --> https://bugs.winehq.org/attachment.cgi?id=77552 this is how normal windows handle the same command -- 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.
https://bugs.winehq.org/show_bug.cgi?id=57517 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |cmd Hardware|arm |x86-64 Severity|blocker |normal -- 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.
http://bugs.winehq.org/show_bug.cgi?id=57517 Guillermo Reisch <guillere(a)adinet.com.uy> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guillere(a)adinet.com.uy --- Comment #3 from Guillermo Reisch <guillere(a)adinet.com.uy> --- still present in wine-10.17 -- 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.
participants (1)
-
WineHQ Bugzilla