March 19, 2026
11:07 a.m.
Return MAKE_VBSERROR(VBSE_OBJECT_REQUIRED) (error 424) instead of E_FAIL in stack_assume_disp() when the value is not a dispatch object. This fixes the error code reported for member access on non-object values, such as using .prop inside a With block when the expression is not an object. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10376