It looks like wine32 is missing (l4t ubuntu)
Hi, I have successfully installed box64 on my l4t ubuntu nintendo switch. Then I installed wine64. But whenever I run wine, I got the error 'it looks like wine32 is missing'
my hardware:-
Ubuntu 18.04 LTS ARMv8 processor rev 1 OS type 64 bit
For now, wine needs box86 to run, which can be complicated to have running on a switch. There is no easy solution for now (you can find some docker / container based solution on github that might work for you: like this https://github.com/MaWalla/box86-docker )
For now, wine needs box86 to run, which can be complicated to have running on a switch. There is no easy solution for now (you can find some docker / container based solution on github that might work for you: like this https://github.com/MaWalla/box86-docker )
I see, sorry I'm noob. What is the difference between box86 and box86-docker 😅 can I just install box86 or I need both?
Box86 is a program, like box64. It allow x86 linux apps to run on arm (32bits) linux. box86-docker is a linux container that have a arm 32bits linux distrib and box86, to allow to run box86 on ARM64 only linux system. To run box86 on ARM64 Linux without docker, you need some Multiarch or chroot...
Box86 is a program, like box64. It allow x86 linux apps to run on arm (32bits) linux. box86-docker is a linux container that have a arm 32bits linux distrib and box86, to allow to run box86 on ARM64 only linux system. To run box86 on ARM64 Linux without docker, you need some Multiarch or chroot...
Thanks for the explanation. Will try to get box86-docker. Will update the status once done. Thanks
For what it's worth, the Switchroot devs have some documentation for this:
https://wiki.switchroot.org/en/Linux/Emulation/Box86
For what it's worth, the Switchroot devs have some documentation for this:
https://wiki.switchroot.org/en/Linux/Emulation/Box86
Thanks for the response. Will check it out later. Cheers
For now, wine needs box86 to run
Even for pure Win64 executables? And does/will their WOW64 support change the game so everything can be run via box64?
It will yes (but I have also to work on box64 side, to add 32bits code interpretor/dynarec)