March 20, 2026
4:40 p.m.
When Option Explicit is set and an undefined variable is used, return VBS error 500 (Variable is undefined) with the variable name in the description, matching Windows behavior. Previously Wine returned E_FAIL with no description. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10405