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@winehq.org Reporter: ratoci@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.*
https://bugs.winehq.org/show_bug.cgi?id=57517
ratox ratoci@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ratoci@gmail.com
--- Comment #1 from ratox ratoci@gmail.com --- Created attachment 77551 --> https://bugs.winehq.org/attachment.cgi?id=77551 this is the error thrown by CMD on wine
https://bugs.winehq.org/show_bug.cgi?id=57517
--- Comment #2 from ratox ratoci@gmail.com --- Created attachment 77552 --> https://bugs.winehq.org/attachment.cgi?id=77552 this is how normal windows handle the same command
https://bugs.winehq.org/show_bug.cgi?id=57517
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |cmd Hardware|arm |x86-64 Severity|blocker |normal