http://bugs.winehq.org/show_bug.cgi?id=33424
--- Comment #4 from Sagawa sagawa.aki+winebugs@gmail.com 2013-05-04 11:20:01 CDT --- Created attachment 44369 --> http://bugs.winehq.org/attachment.cgi?id=44369 proposal patch
Hi GyB,
I made the proposal patch for this issue. Could try this?
I can confirm the issue on Fedora 18. My change triggers wine crash when tmHeight has too big value, like -2147483648. I've not figured out yet where the value comes from. Maybe the application has an issue...
Anyway, this patch truncates the ppem value when it exceeds 65,535. So the tmHeight value is always positive and never zero.