http://bugs.winehq.org/show_bug.cgi?id=12659
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-10-23 19:03:19 --- (In reply to comment #10)
I'm out of ideas for now. Evidently I've got a heck of a lot of reading to do, unless someone else can offer some further advice.
All you've done can't fix the cause of a failure - a missed interface implementation.
You need to: - stub this 'MSAA AccPropServices'; - register it in a new created prefix (not sure about self registration needed here); - force some return values from interface methods if application depends on it.
After that all needed registry entries should be created, so you did it opposite way.