box64 icon indicating copy to clipboard operation
box64 copied to clipboard

It looks like wine32 is missing (l4t ubuntu)

Open hongtm77 opened this issue 3 years ago • 9 comments

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

hongtm77 avatar Mar 04 '22 15:03 hongtm77

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 )

ptitSeb avatar Mar 04 '22 15:03 ptitSeb

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?

hongtm77 avatar Mar 04 '22 16:03 hongtm77

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...

ptitSeb avatar Mar 04 '22 16:03 ptitSeb

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

hongtm77 avatar Mar 04 '22 23:03 hongtm77

For what it's worth, the Switchroot devs have some documentation for this:

https://wiki.switchroot.org/en/Linux/Emulation/Box86

cobalt2727 avatar Mar 06 '22 03:03 cobalt2727

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

hongtm77 avatar Mar 06 '22 03:03 hongtm77

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?

Trass3r avatar Apr 05 '22 19:04 Trass3r

It will yes (but I have also to work on box64 side, to add 32bits code interpretor/dynarec)

ptitSeb avatar Apr 05 '22 19:04 ptitSeb