May 15, 2026
6:54 a.m.
Native cscript recognises CDec as a builtin but rejects every input with err 13 (Type mismatch), even valid numeric arguments. Match that: register CDec in the global table and return MAKE_VBSERROR(VBSE_TYPE_MISMATCH) unconditionally. Previously Wine had no CDec at all, so any call raised err 500 (Variable is undefined). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10908