Pipetto-crypto / androBox

Another Box86 and Box64 Android project using glibc-for-termux
GNU General Public License v3.0
79 stars 7 forks source link

Nothing happens when launching winetricks gui #18

Closed Asuka-pr8 closed 10 months ago

Asuka-pr8 commented 10 months ago

It goes to openbox then after a few seconds returns to wine without showing anything

When I write "winetricks --gui" in terminal in openbox I get this error

CANNOT LINK EXCUTABLE "zenity": library "libicuuc.so.73" not found: needed by /data/data/com.termus/files/usr/lib/libharfbuzz-icu.so in namespace (default)

Then nothing shows. I didn't face this before and it only happened after I cleared termux data and reinstalled androBox so I guess it's because a recent update Also I tried to reinstall androBox a lot of times but I still get this same error

Pipetto-crypto commented 10 months ago

It goes to openbox then after a few seconds returns to wine without showing anything

When I write "winetricks --gui" in terminal in openbox I get this error

CANNOT LINK EXCUTABLE "zenity": library "libicuuc.so.73" not found: needed by /data/data/com.termus/files/usr/lib/libharfbuzz-icu.so in namespace (default)

Then nothing shows. I didn't face this before and it only happened after I cleared termux data and reinstalled androBox so I guess it's because a recent update Also I tried to reinstall androBox a lot of times but I still get this same error

That library is in package libicu, if you don't have that installed, install it.

In case you can install any verb from the Tweaks option in the androBox menu directly.

Asuka-pr8 commented 10 months ago

It's already installed Using "pkg" I tried reinstalling and uninstalling both it and harfbuzz-icu and zenity then installing them Still the same error

Pipetto-crypto commented 10 months ago

It's already installed Using "pkg" I tried reinstalling and uninstalling both it and harfbuzz-icu and zenity then installing them Still the same error

https://github.com/termux/termux-packages/issues/18524

The issue is not on this project side but termux side. Nothing to do, you have to wait for an update on their side

Asuka-pr8 commented 10 months ago

I see Well thanks for replying and giving the link for issue

Asuka-pr8 commented 10 months ago

Its working now I used "pkg up" and it worked