http://bugs.winehq.org/show_bug.cgi?id=33424
--- Comment #5 from GyB gyebro69@gmail.com 2013-05-04 22:20:51 CDT --- (In reply to comment #4)
Created attachment 44369 [details] 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.
Hi Sagawa,
The patch didn't make it any better, the game still crashes on launch.