24 May
2022
24 May
'22
11:40 p.m.
https://bugs.winehq.org/show_bug.cgi?id=53021 --- Comment #22 from Fabian Maurer <dark.shadow4(a)web.de> ---
fortunately I only have wine 7.6 through 7.9 of the staging and development
It's okay now, I was able to piece it together. @Louis Did you get the trial to work? If so, how? Problem is most likely this:
0114:fixme:commdlg:pagesetup_update_papersize No papernames found for L""/L""
Later on we have
pagesetup_get_papersize_pt(data)->x = tenths_mm_to_size(data, points[i].x);
If we abort (see that fixme), the x/y values are never initialized and we get a divide by zero. -- 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.