[Bug 35391] New: xcopy doesn't support /v (Samsung Magician Software)
http://bugs.winehq.org/show_bug.cgi?id=35391 Bug ID: 35391 Summary: xcopy doesn't support /v (Samsung Magician Software) Product: Wine Version: 1.7.10 Hardware: x86 URL: http://www.samsung.com/us/support/owners/product/MZ-7P C064D/AM OS: Linux Status: NEW Keywords: download, Installer Severity: trivial Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Classification: Unclassified There's a fixme for it in the source code, but no bug for it. Finally found an application that uses it, Samsung Magician Software. [austin(a)localhost ~]$ sha1sum Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 51480a2e80157a07894fbd494f53c73fc98dced1 Samsung_Magician_ML_Setup_v4.2.1_20130819.exe [austin(a)localhost ~]$ du -h Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 15M Samsung_Magician_ML_Setup_v4.2.1_20130819.exe [austin(a)localhost ~]$ wine --version wine-1.7.10-274-g0c77f89 -- 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=35391 Jaro <jaromir(a)mailinator.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaromir(a)mailinator.com --- Comment #1 from Jaro <jaromir(a)mailinator.com> --- Still an issue. The program itself run. Didnt expect it to be working. wine 1.7.32 -- 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=35391 --- Comment #2 from Bruno Jesus <00cpxxx(a)gmail.com> --- Should this be fixed by http://source.winehq.org/git/wine.git/commitdiff/90fd0285f04fcc5d2d44c016d2d... ? -- 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=35391 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |90fd0285f04fcc5d2d44c016d2d | |51370f518eca5 Status|NEW |RESOLVED CC| |focht(a)gmx.net Resolution|--- |FIXED Summary|xcopy doesn't support /v |xcopy doesn't support /v |(Samsung Magician Software) |(Samsung Magician Software | |4.2) --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this is indeed fixed by commit http://source.winehq.org/git/wine.git/commitdiff/90fd0285f04fcc5d2d44c016d2d... Thanks Hans Thanks Bruno for the reminder. Direct download link: http://downloadcenter.samsung.com/content/SW/201309/20130912142437484/Samsun... --- snip --- ... 0025:Call KERNEL32.CreateProcessW(00000000,0090a86c L"\"xcopy\" \"Z:\\home\\focht\\Downloads\\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe\" \"C:\\users\\Public\\Application Data\\Samsung\\Backup\\\" /i /f /c /v /r /h /y",00000000,00000000,00000000,04000000,00000000,00695704 L"C:\\windows\\system32",0033facc,0033fabc) ret=004ab35d ... 002f:Call KERNEL32.__wine_kernel_init() ret=7bc5a88d 0025:Ret KERNEL32.CreateProcessW() retval=00000001 ret=004ab35d ... 002f:fixme:xcopy:XCOPY_ParseCommandLine ignoring /V ... 002f:Call KERNEL32.CreateDirectoryW(0012ae10 L"C:\\users\\Public\\Application Data\\Samsung\\Backup",00000000) ret=7ed5e079 002f:Ret KERNEL32.CreateDirectoryW() retval=00000000 ret=7ed5e079 ... 002f:Call KERNEL32.WriteFile(00000010,0014ff20,000000a8,0033ad68,00000000) ret=7ed5dd88 Z:\home\focht\Downloads\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe -> C:\users\Public\Application Data\Samsung\Backup\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 002f:Ret KERNEL32.WriteFile() retval=00000001 ret=7ed5dd88 002f:Call KERNEL32.SetFileAttributesW(7ed80f20 L"C:\\users\\Public\\Application Data\\Samsung\\Backup\\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",fffffffe) ret=7ed5ee94 002f:Ret KERNEL32.SetFileAttributesW() retval=00000000 ret=7ed5ee94 002f:Call KERNEL32.CopyFileW(7ed80d00 L"Z:\\home\\focht\\Downloads\\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",7ed80f20 L"C:\\users\\Public\\Application Data\\Samsung\\Backup\\Samsung_Magician_ML_Setup_v4.2.1_20130819.exe",00000000) ret=7ed5eedc 002f:Ret KERNEL32.CopyFileW() retval=00000001 ret=7ed5eedc 002f:Call KERNEL32.FindNextFileW(0012ad50,0012a630) ret=7ed5efab 002f:Ret KERNEL32.FindNextFileW() retval=00000000 ret=7ed5efab 002f:Call KERNEL32.FindClose(0012ad50) ret=7ed5efcc 002f:Ret KERNEL32.FindClose() retval=00000001 ret=7ed5efcc ... 002f:Call KERNEL32.WriteFile(00000010,0014ff20,00000012,0033b098,00000000) ret=7ed5dd88 1 file(s) copied 002f:Ret KERNEL32.WriteFile() retval=00000001 ret=7ed5dd88 002f:Call KERNEL32.ExitProcess(00000000) ret=7ed609e6 --- snip --- $ sha1sum Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 51480a2e80157a07894fbd494f53c73fc98dced1 Samsung_Magician_ML_Setup_v4.2.1_20130819.exe $ du -sh Samsung_Magician_ML_Setup_v4.2.1_20130819.exe 15M Samsung_Magician_ML_Setup_v4.2.1_20130819.exe $ wine --version wine-1.7.34-36-g4493323 Regards -- 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=35391 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.35. -- 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=35391 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.samsung.com/us/s |https://web.archive.org/web |upport/owners/product/MZ-7P |/20190222164649/http://down |C064D/AM |loadcenter.samsung.com/cont | |ent/SW/201309/2013091214243 | |7484/Samsung_Magician_ML_Se | |tup_v4.2.1_20130819.exe -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla