http://bugs.winehq.org/show_bug.cgi?id=29587
Bug #: 29587 Summary: Visual FoxPro application fatal error when loading JPEG Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: wyley.r@gmail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 2e96abd0d432ae1374a4e268e3655df9e01822ba
Publishers' Assistant, a Visual FoxPro application built with VFP 7, crashes upon trying to load a JPEG file. The error reported is:
"Fatal error: Exception code = C0000005 @ [timestamp] Error log file: C:\Program Files\Common Files\Microsoft Shared\VFP\vfp7rerr.log Called from - pubassist line 118 {C:\program files\pubassist\pubassist.prg c:\program files\pubassist\pa.exe}"
(There is no more useful information in the mentioned log file -- it just contains the same message.)
This is a regression. My regression test yields commit 2e96abd0d432ae1374a4e268e3655df9e01822ba ("user32: Return the icon depth instead of the number of colors when loading from a .ico file") as the first bad commit.
This appears to be the same issue as bug #24982, which was closed as abandoned.