http://bugs.winehq.org/show_bug.cgi?id=19297
--- Comment #34 from Jaime Rave jaimerave@gmail.com 2010-03-16 09:21:43 --- (In reply to comment #33)
Well, the real problem is in ntdll manifest lookup. Winedump tells us that manifest isn't at 1 resource id (as it usually used to be):
--- dump --- RT_MANIFEST Name=0002 Language=0409: --- dump ---
We don't currently try anything but Name=0001 and if it's not found we're failing. I'll try to produce a tested fix for this.
Does this path works for you? http://bugs.winehq.org/attachment.cgi?id=25039
If yes, then this is a duplicate of bug 18889