……….useful links…………………….
official TwisterOS site
https://twisteros.com/
how to upgrade TwisterOS
https://www.youtube.com/watch?v=eVKPQuS6Vro
box86 github repo of Ptitseb (if you would like to support him or get involved)
https://github.com/ptitSeb/box86

……………commands………………..
used latest box86 (update it!!)
“wine winecfg” to set virtual desktops (or wine configuration)
“wine setup_gog.exe” to run a gog installer
“LD_LIBRARY_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf setarch linux32 -L wine game.exe” to run games

……shortcut…………….
crate a txt file with you app name and .sh as extension
use this example:
#!/bin/bash
LD_LIBRARY_PATH=/home/pi/mesa/lib/arm-linux-gnueabihf setarch linux32 -L wine explorer /desktop=shell,640×480 PPJ2DD.EXE
save, open a terminal there an do “sudo chmod +x name.sh”
then it should be working just do ./name.sh for testing porpoises

source