Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.06 KB

Setup_PlayOnLinux.md

File metadata and controls

24 lines (13 loc) · 1.06 KB

PlayOnLinux set up for Box86_64 on Termux proot

Run everything inside your Ubuntu 22.04 proot. I didn't test this yet using chroot.

Addons_Proot_PlayOnLinux_Box.sh will do this for you. Make sure you run it through Addons_Menu.sh.

Problems

Lack of binfmt can affect how the PlayOnLinux will run the x86 or x64 Wine version, but luckly Bash Box86_64 and undocumented BEFORE_WINE prefix can help to mitigate these problems.

Installation

Installation is quite simple and basic.

apt install -y playonlinux

Running

The only difference is that you will have to mention what the Box86_64 version you want to use in order to run Wine, through the BEFORE_WINE flag. E.g.:

BEFORE_WINE=box86 playonlinux
BEFORE_WINE=box64 box64 playonlinux

Note that the PlayOnLinux would not run as root, so you need to run it as another user.