Can Termux with proot and box64 run Linux Unity games? #3962
|
我尝试过winlator,但是tps不太理想,所以我想试试Linux版的。 通过grun运行rimworld会这样: 随后我去尝试proot运行: Aborted 是不是termux + box64 没法运行它? |
Replies: 3 comments 3 replies
|
Linux version of RimWorld needs (also, any reason why you are using an old developpement version of box64 instead of latest stablle or lastest dev?) |
|
Anyway, your issue seems to be X11 and/or Wayland related. Lots of missing library... |
|
通过在termux上运行pkg install xxxx-glibc,然后通过grun ./box64 game,解决了库的问题,现在桌面会弹游戏窗口了,只不过游戏是黑屏,只有游戏指针图标被正常渲染了。 |
通过在termux上运行pkg install xxxx-glibc,然后通过grun ./box64 game,解决了库的问题,现在桌面会弹游戏窗口了,只不过游戏是黑屏,只有游戏指针图标被正常渲染了。
(By running pkg install xxxx-glibc in Termux and then launching the game with grun ./box64 game, the library issues have been resolved. The game window now pops up on the desktop, but the screen remains black—only the game cursor icon is rendered correctly.)