cheadrian / termux-chroot-proot-wine-box86_64

Repo with instruction about how you can setup Proot / Chroot using Termux and GPU acceleration for Box86, Wine, etc.
252 stars 22 forks source link

Error #18

Closed shubham1244 closed 10 months ago

shubham1244 commented 10 months ago

Running step: install_termux_x11_pkg_app. Install Termux:X11 companion and apk. Note: you can get the latest version from termux/termux-x11 Github. --2023-10-29 16:14:57-- https://github.com/termux/termux-x11/releases/download/1.03.00/app-universal-debug.apk Resolving github.com (github.com)... 20.207.73.82 Connecting to github.com (github.com)|20.207.73.82|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-10-29 16:14:57 ERROR 404: Not Found.

install_termux_x11_pkg_app encountered an error. Please use the 'cd termux-chroot-proot-wine-box86_64', './Scripts/Addons_Menu.sh' and select remove script or delete Termux App data and try again. Error can be from network, incompatibility, outdated 'X11_APK_LINK', 'X11_COMPANION_LINK' or script problem due Termux / Android updates. ~ $

cheadrian commented 10 months ago

Thank you for report. I'll update the link ASAP, ETA 1 day. In the meantime, you can update X11_APK_LINK inside nano ./termux-chroot-proot-wine-box86_64/Scripts/Stage_1_Install_Proot_VirGL_Box86_Wine.sh to https://github.com/termux/termux-x11/releases/download/nightly/app-universal-debug.apk

Never mind, it also don't use companion.zip anymore, so the X11_COMPANION_LINK should be: https://github.com/termux/termux-x11/releases/download/nightly/termux-x11-nightly-1.03.00-0-all.deb and L82-84 replaced with

wget $X11_COMPANION_LINK -O termux-x11-nightly-all.deb
dpkg -i termux-x11-nightly-all.deb
cheadrian commented 10 months ago

Fixed in https://github.com/cheadrian/termux-chroot-proot-wine-box86_64/commit/6007e5e1387d5b7f8bb97c7c93e0792e8dd8b25e.