WheezyE / AnBox86

5 stars 4 forks source link

AnBox86_64 doesn't install wine properly for Retroid Pocket 2 #3

Open WheezyE opened 2 years ago

WheezyE commented 2 years ago

AnBox86_64 was tested on Amazon HD Fire 10 (Termux uname -m = aarch64, proot `uname -my = aarch64) but not Retroid Pocket 2 (armv7l).

Box64 is not detected with armv7l, so wine64 and its wineserver are not usable.

We may need a cpu detector routine which then switches to a variant the older AnBox86 script if needed.

bbbruni commented 2 years ago

Hi. I saw you included libgl1-mesa-dev and small x86 programs in the list of install instructions. Unfortunately, those programs couldn't estimate the correctness of Mesa installment

There is a small application from Idaho university http://www2.cs.uidaho.edu/~jeffery/win32/wglgears.exe to test OpenGL in old Windows (hence it works in Wine), it must be launched as LIBGL_DEBUG=verbose wine 'wglgears.exe' from terminal to see possible errors

But it may need installing of VNC server + VNC client in termux, since SDL is less robust in termux currently.

WheezyE commented 2 years ago

Thank you for the insight. I may just try removing mesa for now in the armv7l build attempt until I can get it working. I'll probably work on this later this week and see how far I can get.