http://bugs.winehq.org/show_bug.cgi?id=32770
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-01-20 16:08:18 CST --- Created attachment 43266 --> http://bugs.winehq.org/attachment.cgi?id=43266 Imports by ordinal on installer executable
Hello again,
well after analyzing the executable it turns out the app/installer imports *everything* by ordinal ... brilliant idea. Looking at the numbers this is a no-go for Wine. There is no way we can preserve the order of all kernel32 exports/ordinals for that specific Windows RT/WoA.
The imported API mentioned in summary is most likely wrong = a different API due to mismatching ordinals/number of Windows<->Wine exports.
Regards