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?
Invalid name error, wildcards *. .*
Re: Invalid name error, wildcards *. .*
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,
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.
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,

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.
Re: Invalid name error, wildcards *. .*
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
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)
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
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)
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: Invalid name error, wildcards *. .*
You probably want to open a bug for this.
Re: Invalid name error, wildcards *. .*
did open a bug filing, how can we follow it? Thanks!
- DarkShadow44
- Level 9
- Posts: 1338
- Joined: Tue Nov 22, 2016 5:39 pm
Re: Invalid name error, wildcards *. .*
Not sure what you mean? Once you created a bug at "bugs.winehq.org" you should get notifications from there.