http://bugs.winehq.org/show_bug.cgi?id=13659
Summary: dogfood: xchat-2.8.4-1 does not install (quoting between CreateProcessW and wmain) Product: Wine Version: 1.0-rc3 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=12209 OS/Version: Linux Status: NEW Keywords: download, Installer, source Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de
Created an attachment (id=13647) --> (http://bugs.winehq.org/attachment.cgi?id=13647) +loaddll,+tid,+process,+cmd and extra printf
Install of xchat-2.8.4-1.exe (http://www.silverex.org/download/xchat-2.8.4-1.exe ) fails due to a quote Problem between CreateProcessW and libs/wine/loader.c:
Still correct: 0040:trace:process:CreateProcessW app (null) cmdline L""C:\windows\system32\cmd.exe" /C ""C:\windows\temp\is-TNQIK.tmp\update-modules.bat" "C:\Programme\X-Chat 2\lib\pango-querymodules.exe" "C:\Programme\X-Chat 2\etc\pango\pango.modules"""
Broken in cmd.exe: 001c:trace:cmd:wmain /c command line: 'L""C:\windows\temp\is-TNQIK.tmp\update-modules.bat C:\Programme\X-Chat" "2\lib\pango-querymodules.exe C:\Programme\X-Chat" 2\etc\pango\pango.modules"'
the update-modules is really simple: --- cut ---
%1 > %2
--- cut ---