http://bugs.winehq.org/show_bug.cgi?id=19799
--- Comment #7 from Austin English austinenglish@gmail.com 2012-04-03 15:09:13 CDT --- The steps to reproduce this aren't exactly clear. I did: austin@aw25 ~ $ cat foo.wsf WScript.Arguments(0); austin@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).