March 20, 2026
10:31 a.m.
Format and print script error messages from the engine instead of ignoring them. For cscript (non-interactive mode), errors are printed to stderr in the standard format: <file>(<line>, <col>) <source>: <description> For wscript (interactive mode), a message box is shown. Also fix ulStartingLineNumber passed to ParseScriptText to be 0 (matching standard convention) so that line numbers in error messages are correct. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42400 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10398