http://bugs.winehq.org/show_bug.cgi?id=19297
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
--- Comment #33 from Nikolay Sivov bunglehead@gmail.com 2010-03-16 08:04:19 --- 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.