https://bugs.winehq.org/show_bug.cgi?id=44833
Bug ID: 44833 Summary: Wine 3.4 for Androidx86 Crashes on Startup Product: Wine Version: 3.4 Hardware: x86 OS: Android Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ryan.roach.1997@hotmail.com
Wine 3.4 on x86. Device is ASUS TF103C running Android 4.4 (KitKat). Processor is Intel Atom.
Wine crashes immediately after opening, after extracting the needed files to run Wine.
https://gist.github.com/MasterGeneral156/89e126c7fcc801c9ca7f13794825c730
https://bugs.winehq.org/show_bug.cgi?id=44833
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de ---
running Android 4.4 (KitKat)
Your Android is most likely too old. Don't know if this is a bug we want fixed or whether that's a WONTFIX though.
More information:
https://developer.android.com/studio/releases/platforms.html
Android 5.0 (API level 21) Android 4.4 (API level 19)
https://android.googlesource.com/platform/ndk/+/master/docs/user/common_prob...
Using _FILE_OFFSET_BITS=64 instructs the C library to use mmap64 instead of mmap. mmap64 was not available until android-21. If your minSdkVersion value is lower than 21, the C library does not contain an mmap that is compatible with _FILE_OFFSET_BITS=64, so the function is unavailable.