https://bugs.winehq.org/show_bug.cgi?id=50701
Bug ID: 50701 Summary: Multiple 32-bit ARM Thumb-2 applications show errors during Thumb-2 relocation processing (Miranda, Notepad2) Product: Wine Version: 6.2 Hardware: arm OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
extracted from comment https://bugs.winehq.org/show_bug.cgi?id=33349#c11
* Notepad2 for ARM32 * Miranda32 for ARM * VC++ redist
All apps started up fine, showing main user interface. There were some relocation block processing errors:
--- snip --- ... 0024:err:module:LdrProcessRelocationBlock resulting immediate value won't fit: 000100d0 ... --- snip ---
Stable download link via Internet Archive:
https://web.archive.org/web/20210219234230/https://master.dl.sourceforge.net...
NOTE: Most of these xdadeveloper forum threads are dead and attachments have been deleted before archive.org could take snapshots.
Fortunately there is a sourceforge project which mirrored various ARM ports:
https://sourceforge.net/projects/winportsproject
https://sourceforge.net/projects/winportsproject/files/Other%20Contributions...
$ sha1sum miranda_arm.zip 0ec8acc67703948099cb8c846f4ff435e01b8fb8 miranda_arm.zip
$ du -sh miranda_arm.zip 588K miranda_arm.zip
$ wine --version wine-6.2-157-gb8719736c5a
Regards