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

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 3 15:09:13 CDT 2012


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

--- Comment #7 from Austin English <austinenglish at gmail.com> 2012-04-03 15:09:13 CDT ---
The steps to reproduce this aren't exactly clear. I did:
austin at aw25 ~ $ cat foo.wsf 
WScript.Arguments(0);
austin at aw25 ~ $ wine cscript foo.wsf ; echo $?
fixme:cscript:wWinMain (0x7eff0000 (nil) L"foo.wsf" 1) forwarding to wscript
1

but no crash. Trying that in an older wine (1.3.1) shows a failure, but no
crash (that uses ms cscript.exe).

-- 
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