April 14, 2026
12:23 p.m.
Add VBSE_DUPLICATE_KEY (457) and VBSE_CLASS_NOT_DEFINED (506) error code definitions with their string resources, and add tests for runtime errors 11, 94, 429, 451, 457, and 506. Errors 94 and 506 are marked todo_wine as Wine currently returns incorrect error codes for those cases. -- v8: vbscript: Return proper error for New on undefined or non-class identifier. https://gitlab.winehq.org/wine/wine/-/merge_requests/10589