If you can't get the patcher to work, you'll need to edit the mod and delete the offending line. The code should look like this near Line 33:
if data.raw["gui-style"]["default"]["filter_group_tab"] then
data.raw["gui-style"]["default"]["filter_group_tab"].minimal_width = 48
data.raw["gui-style"]["default"]["filter_group_tab"].height = 64
local bx = 52
local by = 52
local spacing = 24
data.raw["utility-constants"]["default"].select_group_row_count = 8
data.raw["utility-constants"]["default"].select_slot_row_count = DIR.slot_row_count or 10
-- data.raw["utility-constants"]["default"].inventory_width = 12
end
EDIT: You may have more success with the WSL method. If that doesn't work, I can only suspect that some file is not downloaded correctly.
Apart from that, I have no idea why the patching is inconsistent for some users, sorry.