http://bugs.winehq.org/show_bug.cgi?id=15427
--- Comment #21 from Aric Stewart aric@codeweavers.com 2012-01-06 09:39:33 CST --- Ok I a skeptical.
I have reverted this patch and I continue to see the issue.
In fact I see no evidence that we even enter into that code before the issue.
ERR statements added above each line added by the patch are never printed.
What it looks like is happening is the applications is opening a font file and doing a GetFontData on that font file and when it does not find the table it is looking for raises an exception.
On my system it is looking for the 'name' table in the font "Bodoni Ornaments ITC TT"
a +font log shows this.
It appears that it may be a bug in GetFontData and have nothing to do with IMM32.
I have not idea why reverting my patch changed things. Could you test more closely?