May 16, 2026
7:31 a.m.
Resolve VT_DISPATCH arguments via DISPID_VALUE so an object whose default member returns an array works, and map the failure modes to native error codes (91 for Nothing, 438 for no default, 450 for default needing args, 13 for default returning a scalar). Scalar arguments collapse to err 13. -- v8: vbscript: Match native error codes for non-array arguments to UBound/LBound. https://gitlab.winehq.org/wine/wine/-/merge_requests/10895