Invalid name error, wildcards *. .*

Questions about Wine on macOS.
Locked
ratox
Newbie
Newbie
Posts: 4
Joined: Thu Dec 05, 2024 11:33 am

Invalid name error, wildcards *. .*

Post by ratox »

Dear all,
I'm working on a project to work Soundshaper, a music-audio tool to Mac OS with wine. There's a runtime problem as it seems that wine has some bug in the file management and our software uses background file copying.

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, so double wildcards…

I've tried windows on parallels and it works perfectly. By the way that's the way the software works regularly on windows.

Anyone has a clue?
ratox
Newbie
Newbie
Posts: 4
Joined: Thu Dec 05, 2024 11:33 am

Re: Invalid name error, wildcards *. .*

Post by ratox »

here the full log:

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.*
)
File not found.
File not found.
File not found.
File not found.
File not found.
File not found.
File not found.
File not found.
ratox
Newbie
Newbie
Posts: 4
Joined: Thu Dec 05, 2024 11:33 am

Re: Invalid name error, wildcards *. .*

Post by ratox »

also this:
0024:fixme:win:WINNLSEnableIME hwnd 000101A6 enable 0: stub!
0024:fixme:win:WINNLSEnableIME hwnd 000101A6 enable -1: stub!
0274:err:environ:init_peb starting L"C:\\windows\\syswow64\\cmd.exe" in experimental wow64 mode
027c:fixme:keyboard:NtUserActivateKeyboardLayout Changing user locale is not supported
0274:err:cmd:WCMD_ManualCopy Failed to open L"Z:\\Users\\ratox\\Desktop\\CDPR8\\~B_0*.*" (123)
0274:err:cmd:WCMD_ManualCopy Failed to open L"Z:\\Users\\ratox\\Desktop\\CDPR8\\~A_0.wav" (32)
0024:fixme:uxtheme:BufferedPaintSetAlpha Stub (01498F88 0012FA80 255)
0024:fixme:uxtheme:BufferedPaintSetAlpha Stub (01498F88 0012FA8C 255)
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: Invalid name error, wildcards *. .*

Post by DarkShadow44 »

You probably want to open a bug for this.
ratox
Newbie
Newbie
Posts: 4
Joined: Thu Dec 05, 2024 11:33 am

Re: Invalid name error, wildcards *. .*

Post by ratox »

did open a bug filing, how can we follow it? Thanks!
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: Invalid name error, wildcards *. .*

Post by DarkShadow44 »

Not sure what you mean? Once you created a bug at "bugs.winehq.org" you should get notifications from there.
Locked