July 24, 2026
3:36 a.m.
http://bugs.winehq.org/show_bug.cgi?id=59970 --- Comment #14 from TOM <l12436.tw@gmail.com> --- The following code make_ratio will pass the dpi * scale_x.num, scale_x.den/dpi * scale_y.num, scale_y.den which will be both 0, 0 causing the gcd also pass 0,0 then return 0 the divide zero is maybe happened in make_ratio struct ratio r = { num / d, den / d }; bacause the d is return 0 by gcd. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.