http://bugs.winehq.org/show_bug.cgi?id=28485
--- Comment #13 from Saulius K. saulius2@gmail.com 2011-10-21 14:12:25 CDT --- (In reply to comment #11)
--- quote --- Does this affect PM v4.61 also? http://www.filehippo.com/download_pegasus_mail/9330/ --- quote ---
No, only 4.62. They did some IE9 related overhaul between these versions, see their changelog.
Thank you, Anastasius:). It seems it's time for new PM version entry in AppDB
(In reply to comment #8)
The first exception is actually Wine itself, trying to figure out if this is an ATL thunk to be emulated.
http://source.winehq.org/git/wine.git/blob/62b7069fa941c6ac1c923f0a7986261e2...
Small nitpick ;-) One could check for NULL pc before trying this (line 1543), avoiding one extra exception ("call <null ptr>" is common for missing API/unimpl stubs bugs).
So this could be filled like a separate bug set to ENHANCEMENT, no? This is probably for Alexandre to answer.