http://bugs.winehq.org/show_bug.cgi?id=30250
Bug #: 30250 Summary: Installers can not copy $file$.ext Product: Wine Version: 1.5.0 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: nospam@thenerdshow.com Classification: Unclassified
Installers fail to copy files with dollar signs in their names, such as $shtdwn$.req. The problem seems to be similar to shell escaping.
http://bugs.winehq.org/show_bug.cgi?id=30250
--- Comment #1 from Henry Kroll nospam@thenerdshow.com 2012-03-23 13:29:37 CDT --- Created attachment 39510 --> http://bugs.winehq.org/attachment.cgi?id=39510 CopyFileW Unable to open source $omgwtfbbq$.txt
http://bugs.winehq.org/show_bug.cgi?id=30250
Henry Kroll nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nospam@thenerdshow.com
http://bugs.winehq.org/show_bug.cgi?id=30250
Henry Kroll nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=30250
--- Comment #2 from Austin English austinenglish@gmail.com 2012-03-23 14:08:07 CDT --- Is there a demo/download available with this problem?
http://bugs.winehq.org/show_bug.cgi?id=30250
Henry Kroll nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #3 from Henry Kroll nospam@thenerdshow.com 2012-03-23 18:02:18 CDT --- I am working on it. I can not reproduce the problem yet with my own cod. Even though I am generating the same trace wine is working fine. I think it is specific to Visual Basic 2008 Express edition installer. http://appdb.winehq.org/objectManager.php?sClass=version&iId=16105 http://msdn.microsoft.com/vbasic/
http://bugs.winehq.org/show_bug.cgi?id=30250
Henry Kroll nospam@thenerdshow.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Installers can not copy |VB 2008 Express can not |$file$.ext |copy $shtdwn$.req
http://bugs.winehq.org/show_bug.cgi?id=30250
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |DUPLICATE
--- Comment #4 from Anastasius Focht focht@gmx.net 2012-03-24 04:44:00 CDT --- Hello,
dupe of bug 9158 Please search Bugzilla more carefully. Google gives you several hits with "$shtdwn$.req" and Wine/Appdb/Bugzilla referenced.
That file is not supposed to be copied.
Run the installer as follows to work around:
$ _SFX_CAB_SHUTDOWN_REQUEST=1 wine ./vbsetup.exe
You mention appdb ... nice duplication in appdb with Visual Basic/Express editions. There already exists Visual Studio and Visual Studio Express editions appdb entries which should cover _every_ language ... but well.
I maintain them and that problem is explicitly mentioned:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11210
The VB editions (which are nothing special from VS) are poorly maintained/if any.
Regards
*** This bug has been marked as a duplicate of bug 9158 ***
http://bugs.winehq.org/show_bug.cgi?id=30250
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-03-29 06:45:31 CDT --- Closing.