16 Apr
2001
16 Apr
'01
9:33 p.m.
"Dmitry Timoshkov" <dmitry(a)sloboda.ru> writes:
Unhandled exception: c000008f [...]
Commenting lines 36-37 physDev->pen.width = GDI_ROUND((FLOAT)pen->logpen.lopnWidth.x * dc->xformWorld2Vport.eM11 * 0.5); in X11DRV_PEN_SelectObject (graphics/x11drv/pen.c) cures the problem.
Why call to floor() leads to crash?
Exception c000008f is EXCEPTION_FLT_INEXACT_RESULT. Probably one of the floating point values is invalid, or something similar. -- Alexandre Julliard julliard(a)winehq.com