http://bugs.winehq.org/show_bug.cgi?id=18633
Summary: gdiplus: page fault on read access if SAMYAK-ORIYA.TTF is installed Product: Wine Version: 1.1.22 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: thomas+wine@stromberg.org
Created an attachment (id=21336) --> (http://bugs.winehq.org/attachment.cgi?id=21336) wine 1.2.2 output of 'WINEDEBUG=+relay wine lightroom.exe '
This affected me when running the downloadable Adobe Lightroom 2.3 demo, but searching Google for the error message shows that it affects many more applications.
wine: Unhandled page fault on read access to 0x00000048 at address 0x4ec97cd7 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code (0x4ec97cd7). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:4ec97cd7 ESP:0032ef40 EBP:0032ef50 EFLAGS:00010246( R- -- I Z- -P- ) EAX:00110000 EBX:02c673d8 ECX:00000048 EDX:00000011 ESI:02c675a8 EDI:00000000
The error message (including addresses) is consistent between loads. If I remove /usr/share/fonts/truetype/ttf-oriya-fonts/Samyak-Oriya.ttf, Adobe Lightroom starts up. This TTF file is from the ttf-oriya-fonts (Version: 1:0.5.4ubuntu2) package installed in Linux Mint 6 / Ubuntu 8.10:
SHA1: c494865439707e5d5a04446413a9336dfde1d80a MD5: f7bbba06e75d20ae12b977873f5f9aba
A workaround to override this font with a newer version was added to winetricks r430, but you wouldn't know it unless you really dove into the issue: http://code.google.com/p/winezeug/source/detail?r=430