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.
264 stars 22 forks source link

The Proot setup yields error code (1) /usr/bin/dpkg #13

Closed zhinu closed 1 year ago

zhinu commented 1 year ago

So following the normal proot install i get the following error.

Errors were encountered while processing:
 keyboard-configuration                                                                                             xserver-xorg-core                                                                                                  xserver-xorg-video-ati
 xserver-xorg-video-radeon                                                                                          xserver-xorg-input-wacom
 xserver-xorg-video-fbdev
 xserver-xorg-video-all                                                                                             xserver-xorg-video-vesa
 xserver-xorg-video-amdgpu
 xserver-xorg                                                                                                       xserver-xorg-video-nouveau
 xserver-xorg-input-libinput
 xorg
 xserver-xorg-input-all
E: Sub-process /usr/bin/dpkg returned an error code (1)
update_install_base_packages - stage 2 - encountered an error.
setup_ubuntu_proot 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_ARTIFACT_LINK', 'COMPANION_ARTIFACT_LINK' or script problem due Termux / Android updates.

image

zhinu commented 1 year ago

image

cheadrian commented 1 year ago

It looks like there's a network error inside proot. Is your internet connection stable? You can run manually, step by step, what's inside Stage 1 and Stage 2.

For now, these scripts don't handle bad network, or intermittent connection.

zhinu commented 1 year ago

Thanks