March 20, 2026
6:46 a.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 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10400