Git Product home page Git Product logo

winebox86.apk's People

Contributors

io12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

winebox86.apk's Issues

please could you provide .apk package

Dear IO12, Do you think, that it would be possible to create .apk package? Or project is in so unstable, that it is not possible to release some debug .apk package for testers?
Project look very promise. It would be very interesting to have some emulator, which could run some Windows APPs even on non rooted ARM devices with Android OS.
Thank you for yours answer.

Compiling error

Thank you for the project. 😁

I got the following error while compiling 😐

mv: Aufruf von stat für '/home/user/WineBox86.apk/apk-builder/build/x86/wine/dlls/wineandroid.drv/lib/x86' nicht möglich: Datei oder Verzeichnis nicht gefunden

Listing missing wrapped libs.

I modded builder to try if with emulated libs it would start and I'll keep list that includes missing wrapped system ones to track it easy way. I'll update this issue if explorer.exe will start using i386 versions of this libs.

libandroid.so
libandroidfw.so
libbase.so
libc++.so
libziparchive.so
libhardware.so
liblog.so
libcutils.so

For now main issue is loading of libc++.so required to load rest of libs.

Allocated memory is not at hinted 0x3000 but 0x7c4c9000 (size 0xdc000) "/data/user/0/org.winehq.wine/lib/libc++.so"
Fail to read PT_LOAD part #1 (size=865996)
Error: loading in memory elf /data/user/0/org.winehq.wine/lib/libc++.so

Won't compile on ubuntu 20 or 22

On ubuntu 22, I had to use python-is-python3 instead of 2, but I got this same error with both when the building started.

Scanning dependencies of target dynarec_arm [ 0%] Building C object CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:301:38: warning: tentative definition of variable with internal linkage has incomplete non-array type 'struct __jmp_buf_tag' [-Wtentative-definition-incomplete-type] static __thread struct __jmp_buf_tag dynarec_jmpbuf; ^ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:301:24: note: forward declaration of 'struct __jmp_buf_tag' static __thread struct __jmp_buf_tag dynarec_jmpbuf; ^ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:305:13: warning: incompatible pointer types passing 'struct __jmp_buf_tag *' to parameter of type 'long *' [-Wincompatible-pointer-types] longjmp(&dynarec_jmpbuf, 1); ^~~~~~~~~~~~~~~ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/setjmp.h:72:33: note: passing argument to parameter '__env' here __noreturn void longjmp(jmp_buf __env, int __value); ^ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:345:18: warning: incompatible pointer types passing 'struct __jmp_buf_tag *' to parameter of type 'long *' [-Wincompatible-pointer-types] if(sigsetjmp(&dynarec_jmpbuf, 1)) { ^~~~~~~~~~~~~~~ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/setjmp.h:76:26: note: passing argument to parameter '__env' here int sigsetjmp(sigjmp_buf __env, int __save_signal_mask); ^ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:301:38: error: tentative definition has type 'struct __jmp_buf_tag' that is never completed static __thread struct __jmp_buf_tag dynarec_jmpbuf; ^ /home/leem919/Downloads/WineBox86.apk/apk-builder/build/box86/src/dynarec/dynablock.c:301:24: note: forward declaration of 'struct __jmp_buf_tag' static __thread struct __jmp_buf_tag dynarec_jmpbuf; ^ 3 warnings and 1 error generated. make[2]: *** [CMakeFiles/dynarec_arm.dir/build.make:76: CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:150: CMakeFiles/dynarec_arm.dir/all] Error 2 make: *** [Makefile:121: all] Error 2

Compilation error

When compiling on Ubuntu 20.10 I get this error

/home/kacper/WineBox86.apk/apk-builder/build/box86/src/elfs/elfloader.c:801:23: error: use of undeclared identifier 'STB_GNU_UNIQUE'
            if((bind==STB_GNU_UNIQUE /*|| (bind==STB_GLOBAL && type==STT_FUNC)*/) && FindGlobalSymbol(maplib, symname))
                      ^
/home/kacper/WineBox86.apk/apk-builder/build/box86/src/elfs/elfloader.c:826:23: error: use of undeclared identifier 'STB_GNU_UNIQUE'
            if((bind==STB_GNU_UNIQUE || (bind==STB_GLOBAL && type==STT_FUNC)) && FindGlobalSymbol(maplib, symname))
                      ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.