Pipetto-crypto / androBox

Another Box86 and Box64 Android project using glibc-for-termux
GNU General Public License v3.0
73 stars 7 forks source link

Does not work with recent version of mobox on Samsung S23 #32

Open PSzczepanski1996 opened 5 months ago

PSzczepanski1996 commented 5 months ago

Samsung S23, with Snapdragon 8 gen 2 can NOT run the newest build of this Wine, also it can't run custom builds made by actions from this repository: https://github.com/PSzczepanski1996/mobox-builds I am actually trying to run it by solution called mobox: https://github.com/olegos2/mobox

I used this script to test rc4 version:

cd $PREFIX/glibc
wget https://github.com/Pipetto-crypto/androBox/releases/download/wine-9.0-rc4/wine-9.0-amd64.tar.xz
rm -rf $PREFIX/glibc/wine-ge-custom
tar -xvf wine-9.0-amd64.tar.xz
rm -rf wine-9.0-amd64.tar.xz
mv $PREFIX/glibc/wine $PREFIX/glibc/wine-ge-custom
rm -rf $PREFIX/glibc/opt/scripts/start-tfm
cp $EXTERNAL_STORAGE/Download/start-tfm $PREFIX/glibc/opt/scripts
cd ~
mobox

From this video: https://www.youtube.com/watch?v=NnkDCUVxt3k

I was testing it on 10 November and also 21 December builds. It freezes on libraries installation: image

Any ideas?

Pipetto-crypto commented 5 months ago

I would need a log of what happens on box and wine side