https://bugs.winehq.org/show_bug.cgi?id=38469
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Putty doesn't run on Wine |Putty doesn't run on Wine |ARM |ARM (unimplemented function | |ole32.dll.910, mismatching | |ordinals)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
the bug is essentially a WONTFIX.
Another broken ARM app that imports by ordinal-only. People generated import libs of dlls dumped from WinRT devices since most of them are not present in the SDK (MS doesn't want to let people target native win32 ARM).
Wine can't maintain the same order for all named dll exports to match Windows. The ordinal for a named export is not fixed, in fact it's highly Windows version/service pack dependent.
Please don't create more bugs for ARM apps with ordinals-only import crashes.
See also:
bug 32768 bug 32770
Regards