March 20, 2026
1:13 p.m.
Add the missing DISP_E_DIVBYZERO mapping in map_vbs_exception() so that division by zero errors report Err.Number = 11 with the correct description "Division by zero", matching native behavior. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42400 -- v2: vbscript: Map DISP_E_DIVBYZERO to VBScript error 11. https://gitlab.winehq.org/wine/wine/-/merge_requests/10400