[Bug 19799] cscript crashes if you call WScript.Arguments(0). Breaks Chromium build setup.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 15 12:55:18 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=19799





--- Comment #5 from Dan Kegel <dank at kegel.com>  2010-01-15 12:55:17 ---
If you bypass this by replacing

 cscript //nologo //e:jscript "%~dp0get_file.js"
%WIN_TOOLS_ROOT_URL%/third_party/svn_bin.zip "%~dp0svn.zip"

with

 c:\cygwin\bin\wget %WIN_TOOLS_ROOT_URL%/third_party/svn_bin.zip

a similar error comes up again running win_tools.bat is on a little javascript
to unzip that file:

C:\chromium\depot_tools\bootstrap\win>cscript //nologo //e:jscript
"C:\chromium\depot_tools\bootstrap\win\unzip.js"
"C:\chromium\depot_tools\bootstrap\win\svn.zip" "C:\chromium\depot_tools"
...
err:ole:ITypeInfo_fnInvoke did not find member id 0, flags 0x2!

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list