[Bug 53021] ChemDraw 21.0 crashes on use of the Page Setup button

WineHQ Bugzilla wine-bugs at winehq.org
Tue May 24 18:40:15 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53021

--- Comment #22 from Fabian Maurer <dark.shadow4 at 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.



More information about the wine-bugs mailing list